Skip to content

Commit f52632b

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

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

.release-plan.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
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"
11+
"reason": "Appears in changelog section :memo: Documentation"
1212
},
1313
{
1414
"impact": "patch",
1515
"reason": "Appears in changelog section :house: Internal"
1616
}
1717
],
18-
"pkgJSONPath": "./ember-async-data/package.json"
18+
"pkgJSONPath": "./package.json"
1919
}
2020
},
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"
21+
"description": "## Release (2025-09-16)\n\n* ember-async-data 2.0.2 (patch)\n\n#### :memo: Documentation\n* `ember-async-data`\n * [#883](https://github.com/tracked-tools/ember-async-data/pull/883) Remove usage of defer with Promise.withResolvers() in docs ([@SergeAstapov](https://github.com/SergeAstapov))\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#### :house: Internal\n* `ember-async-data`\n * [#890](https://github.com/tracked-tools/ember-async-data/pull/890) Fix \"Nightly TypeScript Run\" job ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#884](https://github.com/tracked-tools/ember-async-data/pull/884) Add TypeScript 5.9 to testing matrix ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#882](https://github.com/tracked-tools/ember-async-data/pull/882) Remove ember-async-data folder ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#881](https://github.com/tracked-tools/ember-async-data/pull/881) Bring back release-plan dependency ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#880](https://github.com/tracked-tools/ember-async-data/pull/880) run \"npx sort-package-json\" ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#879](https://github.com/tracked-tools/ember-async-data/pull/879) Sync with vite based addon blueprint ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
2222
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## Release (2025-09-16)
4+
5+
* ember-async-data 2.0.2 (patch)
6+
7+
#### :memo: Documentation
8+
* `ember-async-data`
9+
* [#883](https://github.com/tracked-tools/ember-async-data/pull/883) Remove usage of defer with Promise.withResolvers() in docs ([@SergeAstapov](https://github.com/SergeAstapov))
10+
* [#877](https://github.com/tracked-tools/ember-async-data/pull/877) Remove use of `inject` in docs ([@bertdeblock](https://github.com/bertdeblock))
11+
12+
#### :house: Internal
13+
* `ember-async-data`
14+
* [#890](https://github.com/tracked-tools/ember-async-data/pull/890) Fix "Nightly TypeScript Run" job ([@SergeAstapov](https://github.com/SergeAstapov))
15+
* [#884](https://github.com/tracked-tools/ember-async-data/pull/884) Add TypeScript 5.9 to testing matrix ([@SergeAstapov](https://github.com/SergeAstapov))
16+
* [#882](https://github.com/tracked-tools/ember-async-data/pull/882) Remove ember-async-data folder ([@SergeAstapov](https://github.com/SergeAstapov))
17+
* [#881](https://github.com/tracked-tools/ember-async-data/pull/881) Bring back release-plan dependency ([@SergeAstapov](https://github.com/SergeAstapov))
18+
* [#880](https://github.com/tracked-tools/ember-async-data/pull/880) run "npx sort-package-json" ([@SergeAstapov](https://github.com/SergeAstapov))
19+
* [#879](https://github.com/tracked-tools/ember-async-data/pull/879) Sync with vite based addon blueprint ([@SergeAstapov](https://github.com/SergeAstapov))
20+
21+
#### Committers: 2
22+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
23+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
24+
325
## Release (2025-05-12)
426

527
* ember-async-data 2.0.1 (patch)

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)