Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-04-16)

### Features

* add manifest + notices ([9062440](9062440))
* add view in chart builder ([74016d4](74016d4))
* add workflows ([0d20e1c](0d20e1c))
* entity mode ([07dbb91](07dbb91))
* merge main ([07d4632](07d4632))
* refactor ([4da79d4](4da79d4))
* refactor app mode ([d275e43](d275e43))
* rename ([cae12d8](cae12d8))
* renaming, icon, catalog prep ([1fdb18e](1fdb18e))
* topen ajax in stackednerdlet ([b5e1e83](b5e1e83))
* Update config.json ([2f78515](2f78515))
* update header ([7131d6e](7131d6e))

### BREAKING CHANGES

* release
  • Loading branch information
nr-opensource-bot committed Apr 16, 2024
1 parent 2f78515 commit 314804a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -37,4 +37,4 @@
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
}

0 comments on commit 314804a

Please sign in to comment.