Skip to content

Commit 80f4df4

Browse files
Merge pull request #144 from universal-ember/release-preview
Prepare Release v1.6.0
2 parents fc4f404 + dcbc362 commit 80f4df4

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"reactiveweb": {
44
"impact": "minor",
5-
"oldVersion": "1.4.2",
6-
"newVersion": "1.5.0",
5+
"oldVersion": "1.5.0",
6+
"newVersion": "1.6.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./reactiveweb/package.json"
1515
}
1616
},
17-
"description": "## Release (2025-05-28)\n\n* reactiveweb 1.5.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`\n * [#140](https://github.com/universal-ember/reactiveweb/pull/140) Add `effect` and `renderEffect` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2025-06-12)\n\n* reactiveweb 1.6.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`\n * [#143](https://github.com/universal-ember/reactiveweb/pull/143) New utilities: `Interval`, `Seconds`, `Duration`, imprtable from `reactiveweb/interval` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1818
}

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-06-12)
4+
5+
* reactiveweb 1.6.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `reactiveweb`
9+
* [#143](https://github.com/universal-ember/reactiveweb/pull/143) New utilities: `Interval`, `Seconds`, `Duration`, imprtable from `reactiveweb/interval` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-05-28)
415

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

0 commit comments

Comments
 (0)