Skip to content

Commit ba40c8a

Browse files
Merge pull request universal-ember#94 from universal-ember/release-preview
Prepare Release
2 parents 1d7ea37 + a44da3a commit ba40c8a

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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": "patch",
5-
"oldVersion": "1.2.1",
6-
"newVersion": "1.2.2",
5+
"oldVersion": "1.2.2",
6+
"newVersion": "1.2.3",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./reactiveweb/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-02-27)\n\nreactiveweb 1.2.2 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`, `test-app`\n * [#87](https://github.com/universal-ember/reactiveweb/pull/87) [trackedFunction]: fix error handling so Glimmer does die when an error is thrown ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-03-23)\n\nreactiveweb 1.2.3 (patch)\n\n#### :bug: Bug Fix\n* `reactiveweb`, `test-app`\n * [#93](https://github.com/universal-ember/reactiveweb/pull/93) Make trackedTask reactively thennable, so that integrations with thennables are automatically reactive ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

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 (2024-03-23)
4+
5+
reactiveweb 1.2.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `reactiveweb`, `test-app`
9+
* [#93](https://github.com/universal-ember/reactiveweb/pull/93) Make trackedTask reactively thennable, so that integrations with thennables are automatically reactive ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2024-02-27)
415

516
reactiveweb 1.2.2 (patch)

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

stderr.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Warning: unknown package "test-app"

0 commit comments

Comments
 (0)