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 5, 2024
1 parent 4fcd3a7 commit 6dad225
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"reactiveweb": {
"impact": "minor",
"oldVersion": "0.1.1",
"newVersion": "0.2.0",
"constraints": [
{
"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-05)\n\nreactiveweb 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`, `test-app`\n * [#31](https://github.com/universal-ember/reactiveweb/pull/31) Add the helper from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#30](https://github.com/universal-ember/reactiveweb/pull/30) Fix typo in ember-concurrency docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `test-app`\n * [#26](https://github.com/universal-ember/reactiveweb/pull/26) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Changelog
## Release (2024-01-05)

reactiveweb 0.2.0 (minor)

#### :rocket: Enhancement
* `reactiveweb`, `test-app`
* [#31](https://github.com/universal-ember/reactiveweb/pull/31) Add the helper from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `reactiveweb`
* [#30](https://github.com/universal-ember/reactiveweb/pull/30) Fix typo in ember-concurrency docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `test-app`
* [#26](https://github.com/universal-ember/reactiveweb/pull/26) Setup release-plan ([@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": "0.2.0",
"description": "Web platform primitives for building reactive applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 6dad225

Please sign in to comment.