Skip to content

Commit

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

## [9.10.5](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.10.4...v9.10.5) (2024-10-23)

### Bug Fixes

- add useScrollFreeze to Search header ([e8e4a48](https://github.com/newrelic/gatsby-theme-newrelic/commit/e8e4a482d5f8b36ca1c2df8b44749b26af8a649a))
- another typo ([4781891](https://github.com/newrelic/gatsby-theme-newrelic/commit/4781891ee5d5543cf5564241680c61ae3d522da6))
- Remove the use of old search query params ([cddc074](https://github.com/newrelic/gatsby-theme-newrelic/commit/cddc074eb24039e3100801d9b967c7364fa44c6b))
- Try skipping lerna cache ([c849f0e](https://github.com/newrelic/gatsby-theme-newrelic/commit/c849f0e249e0ad895837d5ff00be69ac2c3e7a4b))
- typo ([46358ae](https://github.com/newrelic/gatsby-theme-newrelic/commit/46358ae93998ef552e4db74c4e40f0883bf052be))
- Update readme ([8e70a07](https://github.com/newrelic/gatsby-theme-newrelic/commit/8e70a072fa54b9611be5891480eb1920ef4ef7d8))

## [9.10.4](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.10.3...v9.10.4) (2024-10-23)

### Bug Fixes
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.10.4",
"version": "9.10.5",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": ["README.md"],
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-theme-newrelic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.10.5](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.10.4...v9.10.5) (2024-10-23)

### Bug Fixes

- add useScrollFreeze to Search header ([e8e4a48](https://github.com/newrelic/gatsby-theme-newrelic/commit/e8e4a482d5f8b36ca1c2df8b44749b26af8a649a))
- another typo ([4781891](https://github.com/newrelic/gatsby-theme-newrelic/commit/4781891ee5d5543cf5564241680c61ae3d522da6))
- Remove the use of old search query params ([cddc074](https://github.com/newrelic/gatsby-theme-newrelic/commit/cddc074eb24039e3100801d9b967c7364fa44c6b))
- typo ([46358ae](https://github.com/newrelic/gatsby-theme-newrelic/commit/46358ae93998ef552e4db74c4e40f0883bf052be))

## [9.10.4](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.10.3...v9.10.4) (2024-10-23)

### Bug Fixes
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.10.4",
"version": "9.10.5",
"main": "index.js",
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit b6a8f54

Please sign in to comment.