From c09f42ab7f66813cbeec5fc41895b23b8e32dad6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jul 2024 16:36:16 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++++---- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 32cb3bd..d0b9e86 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,10 +1,14 @@ { "solution": { "kolay": { - "impact": "patch", - "oldVersion": "1.1.3", - "newVersion": "1.1.4", + "impact": "minor", + "oldVersion": "1.1.4", + "newVersion": "1.2.0", "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" @@ -16,5 +20,5 @@ "oldVersion": "0.0.10" } }, - "description": "## Release (2024-07-20)\n\nkolay 1.1.4 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#106](https://github.com/universal-ember/kolay/pull/106) Allow packages to be unspecified ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#103](https://github.com/universal-ember/kolay/pull/103) Fix implicit sorting (sorting based on file path) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#105](https://github.com/universal-ember/kolay/pull/105) Make sure to .trim() the group names after cleaning ([@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.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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eff611f..47fd45a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ ## Release (2024-07-20) +kolay 1.2.0 (minor) + +#### :rocket: Enhancement +* `kolay` + * [#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)) + +#### :bug: Bug Fix +* `kolay` + * [#107](https://github.com/universal-ember/kolay/pull/107) Widen range on the UI library ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-07-20) + kolay 1.1.4 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index 361916d..fd9c567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kolay", - "version": "1.1.4", + "version": "1.2.0", "description": "", "keywords": [ "documentation",