From 501750725e231e06a73df6f5dd8c9a05a6b11910 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 17:08:40 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 24 +++--------------------- CHANGELOG.md | 5 +++++ 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index af213656..32d2b5e8 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,30 +1,12 @@ { "solution": { "@theemo/build": { - "impact": "patch", - "oldVersion": "0.2.3", - "newVersion": "0.2.4", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./packages/@theemo/build/package.json" + "oldVersion": "0.2.4" }, "moana": {}, "moana-color-schemes": {}, "@theemo/cli": { - "impact": "patch", - "oldVersion": "0.2.3", - "newVersion": "0.2.4", - "constraints": [ - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on @theemo/build" - } - ], - "pkgJSONPath": "./packages/@theemo/cli/package.json" + "oldVersion": "0.2.4" }, "@theemo/core": { "oldVersion": "0.0.2" @@ -42,5 +24,5 @@ "oldVersion": "0.2.3" } }, - "description": "## Release (2024-08-04)\n\n@theemo/build 0.2.4 (patch)\n@theemo/cli 0.2.4 (patch)\n\n#### :bug: Bug Fix\n* `@theemo/build`, `playground-theme`\n * [#1022](https://github.com/theemo-tokens/theemo/pull/1022) Fix value duplication in `package.json` for `theemo build` ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bcb708..ac837d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2024-08-04) @theemo/build 0.2.4 (patch)