Skip to content

Commit 2b328d4

Browse files
Prepare Release v7.1.0 using 'release-plan' (#374)
Co-authored-by: RobbieTheWagner <[email protected]>
1 parent 4dad86a commit 2b328d4

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.release-plan.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
{
22
"solution": {
33
"ember-cli-string-helpers": {
4-
"impact": "major",
5-
"oldVersion": "6.1.0",
6-
"newVersion": "7.0.0",
4+
"impact": "minor",
5+
"oldVersion": "7.0.0",
6+
"newVersion": "7.1.0",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2025-07-17)\n\n* ember-cli-string-helpers 7.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-string-helpers`\n * [#363](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/363) yarn -> pnpm, make @ember/string a peerDep ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#357](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/357) Require ember >= 3.28, node >= 20, remove whitelist/blacklist ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `ember-cli-string-helpers`\n * [#372](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/372) Add release-plan ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
17+
"description": "## Release (2025-07-17)\n\n* ember-cli-string-helpers 7.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-string-helpers`\n * [#375](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/375) Update @ember/string to v4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
2218
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-07-17)
44

5+
* ember-cli-string-helpers 7.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-cli-string-helpers`
9+
* [#375](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/375) Update @ember/string to v4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
10+
11+
#### Committers: 1
12+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
13+
14+
## Release (2025-07-17)
15+
516
* ember-cli-string-helpers 7.0.0 (major)
617

718
#### :boom: Breaking Change

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": "7.0.0",
3+
"version": "7.1.0",
44
"description": "String helpers for Ember",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)