Skip to content

Commit b70d188

Browse files
Prepare Release v8.1.0 using 'release-plan'
1 parent a11b068 commit b70d188

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

.release-plan.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
22
"solution": {
33
"ember-cli-string-helpers": {
4-
"impact": "patch",
5-
"oldVersion": "8.0.0",
6-
"newVersion": "8.0.1",
4+
"impact": "minor",
5+
"oldVersion": "8.0.1",
6+
"newVersion": "8.1.0",
77
"tagName": "latest",
88
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
913
{
1014
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
15+
"reason": "Appears in changelog section :memo: Documentation"
1216
}
1317
],
1418
"pkgJSONPath": "./package.json"
1519
}
1620
},
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"
21+
"description": "## Release (2025-08-29)\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"
1822
}

CHANGELOG.md

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

3+
## Release (2025-08-29)
4+
5+
* ember-cli-string-helpers 8.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-cli-string-helpers`
9+
* [#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))
10+
11+
#### :memo: Documentation
12+
* `ember-cli-string-helpers`
13+
* [#402](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/402) chore: update docs with imports ([@aklkv](https://github.com/aklkv))
14+
15+
#### Committers: 1
16+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
17+
318
## Release (2025-07-22)
419

520
* ember-cli-string-helpers 8.0.1 (patch)

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

0 commit comments

Comments
 (0)