diff --git a/.release-plan.json b/.release-plan.json index 1dcd52c6f..9830342f4 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "ember-resources": { - "impact": "patch", - "oldVersion": "6.4.2", - "newVersion": "6.4.3", + "impact": "minor", + "oldVersion": "6.4.3", + "newVersion": "6.5.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./ember-resources/package.json" } }, - "description": "## Release (2024-01-05)\n\nember-resources 6.4.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`, `test-app`\n * [#1051](https://github.com/NullVoxPopuli/ember-resources/pull/1051) Fix issue with keepLatest and empty values ([@wagenet](https://github.com/wagenet))\n* `ember-resources`\n * [#1067](https://github.com/NullVoxPopuli/ember-resources/pull/1067) chore: fix ember-concurrency doc ([@Yelinz](https://github.com/Yelinz))\n\n#### :house: Internal\n* `test-app`\n * [#1069](https://github.com/NullVoxPopuli/ember-resources/pull/1069) Eslint plugin ember alpha v12 testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1062](https://github.com/NullVoxPopuli/ember-resources/pull/1062) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 4\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n- Yelin Zhang ([@Yelinz](https://github.com/Yelinz))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n" + "description": "## Release (2024-01-08)\n\nember-resources 6.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-resources`\n * [#1076](https://github.com/NullVoxPopuli/ember-resources/pull/1076) Deprecate and move service and modifier to reactiveweb ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1077](https://github.com/NullVoxPopuli/ember-resources/pull/1077) Deprecate the class-based Resource, moved to ember-modify-based-class-resource ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1070](https://github.com/NullVoxPopuli/ember-resources/pull/1070) [v6]: Deprecate util/* imports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `test-app`\n * [#1074](https://github.com/NullVoxPopuli/ember-resources/pull/1074) [v6]: Ensure that the available API for v7 does not throw deprecations ([@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 2b63b7a85..06410b780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog +## Release (2024-01-08) + +ember-resources 6.5.0 (minor) + +#### :rocket: Enhancement +* `ember-resources` + * [#1076](https://github.com/NullVoxPopuli/ember-resources/pull/1076) Deprecate and move service and modifier to reactiveweb ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#1077](https://github.com/NullVoxPopuli/ember-resources/pull/1077) Deprecate the class-based Resource, moved to ember-modify-based-class-resource ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#1070](https://github.com/NullVoxPopuli/ember-resources/pull/1070) [v6]: Deprecate util/* imports ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `test-app` + * [#1074](https://github.com/NullVoxPopuli/ember-resources/pull/1074) [v6]: Ensure that the available API for v7 does not throw deprecations ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## Release (2024-01-05) ember-resources 6.4.3 (patch) diff --git a/ember-resources/package.json b/ember-resources/package.json index 46bcc769c..c53a83c60 100644 --- a/ember-resources/package.json +++ b/ember-resources/package.json @@ -1,6 +1,6 @@ { "name": "ember-resources", - "version": "6.4.3", + "version": "6.5.0", "keywords": [ "ember-addon" ],