Skip to content

Commit

Permalink
chore(release): publish v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-opensource-bot committed Aug 6, 2020
1 parent 4be8278 commit fb0085b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/newrelic/gatsby-theme-newrelic/compare/v1.5.0...v1.5.1) (2020-08-06)


### Bug Fixes

* dont render overlay if not search capable ([0401bf3](https://github.com/newrelic/gatsby-theme-newrelic/commit/0401bf3fe820463d75d5b456c7177bd661eafa39))
* fix document undefined error when building the gatsby site ([24fcc75](https://github.com/newrelic/gatsby-theme-newrelic/commit/24fcc753b69a24d86b5d8c9e8bb49b16a5c37b3d))
* lint warning in GlobalHeader component ([45c5e23](https://github.com/newrelic/gatsby-theme-newrelic/commit/45c5e23a8abe0d23dfd1097de521baad77787b3c))
* use pointer cursor on all header icons ([bbaa53c](https://github.com/newrelic/gatsby-theme-newrelic/commit/bbaa53c2a1f4aa6081d59d2c4c3560a724962257))





# [1.5.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v1.4.0...v1.5.0) (2020-08-06)


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

## [1.5.1](https://github.com/newrelic/gatsby-theme-newrelic/compare/v1.5.0...v1.5.1) (2020-08-06)


### Bug Fixes

* dont render overlay if not search capable ([0401bf3](https://github.com/newrelic/gatsby-theme-newrelic/commit/0401bf3fe820463d75d5b456c7177bd661eafa39))
* fix document undefined error when building the gatsby site ([24fcc75](https://github.com/newrelic/gatsby-theme-newrelic/commit/24fcc753b69a24d86b5d8c9e8bb49b16a5c37b3d))
* lint warning in GlobalHeader component ([45c5e23](https://github.com/newrelic/gatsby-theme-newrelic/commit/45c5e23a8abe0d23dfd1097de521baad77787b3c))
* use pointer cursor on all header icons ([bbaa53c](https://github.com/newrelic/gatsby-theme-newrelic/commit/bbaa53c2a1f4aa6081d59d2c4c3560a724962257))





# [1.5.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v1.4.0...v1.5.0) (2020-08-06)


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": "1.5.0",
"version": "1.5.1",
"main": "index.js",
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit fb0085b

Please sign in to comment.