Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
"solution": {
"reactiveweb": {
"impact": "minor",
"oldVersion": "1.7.0",
"newVersion": "1.8.0",
"oldVersion": "1.8.0",
"newVersion": "1.9.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./reactiveweb/package.json"
}
},
"description": "## Release (2025-07-19)\n\n* reactiveweb 1.8.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`\n * [#154](https://github.com/universal-ember/reactiveweb/pull/154) getPromiseState ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2025-08-29)\n\n* reactiveweb 1.9.0 (minor)\n\n#### :rocket: Enhancement\n* `reactiveweb`\n * [#159](https://github.com/universal-ember/reactiveweb/pull/159) Remove ember-async-data, make trackedFunction use getPromiseState, add waiter. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `reactiveweb`\n * [#155](https://github.com/universal-ember/reactiveweb/pull/155) Fix error type in getPromiseState's State's toJSON ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2025-08-29)

* reactiveweb 1.9.0 (minor)

#### :rocket: Enhancement
* `reactiveweb`
* [#159](https://github.com/universal-ember/reactiveweb/pull/159) Remove ember-async-data, make trackedFunction use getPromiseState, add waiter. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `reactiveweb`
* [#155](https://github.com/universal-ember/reactiveweb/pull/155) Fix error type in getPromiseState's State's toJSON ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-07-19)

* reactiveweb 1.8.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion reactiveweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactiveweb",
"version": "1.8.0",
"version": "1.9.0",
"description": "Web platform primitives and utilities for building reactive applications",
"keywords": [
"ember-addon"
Expand Down