From cc37abcdc9f48c36a8b08cfd82c96f32dce8c22d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jul 2024 16:47:28 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 14 +++++--------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index d0b9e868..762692b2 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,14 +1,10 @@ { "solution": { "kolay": { - "impact": "minor", - "oldVersion": "1.1.4", - "newVersion": "1.2.0", + "impact": "patch", + "oldVersion": "1.2.0", + "newVersion": "1.2.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" @@ -17,8 +13,8 @@ "pkgJSONPath": "./package.json" }, "@universal-ember/kolay-ui": { - "oldVersion": "0.0.10" + "oldVersion": "0.0.11" } }, - "description": "## Release (2024-07-20)\n\nkolay 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `kolay`\n * [#109](https://github.com/universal-ember/kolay/pull/109) Add type-narrowing utilities for working with the manifest's tree's pages vs collections ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `kolay`\n * [#107](https://github.com/universal-ember/kolay/pull/107) Widen range on the UI library ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-07-20)\n\nkolay 1.2.1 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#111](https://github.com/universal-ember/kolay/pull/111) Don't use the workspace protocol for the peer range ([@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 47fd45a9..657bc18a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-07-20) +kolay 1.2.1 (patch) + +#### :bug: Bug Fix +* `kolay` + * [#111](https://github.com/universal-ember/kolay/pull/111) Don't use the workspace protocol for the peer range ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-07-20) + kolay 1.2.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index b2677cda..066ed82f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kolay", - "version": "1.2.0", + "version": "1.2.1", "description": "", "keywords": [ "documentation",