-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.release-plan.json
29 lines (29 loc) · 3.83 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"solution": {
"ember-async-data": {
"impact": "major",
"oldVersion": "1.0.3",
"newVersion": "2.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-async-data/package.json"
}
},
"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"
}