From 0688cecd455e85bfe26226ea8825fdba38e61151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:45:00 +0000 Subject: [PATCH] Prepare Release vnull using 'release-plan' --- .release-plan.json | 18 ++---------------- CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 2f7e746d..bf20f280 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,22 +1,8 @@ { "solution": { "kolay": { - "impact": "patch", - "oldVersion": "5.2.0", - "newVersion": "5.2.1", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./package.json" + "oldVersion": "5.2.1" } }, - "description": "## Release (2026-05-27)\n\n* kolay 5.2.1 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#303](https://github.com/universal-ember/kolay/pull/303) Fix: apply root-level meta.jsonc order config ([@rmoodyab](https://github.com/rmoodyab))\n\n#### :house: Internal\n* `kolay`\n * [#300](https://github.com/universal-ember/kolay/pull/300) Upgrade vite ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Ross Moody ([@rmoodyab](https://github.com/rmoodyab))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b646e5c..de9d9ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2026-05-27) * kolay 5.2.1 (patch)