From 765d0e724036ebf619d615e0fceafe72ee5981ab Mon Sep 17 00:00:00 2001 From: SergeAstapov <322983+SergeAstapov@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:23:51 +0000 Subject: [PATCH] Prepare Release v2.0.2 using 'release-plan' --- .release-plan.json | 10 +++++----- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 0b082b8e..d7681f51 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,21 +2,21 @@ "solution": { "ember-async-data": { "impact": "patch", - "oldVersion": "2.0.0", - "newVersion": "2.0.1", + "oldVersion": "2.0.1", + "newVersion": "2.0.2", "tagName": "latest", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :memo: Documentation" }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" } ], - "pkgJSONPath": "./ember-async-data/package.json" + "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2025-11-18)\n\n* ember-async-data 2.0.2 (patch)\n\n#### :memo: Documentation\n* `ember-async-data`\n * [#927](https://github.com/tracked-tools/ember-async-data/pull/927) Fix small comment typo ([@elwayman02](https://github.com/elwayman02))\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: 3\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebdec83..d204c78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## Release (2025-11-18) + +* ember-async-data 2.0.2 (patch) + +#### :memo: Documentation +* `ember-async-data` + * [#927](https://github.com/tracked-tools/ember-async-data/pull/927) Fix small comment typo ([@elwayman02](https://github.com/elwayman02)) + * [#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)) + * [#877](https://github.com/tracked-tools/ember-async-data/pull/877) Remove use of `inject` in docs ([@bertdeblock](https://github.com/bertdeblock)) + +#### :house: Internal +* `ember-async-data` + * [#890](https://github.com/tracked-tools/ember-async-data/pull/890) Fix "Nightly TypeScript Run" job ([@SergeAstapov](https://github.com/SergeAstapov)) + * [#884](https://github.com/tracked-tools/ember-async-data/pull/884) Add TypeScript 5.9 to testing matrix ([@SergeAstapov](https://github.com/SergeAstapov)) + * [#882](https://github.com/tracked-tools/ember-async-data/pull/882) Remove ember-async-data folder ([@SergeAstapov](https://github.com/SergeAstapov)) + * [#881](https://github.com/tracked-tools/ember-async-data/pull/881) Bring back release-plan dependency ([@SergeAstapov](https://github.com/SergeAstapov)) + * [#880](https://github.com/tracked-tools/ember-async-data/pull/880) run "npx sort-package-json" ([@SergeAstapov](https://github.com/SergeAstapov)) + * [#879](https://github.com/tracked-tools/ember-async-data/pull/879) Sync with vite based addon blueprint ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### Committers: 3 +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) +- Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) + ## Release (2025-05-12) * ember-async-data 2.0.1 (patch) diff --git a/package.json b/package.json index d5ac80bd..e0186de2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-async-data", - "version": "2.0.1", + "version": "2.0.2", "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"