Skip to content

Commit e45f812

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent 2797e41 commit e45f812

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

.release-plan.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"solution": {
33
"reactiveweb": {
4-
"oldVersion": "1.2.0"
4+
"impact": "patch",
5+
"oldVersion": "1.2.0",
6+
"newVersion": "1.2.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
}
12+
],
13+
"pkgJSONPath": "./reactiveweb/package.json"
514
}
615
},
7-
"description": "## Release (2024-02-06)\n\n\n\n#### :rocket: Enhancement\n* `test-app`\n * [#77](https://github.com/universal-ember/reactiveweb/pull/77) Support ember-concurrency-4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-02-12)\n\nreactiveweb 1.2.1 (patch)\n\n#### :rocket: Enhancement\n* `test-app`\n * [#77](https://github.com/universal-ember/reactiveweb/pull/77) Support ember-concurrency-4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `reactiveweb`, `test-app`\n * [#79](https://github.com/universal-ember/reactiveweb/pull/79) Fix debounce cleanup timing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#72](https://github.com/universal-ember/reactiveweb/pull/72) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
817
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## Release (2024-02-12)
4+
5+
reactiveweb 1.2.1 (patch)
6+
7+
#### :rocket: Enhancement
8+
* `test-app`
9+
* [#77](https://github.com/universal-ember/reactiveweb/pull/77) Support ember-concurrency-4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :bug: Bug Fix
12+
* `reactiveweb`, `test-app`
13+
* [#79](https://github.com/universal-ember/reactiveweb/pull/79) Fix debounce cleanup timing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### :house: Internal
16+
* [#72](https://github.com/universal-ember/reactiveweb/pull/72) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
17+
18+
#### Committers: 2
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
- [@github-actions[bot]](https://github.com/apps/github-actions)
21+
322
## Release (2024-02-06)
423

524

reactiveweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactiveweb",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Web platform primitives and utilities for building reactive applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)