diff --git a/.release-plan.json b/.release-plan.json index cf576444..c8226df9 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-resources": { "impact": "patch", - "oldVersion": "7.0.0", - "newVersion": "7.0.1", + "oldVersion": "7.0.1", + "newVersion": "7.0.2", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./ember-resources/package.json" } }, - "description": "## Release (2024-05-03)\n\nember-resources 7.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`, `test-app`\n * [#1129](https://github.com/NullVoxPopuli/ember-resources/pull/1129) Fix use types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#1115](https://github.com/NullVoxPopuli/ember-resources/pull/1115) Update migrations for 7.0 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#1130](https://github.com/NullVoxPopuli/ember-resources/pull/1130) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de96b4b..2f1c7b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-06-18) + +ember-resources 7.0.2 (patch) + +#### :bug: Bug Fix +* `ember-resources`, `test-app` + * [#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)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-05-03) ember-resources 7.0.1 (patch) diff --git a/ember-resources/package.json b/ember-resources/package.json index b66a7a2b..198e801c 100644 --- a/ember-resources/package.json +++ b/ember-resources/package.json @@ -1,6 +1,6 @@ { "name": "ember-resources", - "version": "7.0.1", + "version": "7.0.2", "keywords": [ "ember-addon" ], diff --git a/stderr.log b/stderr.log index 199ae9dc..41a46091 100644 --- a/stderr.log +++ b/stderr.log @@ -1 +1,2 @@ Warning: unknown package "test-app" +Warning: unknown package "test-app"