From be3941a253062cc921d6eba9b919e5c5b8c13cf4 Mon Sep 17 00:00:00 2001 From: patricklx <1332320+patricklx@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:09:52 +0000 Subject: [PATCH] Prepare Release using 'release-plan' Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-plan.json | 17 ++--------------- CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 30bffe82..948684e9 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,8 @@ { "solution": { "carbon-components-ember": { - "impact": "patch", - "oldVersion": "1.0.1", - "newVersion": "1.0.2", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./carbon-components-ember/package.json" + "oldVersion": "1.0.2" } }, - "description": "## Release (2024-11-16)\n\ncarbon-components-ember 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `carbon-components-ember`\n * [#246](https://github.com/IBM/carbon-components-ember/pull/246) fix accordion ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `carbon-components-ember`, `test-app`\n * [#232](https://github.com/IBM/carbon-components-ember/pull/232) update embroider vite ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a1bf632..847bb0ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2024-11-16) carbon-components-ember 1.0.2 (patch)