Skip to content

Commit

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

## [7.2.1](https://github.com/newrelic/gatsby-theme-newrelic/compare/v7.2.0...v7.2.1) (2023-09-07)

### Bug Fixes

- use `fileAbsolutePath` for `MarkdownRemark` nodes ([e1b5d23](https://github.com/newrelic/gatsby-theme-newrelic/commit/e1b5d23643e1deb6dc01d48b64da4665e484f60e))

# [7.2.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v7.1.3...v7.2.0) (2023-09-01)

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

## [7.2.1](https://github.com/newrelic/gatsby-theme-newrelic/compare/v7.2.0...v7.2.1) (2023-09-07)

### Bug Fixes

- use `fileAbsolutePath` for `MarkdownRemark` nodes ([e1b5d23](https://github.com/newrelic/gatsby-theme-newrelic/commit/e1b5d23643e1deb6dc01d48b64da4665e484f60e))

# [7.2.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v7.1.3...v7.2.0) (2023-09-01)

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

0 comments on commit b0dbe0c

Please sign in to comment.