From c1afb737edf11d3d9d19f716a3461afe1bc66ab2 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:34:33 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 13 ++----------- CHANGELOG.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index c8226df9..8f583948 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,8 @@ { "solution": { "ember-resources": { - "impact": "patch", - "oldVersion": "7.0.1", - "newVersion": "7.0.2", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./ember-resources/package.json" + "oldVersion": "7.0.2" } }, - "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-07-06)\n\n\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#### Committers: 1\n- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1c7b22..861a91cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Release (2024-07-06) + + + +#### :memo: Documentation +* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli)) + +#### Committers: 1 +- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli)) + ## Release (2024-06-18) ember-resources 7.0.2 (patch)