From cdc01a72c77960f572139bd588a31e7f3f608fe8 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:25:42 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 21 +++++++++++++++++++++ CHANGELOG.md | 20 ++++++++++++++++++++ ember-deep-tracked/package.json | 2 +- 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..5c4a797c --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "ember-deep-tracked": { + "impact": "patch", + "oldVersion": "2.0.0", + "newVersion": "2.0.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./ember-deep-tracked/package.json" + } + }, + "description": "## Release (2024-09-05)\n\nember-deep-tracked 2.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-deep-tracked`, `test-app`\n * [#357](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/357) Fix dynamic usage of Array.prototype.includes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `test-app`\n * [#356](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/356) Use better types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-deep-tracked`\n * [#355](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/355) Broaden Support (forward) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#353](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/353) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#352](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/352) Upgrade to pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d6a916..2c216bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## Release (2024-09-05) + +ember-deep-tracked 2.0.1 (patch) + +#### :bug: Bug Fix +* `ember-deep-tracked`, `test-app` + * [#357](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/357) Fix dynamic usage of Array.prototype.includes ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `test-app` + * [#356](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/356) Use better types ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `ember-deep-tracked` + * [#355](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/355) Broaden Support (forward) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* Other + * [#353](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/353) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#352](https://github.com/NullVoxPopuli/ember-deep-tracked/pull/352) Upgrade to pnpm 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + # [2.0.0](https://github.com/NullVoxPopuli/ember-deep-tracked/compare/v1.3.14...v2.0.0) (2022-08-21) diff --git a/ember-deep-tracked/package.json b/ember-deep-tracked/package.json index 77a3d2a9..10dc1a7b 100644 --- a/ember-deep-tracked/package.json +++ b/ember-deep-tracked/package.json @@ -1,6 +1,6 @@ { "name": "ember-deep-tracked", - "version": "2.0.0", + "version": "2.0.1", "description": "The tracking hammer", "keywords": [ "ember-addon"