Skip to content

Commit 0885911

Browse files
SergeAstapovgithub-actions[bot]
authored andcommitted
Prepare Release v2.0.2 using 'release-plan'
1 parent c89f039 commit 0885911

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"ember-async-data": {
44
"impact": "patch",
5-
"oldVersion": "2.0.0",
6-
"newVersion": "2.0.1",
5+
"oldVersion": "2.0.1",
6+
"newVersion": "2.0.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :memo: Documentation"
1612
}
1713
],
1814
"pkgJSONPath": "./ember-async-data/package.json"
1915
}
2016
},
21-
"description": "## Release (2025-05-12)\n\n* ember-async-data 2.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-async-data`\n * [#854](https://github.com/tracked-tools/ember-async-data/pull/854) Remove unneeded peer dependency declaration ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#821](https://github.com/tracked-tools/ember-async-data/pull/821) Update TypeScript support badge ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :house: Internal\n* `ember-async-data`\n * [#855](https://github.com/tracked-tools/ember-async-data/pull/855) chore(deps-dev): bump pnpm from 10.6.3 to 10.10.0 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#834](https://github.com/tracked-tools/ember-async-data/pull/834) Bump release-plan from v0.13 to v0.16 ([@SergeAstapov](https://github.com/SergeAstapov))\n* Other\n * [#829](https://github.com/tracked-tools/ember-async-data/pull/829) Update Nightly TypeScript run job ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2025-09-07)\n\n* ember-async-data 2.0.2 (patch)\n\n#### :memo: Documentation\n* `ember-async-data`\n * [#877](https://github.com/tracked-tools/ember-async-data/pull/877) Remove use of `inject` in docs ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
2218
}

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-09-07)
4+
5+
* ember-async-data 2.0.2 (patch)
6+
7+
#### :memo: Documentation
8+
* `ember-async-data`
9+
* [#877](https://github.com/tracked-tools/ember-async-data/pull/877) Remove use of `inject` in docs ([@bertdeblock](https://github.com/bertdeblock))
10+
11+
#### Committers: 1
12+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
13+
314
## Release (2025-05-12)
415

516
* ember-async-data 2.0.1 (patch)

ember-async-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-async-data",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A utility/helper and data structure for representing a `Promise` in a declarative, reactive way in Glimmer.js and Ember Octane.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)