Skip to content

Commit 7fe4ca0

Browse files
Prepare Release v8.0.1 using 'release-plan' (#382)
Co-authored-by: RobbieTheWagner <[email protected]>
1 parent f334abb commit 7fe4ca0

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"solution": {
33
"ember-cli-string-helpers": {
4-
"impact": "major",
5-
"oldVersion": "7.1.0",
6-
"newVersion": "8.0.0",
4+
"impact": "patch",
5+
"oldVersion": "8.0.0",
6+
"newVersion": "8.0.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
}
1313
],
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2025-07-21)\n\n* ember-cli-string-helpers 8.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-string-helpers`\n * [#352](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/352) Convert to the new v2 addon format and add TS types ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n"
17+
"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"
1818
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-07-22)
4+
5+
* ember-cli-string-helpers 8.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cli-string-helpers`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
13+
314
## Release (2025-07-21)
415

516
* ember-cli-string-helpers 8.0.0 (major)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-string-helpers",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "String helpers for Ember",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)