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 27, 2024
1 parent 30d0510 commit 761911e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"reactiveweb": {
"impact": "patch",
"oldVersion": "1.1.0",
"newVersion": "1.1.1",
"impact": "minor",
"oldVersion": "1.1.1",
"newVersion": "1.2.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./reactiveweb/package.json"
}
},
"description": "## Release (2024-01-16)\n\nreactiveweb 1.1.1 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`, `test-app`\n * [#57](https://github.com/universal-ember/reactiveweb/pull/57) docs: correct import lines in code example ([@Techn1x](https://github.com/Techn1x))\n\n#### Committers: 1\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n"
"description": "## Release (2024-01-27)\n\nreactiveweb 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`, `test-app`\n * [#69](https://github.com/universal-ember/reactiveweb/pull/69) Add new util: Throttle ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#66](https://github.com/universal-ember/reactiveweb/pull/66) Remove PR Fixer ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#63](https://github.com/universal-ember/reactiveweb/pull/63) Reduce CI time ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#60](https://github.com/universal-ember/reactiveweb/pull/60) Auto lintfix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Changelog
## Release (2024-01-27)

reactiveweb 1.2.0 (minor)

#### :rocket: Enhancement
* `reactiveweb`, `test-app`
* [#69](https://github.com/universal-ember/reactiveweb/pull/69) Add new util: Throttle ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#66](https://github.com/universal-ember/reactiveweb/pull/66) Remove PR Fixer ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#63](https://github.com/universal-ember/reactiveweb/pull/63) Reduce CI time ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#60](https://github.com/universal-ember/reactiveweb/pull/60) Auto lintfix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

reactiveweb 1.1.1 (patch)
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": "1.1.1",
"version": "1.2.0",
"description": "Web platform primitives and utilities for building reactive applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 761911e

Please sign in to comment.