From cbb18f432ca494dc474e95b3b83c2526aa867033 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Jan 2024 22:48:27 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 17 +++++++++++++++++ CHANGELOG.md | 21 +++++++++++++++++++++ ember-resources/package.json | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 000000000..1dcd52c6f --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,17 @@ +{ + "solution": { + "ember-resources": { + "impact": "patch", + "oldVersion": "6.4.2", + "newVersion": "6.4.3", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + } + ], + "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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index ae661f043..2b63b7a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ # Changelog +## Release (2024-01-05) + +ember-resources 6.4.3 (patch) + +#### :bug: Bug Fix +* `ember-resources`, `test-app` + * [#1051](https://github.com/NullVoxPopuli/ember-resources/pull/1051) Fix issue with keepLatest and empty values ([@wagenet](https://github.com/wagenet)) +* `ember-resources` + * [#1067](https://github.com/NullVoxPopuli/ember-resources/pull/1067) chore: fix ember-concurrency doc ([@Yelinz](https://github.com/Yelinz)) + +#### :house: Internal +* `test-app` + * [#1069](https://github.com/NullVoxPopuli/ember-resources/pull/1069) Eslint plugin ember alpha v12 testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* Other + * [#1062](https://github.com/NullVoxPopuli/ember-resources/pull/1062) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 4 +- Peter Wagenet ([@wagenet](https://github.com/wagenet)) +- Yelin Zhang ([@Yelinz](https://github.com/Yelinz)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) +- [@johanrd](https://github.com/johanrd) ## 6.4.2 diff --git a/ember-resources/package.json b/ember-resources/package.json index 54a5872a3..46bcc769c 100644 --- a/ember-resources/package.json +++ b/ember-resources/package.json @@ -1,6 +1,6 @@ { "name": "ember-resources", - "version": "6.4.2", + "version": "6.4.3", "keywords": [ "ember-addon" ],