From 5deee80d588c11ca9e0b7b5feba483c9facda732 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Feb 2024 16:50:12 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 16 ++++------------ CHANGELOG.md | 11 +++++++++++ ember-data-resources/package.json | 2 +- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index e995b622..11f1c102 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,25 +1,17 @@ { "solution": { "ember-data-resources": { - "impact": "minor", - "oldVersion": "5.1.0", - "newVersion": "5.2.0", + "impact": "patch", + "oldVersion": "5.2.0", + "newVersion": "5.2.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./ember-data-resources/package.json" } }, - "description": "## Release (2024-02-20)\n\nember-data-resources 5.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-data-resources`\n * [#404](https://github.com/NullVoxPopuli/ember-data-resources/pull/404) Add some jsdoc for the JS helpers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-data-resources`\n * [#405](https://github.com/NullVoxPopuli/ember-data-resources/pull/405) Delete empty files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#403](https://github.com/NullVoxPopuli/ember-data-resources/pull/403) Update readme to test release automation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-data-resources`, `test-app`, `test-embroider-app`\n * [#379](https://github.com/NullVoxPopuli/ember-data-resources/pull/379) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))\n* `test-embroider-app`\n * [#382](https://github.com/NullVoxPopuli/ember-data-resources/pull/382) Update Node.js to v20.11.1 ([@renovate[bot]](https://github.com/apps/renovate))\n* Other\n * [#400](https://github.com/NullVoxPopuli/ember-data-resources/pull/400) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" + "description": "## Release (2024-02-20)\n\nember-data-resources 5.2.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-data-resources`\n * [#408](https://github.com/NullVoxPopuli/ember-data-resources/pull/408) Add publish to the release workflow ([@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 c7432db3..f89f6c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-02-20) +ember-data-resources 5.2.1 (patch) + +#### :bug: Bug Fix +* `ember-data-resources` + * [#408](https://github.com/NullVoxPopuli/ember-data-resources/pull/408) Add publish to the release workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-02-20) + ember-data-resources 5.2.0 (minor) #### :rocket: Enhancement diff --git a/ember-data-resources/package.json b/ember-data-resources/package.json index 638389b9..e8bb766e 100644 --- a/ember-data-resources/package.json +++ b/ember-data-resources/package.json @@ -1,6 +1,6 @@ { "name": "ember-data-resources", - "version": "5.2.0", + "version": "5.2.1", "description": "Resource helpers for reactively (re)fetching data with ember-data", "keywords": [ "ember-addon"