Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2024
1 parent dca41f2 commit cf29cfe
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"solution": {
"reactiveweb": {
"impact": "major",
"oldVersion": "0.1.1",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./reactiveweb/package.json"
}
},
"description": "## Release (2024-01-08)\n\nreactiveweb 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `reactiveweb`\n * [#42](https://github.com/universal-ember/reactiveweb/pull/42) Change the description of the npm package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `reactiveweb`, `test-app`\n * [#39](https://github.com/universal-ember/reactiveweb/pull/39) Copy alternate `modifier` and `service` implementations from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#36](https://github.com/universal-ember/reactiveweb/pull/36) Add `@link` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#34](https://github.com/universal-ember/reactiveweb/pull/34) Add sync ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#31](https://github.com/universal-ember/reactiveweb/pull/31) Add the helper from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `reactiveweb`\n * [#35](https://github.com/universal-ember/reactiveweb/pull/35) Widen the ember-source peerDep to >= 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#33](https://github.com/universal-ember/reactiveweb/pull/33) Remove note from ember-resources in the helper jsdoc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#30](https://github.com/universal-ember/reactiveweb/pull/30) Fix typo in ember-concurrency docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `reactiveweb`, `test-app`\n * [#32](https://github.com/universal-ember/reactiveweb/pull/32) Fix issue with initial values in `keepLatest` and clarify behavior ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `docs`\n * [#41](https://github.com/universal-ember/reactiveweb/pull/41) Add multiple entrypoints to the api docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `test-app`\n * [#40](https://github.com/universal-ember/reactiveweb/pull/40) Split test apps into separate CI jobs. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#29](https://github.com/universal-ember/reactiveweb/pull/29) Setup glint in test app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#26](https://github.com/universal-ember/reactiveweb/pull/26) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#37](https://github.com/universal-ember/reactiveweb/pull/37) CI: use --ignore-scripts during the setup job ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@
# Changelog
## Release (2024-01-08)

reactiveweb 1.0.0 (major)

#### :boom: Breaking Change
* `reactiveweb`
* [#42](https://github.com/universal-ember/reactiveweb/pull/42) Change the description of the npm package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :rocket: Enhancement
* `reactiveweb`, `test-app`
* [#39](https://github.com/universal-ember/reactiveweb/pull/39) Copy alternate `modifier` and `service` implementations from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#36](https://github.com/universal-ember/reactiveweb/pull/36) Add `@link` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#34](https://github.com/universal-ember/reactiveweb/pull/34) Add sync ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#31](https://github.com/universal-ember/reactiveweb/pull/31) Add the helper from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `reactiveweb`
* [#35](https://github.com/universal-ember/reactiveweb/pull/35) Widen the ember-source peerDep to >= 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `reactiveweb`
* [#33](https://github.com/universal-ember/reactiveweb/pull/33) Remove note from ember-resources in the helper jsdoc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#30](https://github.com/universal-ember/reactiveweb/pull/30) Fix typo in ember-concurrency docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* `reactiveweb`, `test-app`
* [#32](https://github.com/universal-ember/reactiveweb/pull/32) Fix issue with initial values in `keepLatest` and clarify behavior ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :memo: Documentation
* `docs`
* [#41](https://github.com/universal-ember/reactiveweb/pull/41) Add multiple entrypoints to the api docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `test-app`
* [#40](https://github.com/universal-ember/reactiveweb/pull/40) Split test apps into separate CI jobs. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#29](https://github.com/universal-ember/reactiveweb/pull/29) Setup glint in test app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#26](https://github.com/universal-ember/reactiveweb/pull/26) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#37](https://github.com/universal-ember/reactiveweb/pull/37) CI: use --ignore-scripts during the setup job ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## 0.1.1

Expand Down
2 changes: 1 addition & 1 deletion reactiveweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactiveweb",
"version": "0.1.1",
"version": "1.0.0",
"description": "Web platform primitives and utilities for building reactive applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit cf29cfe

Please sign in to comment.