From 3098d7e28ad6e33a4e61be785cba7c1dbdb180ce Mon Sep 17 00:00:00 2001 From: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com> Date: Tue, 16 Sep 2025 01:33:19 +0000 Subject: [PATCH] Prepare Release v8.1.0 using 'release-plan' --- .release-plan.json | 14 +++++++++----- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 533f87a..2d95f8b 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,22 @@ { "solution": { "ember-cli-string-helpers": { - "impact": "patch", - "oldVersion": "8.0.0", - "newVersion": "8.0.1", + "impact": "minor", + "oldVersion": "8.0.1", + "newVersion": "8.1.0", "tagName": "latest", "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :memo: Documentation" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-07-22)\n\n* ember-cli-string-helpers 8.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-string-helpers`\n * [#379](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/379) Update TS types, add warning and examples to README ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n" + "description": "## Release (2025-09-16)\n\n* ember-cli-string-helpers 8.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-string-helpers`\n * [#400](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/400) fix: remove named export from all helpers ([@aklkv](https://github.com/aklkv))\n\n#### :memo: Documentation\n* `ember-cli-string-helpers`\n * [#402](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/402) chore: update docs with imports ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38dfbb1..085d1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Release (2025-09-16) + +* ember-cli-string-helpers 8.1.0 (minor) + +#### :rocket: Enhancement +* `ember-cli-string-helpers` + * [#400](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/400) fix: remove named export from all helpers ([@aklkv](https://github.com/aklkv)) + +#### :memo: Documentation +* `ember-cli-string-helpers` + * [#402](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/402) chore: update docs with imports ([@aklkv](https://github.com/aklkv)) + +#### Committers: 1 +- Alexey Kulakov ([@aklkv](https://github.com/aklkv)) + ## Release (2025-07-22) * ember-cli-string-helpers 8.0.1 (patch) diff --git a/package.json b/package.json index 449a474..5588ae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-string-helpers", - "version": "8.0.1", + "version": "8.1.0", "description": "String helpers for Ember", "keywords": [ "ember-addon",