Skip to content

Commit c7aba13

Browse files
SergeAstapovgithub-actions[bot]
authored andcommitted
Prepare Release v2.0.1 using 'release-plan'
1 parent 32acb9c commit c7aba13

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

.release-plan.json

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
{
22
"solution": {
33
"ember-async-data": {
4-
"impact": "major",
5-
"oldVersion": "1.0.3",
6-
"newVersion": "2.0.0",
4+
"impact": "patch",
5+
"oldVersion": "2.0.0",
6+
"newVersion": "2.0.1",
7+
"tagName": "latest",
78
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
12-
{
13-
"impact": "minor",
14-
"reason": "Appears in changelog section :rocket: Enhancement"
15-
},
16-
{
17-
"impact": "patch",
18-
"reason": "Appears in changelog section :memo: Documentation"
19-
},
209
{
2110
"impact": "patch",
2211
"reason": "Appears in changelog section :house: Internal"
@@ -25,5 +14,5 @@
2514
"pkgJSONPath": "./ember-async-data/package.json"
2615
}
2716
},
28-
"description": "## Release (2025-03-02)\n\nember-async-data 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-async-data`, `test-app`\n * [#819](https://github.com/tracked-tools/ember-async-data/pull/819) Throw an error when accessing `.value` or `.error` unsafely ([@SergeAstapov](https://github.com/SergeAstapov))\n* `ember-async-data`\n * [#818](https://github.com/tracked-tools/ember-async-data/pull/818) Drop @dependentKeyCompat from addon ([@SergeAstapov](https://github.com/SergeAstapov))\n* Other\n * [#816](https://github.com/tracked-tools/ember-async-data/pull/816) Drop support for TypeScript < 5.5 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :rocket: Enhancement\n* `ember-async-data`\n * [#814](https://github.com/tracked-tools/ember-async-data/pull/814) Expand @ember/test-waiters dependency range to allow v4 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :memo: Documentation\n* `ember-async-data`, `test-app`\n * [#820](https://github.com/tracked-tools/ember-async-data/pull/820) Update documentation and tests to use template tag ([@SergeAstapov](https://github.com/SergeAstapov))\n* Other\n * [#773](https://github.com/tracked-tools/ember-async-data/pull/773) Fix Loader Example ([@devotox](https://github.com/devotox))\n\n#### :house: Internal\n* `ember-async-data`, `test-app`\n * [#815](https://github.com/tracked-tools/ember-async-data/pull/815) Sync addon with latest addon-blueprint ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#809](https://github.com/tracked-tools/ember-async-data/pull/809) Switch from yarn to pnpm ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#715](https://github.com/tracked-tools/ember-async-data/pull/715) Add TypeScript 5.1 and 5.2 to support matrix ([@SergeAstapov](https://github.com/SergeAstapov))\n* `ember-async-data`\n * [#813](https://github.com/tracked-tools/ember-async-data/pull/813) Replace release-it with release-plan ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#806](https://github.com/tracked-tools/ember-async-data/pull/806) chore(deps-dev): Bump actions/checkout from v3 to v4 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#735](https://github.com/tracked-tools/ember-async-data/pull/735) Bump prettier and eslint-plugin-prettier ([@nlfurniss](https://github.com/nlfurniss))\n* Other\n * [#812](https://github.com/tracked-tools/ember-async-data/pull/812) Update TypeScript testing matrix to include >=5.0 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#810](https://github.com/tracked-tools/ember-async-data/pull/810) Print tsc version to ensure proper TypeScript version usage ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#736](https://github.com/tracked-tools/ember-async-data/pull/736) Bump browserlist ([@nlfurniss](https://github.com/nlfurniss))\n* `test-app`\n * [#808](https://github.com/tracked-tools/ember-async-data/pull/808) Bump ember-cli from 5.7 to 5.12 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 3\n- Devonte ([@devotox](https://github.com/devotox))\n- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
17+
"description": "## Release (2025-03-18)\n\n* ember-async-data 2.0.1 (patch)\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 * [#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: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
2918
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2025-03-18)
4+
5+
* ember-async-data 2.0.1 (patch)
6+
7+
#### :memo: Documentation
8+
* [#821](https://github.com/tracked-tools/ember-async-data/pull/821) Update TypeScript support badge ([@SergeAstapov](https://github.com/SergeAstapov))
9+
10+
#### :house: Internal
11+
* `ember-async-data`
12+
* [#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))
13+
* Other
14+
* [#829](https://github.com/tracked-tools/ember-async-data/pull/829) Update Nightly TypeScript run job ([@SergeAstapov](https://github.com/SergeAstapov))
15+
16+
#### Committers: 1
17+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
18+
319
## Release (2025-03-02)
420

521
ember-async-data 2.0.0 (major)

ember-async-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-async-data",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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)