Skip to content

Commit

Permalink
chore(release): publish v9.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-docs-eng-opensource-bot committed Oct 17, 2024
1 parent 700d904 commit ff073fb
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.10.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.9.0...v9.10.0) (2024-10-17)

### Bug Fixes

- don't save duplicate searches to recents ([fb08e76](https://github.com/newrelic/gatsby-theme-newrelic/commit/fb08e7647edc8f9f144e16ce7ea7035950747928))
- double border on search input in light mode ([699e00c](https://github.com/newrelic/gatsby-theme-newrelic/commit/699e00c329d0445358c406dfc347b479fb03109c))
- fix snapshot tests ([305aeef](https://github.com/newrelic/gatsby-theme-newrelic/commit/305aeeff70a7cfbb08ea1ab1ba05617e0a3bedf0))
- handle recentQueries.length === 0 better ([3503c1c](https://github.com/newrelic/gatsby-theme-newrelic/commit/3503c1ccc525b230e854abb95063666550e1afc6))
- lint errors ([fdd9817](https://github.com/newrelic/gatsby-theme-newrelic/commit/fdd9817d78c5fdf1c86993ef4b22579405790024))
- make top result padding match rest ([9770f81](https://github.com/newrelic/gatsby-theme-newrelic/commit/9770f81a1ee80b31836fcf03a4d91b33512da6f9))

### Features

- Update locales to include french ([3af2f6a](https://github.com/newrelic/gatsby-theme-newrelic/commit/3af2f6ae5d488b8f63d942accd1019d846b41748))

# [9.9.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.8.3...v9.9.0) (2024-10-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "9.9.0",
"version": "9.10.0",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": ["README.md"],
Expand Down
15 changes: 15 additions & 0 deletions packages/gatsby-theme-newrelic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.10.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.9.0...v9.10.0) (2024-10-17)

### Bug Fixes

- don't save duplicate searches to recents ([fb08e76](https://github.com/newrelic/gatsby-theme-newrelic/commit/fb08e7647edc8f9f144e16ce7ea7035950747928))
- double border on search input in light mode ([699e00c](https://github.com/newrelic/gatsby-theme-newrelic/commit/699e00c329d0445358c406dfc347b479fb03109c))
- fix snapshot tests ([305aeef](https://github.com/newrelic/gatsby-theme-newrelic/commit/305aeeff70a7cfbb08ea1ab1ba05617e0a3bedf0))
- handle recentQueries.length === 0 better ([3503c1c](https://github.com/newrelic/gatsby-theme-newrelic/commit/3503c1ccc525b230e854abb95063666550e1afc6))
- lint errors ([fdd9817](https://github.com/newrelic/gatsby-theme-newrelic/commit/fdd9817d78c5fdf1c86993ef4b22579405790024))
- make top result padding match rest ([9770f81](https://github.com/newrelic/gatsby-theme-newrelic/commit/9770f81a1ee80b31836fcf03a4d91b33512da6f9))

### Features

- Update locales to include french ([3af2f6a](https://github.com/newrelic/gatsby-theme-newrelic/commit/3af2f6ae5d488b8f63d942accd1019d846b41748))

# [9.9.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.8.3...v9.9.0) (2024-10-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-newrelic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/gatsby-theme-newrelic",
"version": "9.9.0",
"version": "9.10.0",
"main": "index.js",
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit ff073fb

Please sign in to comment.