Skip to content

Commit a061a08

Browse files
Merge pull request #135 from universal-ember/release-preview
Prepare Release
2 parents ec232d6 + e32b921 commit a061a08

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

.release-plan.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"solution": {
33
"reactiveweb": {
4-
"impact": "minor",
5-
"oldVersion": "1.3.0",
6-
"newVersion": "1.4.0",
4+
"impact": "patch",
5+
"oldVersion": "1.4.0",
6+
"newVersion": "1.4.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
15-
},
168
{
179
"impact": "patch",
18-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1911
}
2012
],
2113
"pkgJSONPath": "./reactiveweb/package.json"
2214
}
2315
},
24-
"description": "## Release (2025-02-05)\n\nreactiveweb 1.4.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`, `test-app`\n * [#130](https://github.com/universal-ember/reactiveweb/pull/130) Add meta to the trackedFunction callback ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `reactiveweb`\n * [#107](https://github.com/universal-ember/reactiveweb/pull/107) [docs] Update keepLatest code example to specify import for use decorator ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :house: Internal\n* Other\n * [#132](https://github.com/universal-ember/reactiveweb/pull/132) Upgrade release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs`, `test-app`\n * [#131](https://github.com/universal-ember/reactiveweb/pull/131) Fix node/pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`\n * [#121](https://github.com/universal-ember/reactiveweb/pull/121) Remove imaginary config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#113](https://github.com/universal-ember/reactiveweb/pull/113) test-helpers v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#111](https://github.com/universal-ember/reactiveweb/pull/111) Widen test matrix to include ember-source 5.8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `reactiveweb`\n * [#120](https://github.com/universal-ember/reactiveweb/pull/120) Update decorator-transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs`, `reactiveweb`, `test-app`\n * [#117](https://github.com/universal-ember/reactiveweb/pull/117) Update lint and some build deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `reactiveweb`, `test-app`\n * [#112](https://github.com/universal-ember/reactiveweb/pull/112) Use pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2025-04-14)\n\nreactiveweb 1.4.1 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#134](https://github.com/universal-ember/reactiveweb/pull/134) Widen allowed range on ember-async-data ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2517
}

CHANGELOG.md

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

3+
## Release (2025-04-14)
4+
5+
reactiveweb 1.4.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `reactiveweb`
9+
* [#134](https://github.com/universal-ember/reactiveweb/pull/134) Widen allowed range on ember-async-data ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-02-05)
415

516
reactiveweb 1.4.0 (minor)

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.4.0",
3+
"version": "1.4.1",
44
"description": "Web platform primitives and utilities for building reactive applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)