diff --git a/.release-plan.json b/.release-plan.json index d3ed5aa7..0b082b8e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,14 @@ { "solution": { "ember-async-data": { - "impact": "major", - "oldVersion": "1.0.3", - "newVersion": "2.0.0", + "impact": "patch", + "oldVersion": "2.0.0", + "newVersion": "2.0.1", + "tagName": "latest", "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" + "reason": "Appears in changelog section :bug: Bug Fix" }, { "impact": "patch", @@ -25,5 +18,5 @@ "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" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c275cff..7ebdec83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## Release (2025-05-12) + +* ember-async-data 2.0.1 (patch) + +#### :bug: Bug Fix +* `ember-async-data` + * [#854](https://github.com/tracked-tools/ember-async-data/pull/854) Remove unneeded peer dependency declaration ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :memo: Documentation +* [#821](https://github.com/tracked-tools/ember-async-data/pull/821) Update TypeScript support badge ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### :house: Internal +* `ember-async-data` + * [#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)) + * [#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)) +* Other + * [#829](https://github.com/tracked-tools/ember-async-data/pull/829) Update Nightly TypeScript run job ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### Committers: 2 +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-03-02) ember-async-data 2.0.0 (major) diff --git a/ember-async-data/package.json b/ember-async-data/package.json index d06c3a0c..65ac1fa1 100644 --- a/ember-async-data/package.json +++ b/ember-async-data/package.json @@ -1,6 +1,6 @@ { "name": "ember-async-data", - "version": "2.0.0", + "version": "2.0.1", "description": "A utility/helper and data structure for representing a `Promise` in a declarative, reactive way in Glimmer.js and Ember Octane.", "keywords": [ "ember-addon"