From afcf98d8c12ac4ba44a24b5b16c6924e139c0de5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jul 2024 13:37:39 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 8 ++++---- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 6ac6169..32cb3bd 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "kolay": { "impact": "patch", - "oldVersion": "1.1.2", - "newVersion": "1.1.3", + "oldVersion": "1.1.3", + "newVersion": "1.1.4", "constraints": [ { "impact": "patch", @@ -13,8 +13,8 @@ "pkgJSONPath": "./package.json" }, "@universal-ember/kolay-ui": { - "oldVersion": "0.0.9" + "oldVersion": "0.0.10" } }, - "description": "## Release (2024-07-16)\n\nkolay 1.1.3 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#101](https://github.com/universal-ember/kolay/pull/101) Fixes Configs Not Found In Dasherized Paths ([@rtablada](https://github.com/rtablada))\n\n#### Committers: 1\n- Ryan Tablada ([@rtablada](https://github.com/rtablada))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f9a16..eff611f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Release (2024-07-20) + +kolay 1.1.4 (patch) + +#### :bug: Bug Fix +* `kolay` + * [#106](https://github.com/universal-ember/kolay/pull/106) Allow packages to be unspecified ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#103](https://github.com/universal-ember/kolay/pull/103) Fix implicit sorting (sorting based on file path) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#105](https://github.com/universal-ember/kolay/pull/105) Make sure to .trim() the group names after cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-07-16) kolay 1.1.3 (patch) diff --git a/package.json b/package.json index 56efa2d..23652e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kolay", - "version": "1.1.3", + "version": "1.1.4", "description": "", "keywords": [ "documentation",