Skip to content

Commit 7d50752

Browse files
Merge pull request #105 from universal-ember/release-preview
Prepare Release
2 parents 803a622 + 0529667 commit 7d50752

File tree

3 files changed

+44
-4
lines changed

3 files changed

+44
-4
lines changed

.release-plan.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22
"solution": {
33
"reactiveweb": {
44
"impact": "minor",
5-
"oldVersion": "1.2.3",
6-
"newVersion": "1.3.0",
5+
"oldVersion": "1.3.0",
6+
"newVersion": "1.4.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :memo: Documentation"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :house: Internal"
1119
}
1220
],
1321
"pkgJSONPath": "./reactiveweb/package.json"
1422
}
1523
},
16-
"description": "## Release (2024-05-24)\n\nreactiveweb 1.3.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`, `test-app`\n * [#101](https://github.com/universal-ember/reactiveweb/pull/101) Add debounce initialize ([@Techn1x](https://github.com/Techn1x))\n\n#### Committers: 1\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n"
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"
1725
}

CHANGELOG.md

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

3+
## Release (2025-02-05)
4+
5+
reactiveweb 1.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `reactiveweb`, `test-app`
9+
* [#130](https://github.com/universal-ember/reactiveweb/pull/130) Add meta to the trackedFunction callback ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* `reactiveweb`
13+
* [#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))
14+
15+
#### :house: Internal
16+
* Other
17+
* [#132](https://github.com/universal-ember/reactiveweb/pull/132) Upgrade release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* `docs`, `test-app`
19+
* [#131](https://github.com/universal-ember/reactiveweb/pull/131) Fix node/pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* `test-app`
21+
* [#121](https://github.com/universal-ember/reactiveweb/pull/121) Remove imaginary config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
* [#113](https://github.com/universal-ember/reactiveweb/pull/113) test-helpers v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
23+
* [#111](https://github.com/universal-ember/reactiveweb/pull/111) Widen test matrix to include ember-source 5.8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
24+
* `reactiveweb`
25+
* [#120](https://github.com/universal-ember/reactiveweb/pull/120) Update decorator-transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
26+
* `docs`, `reactiveweb`, `test-app`
27+
* [#117](https://github.com/universal-ember/reactiveweb/pull/117) Update lint and some build deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28+
* `reactiveweb`, `test-app`
29+
* [#112](https://github.com/universal-ember/reactiveweb/pull/112) Use pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30+
31+
#### Committers: 2
32+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
33+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
34+
335
## Release (2024-05-24)
436

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

0 commit comments

Comments
 (0)