From 212ff796481e7c70a869136374d90f6404914468 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 2 Nov 2024 16:49:45 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 22 +++++++++++++++++++--- CHANGELOG.md | 25 +++++++++++++++++++++++++ codemod/package.json | 2 +- ember-resources/package.json | 2 +- stderr.log | 3 +++ 5 files changed, 49 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index c8226df9..9556a122 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,33 @@ { "solution": { + "ember-resources-codemod": { + "impact": "minor", + "oldVersion": "0.0.3", + "newVersion": "0.1.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./codemod/package.json" + }, "ember-resources": { "impact": "patch", - "oldVersion": "7.0.1", - "newVersion": "7.0.2", + "oldVersion": "7.0.2", + "newVersion": "7.0.3", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./ember-resources/package.json" } }, - "description": "## Release (2024-06-18)\n\nember-resources 7.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`, `test-app`\n * [#1135](https://github.com/NullVoxPopuli/ember-resources/pull/1135) Fix issue where, in some situations, the immediate-invoker helper manager (used when you use `resourceFactory`) was not correctly destroying the previous instance of a resource (such as when args change)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-11-02)\n\nember-resources-codemod 0.1.0 (minor)\nember-resources 7.0.3 (patch)\n\n#### :rocket: Enhancement\n* `ember-resources-codemod`, `test-app`\n * [#1147](https://github.com/NullVoxPopuli/ember-resources/pull/1147) Add v6 to v7 codemod ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-resources`\n * [#1161](https://github.com/NullVoxPopuli/ember-resources/pull/1161) Widen peer range of @glimmer/component ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli))\n\n#### :house: Internal\n* `ember-resources`, `test-app-definitely-typed`, `test-app`\n * [#1158](https://github.com/NullVoxPopuli/ember-resources/pull/1158) Cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1c7b22..3ae98310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## Release (2024-11-02) + +ember-resources-codemod 0.1.0 (minor) +ember-resources 7.0.3 (patch) + +#### :rocket: Enhancement +* `ember-resources-codemod`, `test-app` + * [#1147](https://github.com/NullVoxPopuli/ember-resources/pull/1147) Add v6 to v7 codemod ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :bug: Bug Fix +* `ember-resources` + * [#1161](https://github.com/NullVoxPopuli/ember-resources/pull/1161) Widen peer range of @glimmer/component ([@johanrd](https://github.com/johanrd)) + +#### :memo: Documentation +* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli)) + +#### :house: Internal +* `ember-resources`, `test-app-definitely-typed`, `test-app` + * [#1158](https://github.com/NullVoxPopuli/ember-resources/pull/1158) Cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 3 +- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) +- [@johanrd](https://github.com/johanrd) + ## Release (2024-06-18) ember-resources 7.0.2 (patch) diff --git a/codemod/package.json b/codemod/package.json index 072bf0b4..fc5c76eb 100644 --- a/codemod/package.json +++ b/codemod/package.json @@ -1,6 +1,6 @@ { "name": "ember-resources-codemod", - "version": "0.0.3", + "version": "0.1.0", "bin": "./bin.mjs", "type": "module", "files": [ diff --git a/ember-resources/package.json b/ember-resources/package.json index 2599e556..15d04b37 100644 --- a/ember-resources/package.json +++ b/ember-resources/package.json @@ -1,6 +1,6 @@ { "name": "ember-resources", - "version": "7.0.2", + "version": "7.0.3", "keywords": [ "ember-addon" ], diff --git a/stderr.log b/stderr.log index 41a46091..b6b56ef5 100644 --- a/stderr.log +++ b/stderr.log @@ -1,2 +1,5 @@ Warning: unknown package "test-app" Warning: unknown package "test-app" +Warning: unknown package "test-app" +Warning: unknown package "test-app-definitely-typed" +Warning: unknown package "test-app"