From 314804a19bbeb080b3271bf66bc49a0bf4edbc39 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Tue, 16 Apr 2024 14:11:23 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-04-16) ### Features * add manifest + notices ([9062440](https://github.com/newrelic/nr-user-flows/commit/90624401143bfc989d4a7e602edde5f17146cc21)) * add view in chart builder ([74016d4](https://github.com/newrelic/nr-user-flows/commit/74016d4420909cfff83a3b7a5f31db414a6b0b9a)) * add workflows ([0d20e1c](https://github.com/newrelic/nr-user-flows/commit/0d20e1c924c68c2f340c04a6e40ae2667b8e42d7)) * entity mode ([07dbb91](https://github.com/newrelic/nr-user-flows/commit/07dbb913a2984f516067a3f0e1b4ca79743097a5)) * merge main ([07d4632](https://github.com/newrelic/nr-user-flows/commit/07d4632f674d752e31fd814f54297f4702914765)) * refactor ([4da79d4](https://github.com/newrelic/nr-user-flows/commit/4da79d401f331a5ac6b0e6414a62a6c361b00f02)) * refactor app mode ([d275e43](https://github.com/newrelic/nr-user-flows/commit/d275e43ccbc5b1c3b2523c7330f59489f84db987)) * rename ([cae12d8](https://github.com/newrelic/nr-user-flows/commit/cae12d86ff0a21d6a352c65a9f8a6681d6bae73d)) * renaming, icon, catalog prep ([1fdb18e](https://github.com/newrelic/nr-user-flows/commit/1fdb18e1456fb46a000f511f1834aceb73576f33)) * topen ajax in stackednerdlet ([b5e1e83](https://github.com/newrelic/nr-user-flows/commit/b5e1e8395c66fbde511a21d0fafc1d928af40317)) * Update config.json ([2f78515](https://github.com/newrelic/nr-user-flows/commit/2f78515dd779c83703a848537cbe6da487a38d7d)) * update header ([7131d6e](https://github.com/newrelic/nr-user-flows/commit/7131d6ea3e38f3f5bde569211b1f4c36ba5f3a2b)) ### BREAKING CHANGES * release --- docs/CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..81336f8 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,22 @@ +# 1.0.0 (2024-04-16) + + +### Features + +* add manifest + notices ([9062440](https://github.com/newrelic/nr-user-flows/commit/90624401143bfc989d4a7e602edde5f17146cc21)) +* add view in chart builder ([74016d4](https://github.com/newrelic/nr-user-flows/commit/74016d4420909cfff83a3b7a5f31db414a6b0b9a)) +* add workflows ([0d20e1c](https://github.com/newrelic/nr-user-flows/commit/0d20e1c924c68c2f340c04a6e40ae2667b8e42d7)) +* entity mode ([07dbb91](https://github.com/newrelic/nr-user-flows/commit/07dbb913a2984f516067a3f0e1b4ca79743097a5)) +* merge main ([07d4632](https://github.com/newrelic/nr-user-flows/commit/07d4632f674d752e31fd814f54297f4702914765)) +* refactor ([4da79d4](https://github.com/newrelic/nr-user-flows/commit/4da79d401f331a5ac6b0e6414a62a6c361b00f02)) +* refactor app mode ([d275e43](https://github.com/newrelic/nr-user-flows/commit/d275e43ccbc5b1c3b2523c7330f59489f84db987)) +* rename ([cae12d8](https://github.com/newrelic/nr-user-flows/commit/cae12d86ff0a21d6a352c65a9f8a6681d6bae73d)) +* renaming, icon, catalog prep ([1fdb18e](https://github.com/newrelic/nr-user-flows/commit/1fdb18e1456fb46a000f511f1834aceb73576f33)) +* topen ajax in stackednerdlet ([b5e1e83](https://github.com/newrelic/nr-user-flows/commit/b5e1e8395c66fbde511a21d0fafc1d928af40317)) +* Update config.json ([2f78515](https://github.com/newrelic/nr-user-flows/commit/2f78515dd779c83703a848537cbe6da487a38d7d)) +* update header ([7131d6e](https://github.com/newrelic/nr-user-flows/commit/7131d6ea3e38f3f5bde569211b1f4c36ba5f3a2b)) + + +### BREAKING CHANGES + +* release diff --git a/package-lock.json b/package-lock.json index a7fb1b6..ce73377 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr-user-flows", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 75d9ae2..8ca6466 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "nr-user-flows", - "version": "0.1.0", + "version": "1.0.0", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0", @@ -37,4 +37,4 @@ "react": "^17.0.2", "react-dom": "^17.0.2" } -} \ No newline at end of file +}