Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down