From 991a67d35b0fe33461f199481dc0863aab12623d Mon Sep 17 00:00:00 2001 From: marcoow <1510+marcoow@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:23:37 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 21 ++------------------- CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 699d816e..9d341d22 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,25 +1,8 @@ { "solution": { "ember-cookies": { - "impact": "minor", - "oldVersion": "1.2.0", - "newVersion": "1.3.0", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :memo: Documentation" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./packages/ember-cookies/package.json" + "oldVersion": "1.3.0" } }, - "description": "## Release (2024-12-28)\n\nember-cookies 1.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cookies`, `test-app`\n * [#1015](https://github.com/mainmatter/ember-cookies/pull/1015) chore(typescript): move remaining addon and test-app code ([@BobrImperator](https://github.com/BobrImperator))\n * [#1014](https://github.com/mainmatter/ember-cookies/pull/1014) chore(typescript): initial Typescript setup ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :memo: Documentation\n* `ember-cookies`, `test-app`\n * [#1017](https://github.com/mainmatter/ember-cookies/pull/1017) doc(typescript): add usage example ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `ember-cookies`, `test-app`\n * [#1017](https://github.com/mainmatter/ember-cookies/pull/1017) doc(typescript): add usage example ([@BobrImperator](https://github.com/BobrImperator))\n * [#1014](https://github.com/mainmatter/ember-cookies/pull/1014) chore(typescript): initial Typescript setup ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6099c038..66b94554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2024-12-28) ember-cookies 1.3.0 (minor)