Skip to content

Commit dd16788

Browse files
Merge pull request #147 from universal-ember/release-preview
Prepare Release v1.6.1
2 parents 41184e1 + 63f780c commit dd16788

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"solution": {
33
"reactiveweb": {
4-
"impact": "minor",
5-
"oldVersion": "1.5.0",
6-
"newVersion": "1.6.0",
4+
"impact": "patch",
5+
"oldVersion": "1.6.0",
6+
"newVersion": "1.6.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
}
1313
],
1414
"pkgJSONPath": "./reactiveweb/package.json"
1515
}
1616
},
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"
17+
"description": "## Release (2025-06-20)\n\n* reactiveweb 1.6.1 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#146](https://github.com/universal-ember/reactiveweb/pull/146) Fix issue where the `modifier` resource does not have an owner ([@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-20)
4+
5+
* reactiveweb 1.6.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `reactiveweb`
9+
* [#146](https://github.com/universal-ember/reactiveweb/pull/146) Fix issue where the `modifier` resource does not have an owner ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-06-12)
415

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

0 commit comments

Comments
 (0)