From fed199baee37f920b46abc3929705e6b34a718ba Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Mon, 25 Mar 2024 21:42:12 +0000 Subject: [PATCH] chore(release): 0.10.0 [skip ci] # [0.10.0](https://github.com/newrelic/nr1-github/compare/v0.9.3...v0.10.0) (2024-03-25) ### Bug Fixes * eslint errors ([926f891](https://github.com/newrelic/nr1-github/commit/926f891980b069e2e2369a4f1798549dd1849e16)) * lockfileVersion value ([e94d08f](https://github.com/newrelic/nr1-github/commit/e94d08f2d5e2ffe9e5e171ff1e23fc7a3c882cf6)) * nr-labs logo url ([defae09](https://github.com/newrelic/nr1-github/commit/defae097f4ffa9af2865f0c965423e62f604202a)) ### Features * add HelpModal component ([47c6d2a](https://github.com/newrelic/nr1-github/commit/47c6d2a64f53efd3f78eac60afa7757ef630b4cb)) * add nrlabs Messages component ([012a081](https://github.com/newrelic/nr1-github/commit/012a081a46b11ddc12594f0d114f1374d488da54)) --- docs/CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bf03d6d..6787926 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.10.0](https://github.com/newrelic/nr1-github/compare/v0.9.3...v0.10.0) (2024-03-25) + + +### Bug Fixes + +* eslint errors ([926f891](https://github.com/newrelic/nr1-github/commit/926f891980b069e2e2369a4f1798549dd1849e16)) +* lockfileVersion value ([e94d08f](https://github.com/newrelic/nr1-github/commit/e94d08f2d5e2ffe9e5e171ff1e23fc7a3c882cf6)) +* nr-labs logo url ([defae09](https://github.com/newrelic/nr1-github/commit/defae097f4ffa9af2865f0c965423e62f604202a)) + + +### Features + +* add HelpModal component ([47c6d2a](https://github.com/newrelic/nr1-github/commit/47c6d2a64f53efd3f78eac60afa7757ef630b4cb)) +* add nrlabs Messages component ([012a081](https://github.com/newrelic/nr1-github/commit/012a081a46b11ddc12594f0d114f1374d488da54)) + ## [0.9.3](https://github.com/newrelic/nr1-github/compare/v0.9.2...v0.9.3) (2024-01-16) diff --git a/package-lock.json b/package-lock.json index e317387..168de55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nr1-github", - "version": "0.9.3", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nr1-github", - "version": "0.9.3", + "version": "0.10.0", "dependencies": { "@newrelic/nr-labs-components": "^1.22.0", "@newrelic/nr1-community": "^1.3.0-alpha.5", diff --git a/package.json b/package.json index c40c10e..4cab1d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-github", "description": "Nerdpack nr1-github", - "version": "0.9.3", + "version": "0.10.0", "bugs": { "email": "opensource+nr1-github@newrelic.com" },