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
12 changes: 4 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"@ember/string": {
"impact": "patch",
"oldVersion": "4.0.0",
"newVersion": "4.0.1",
"oldVersion": "4.0.1",
"newVersion": "4.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-02-19)\n\n@ember/string 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/string`\n * [#448](https://github.com/emberjs/ember-string/pull/448) Remove `htmlSafe` and `isHTMLSafe` ([@mkszepp](https://github.com/mkszepp))\n\n#### :house: Internal\n* `@ember/string`\n * [#446](https://github.com/emberjs/ember-string/pull/446) Fix CI icon in README.md ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
"description": "## Release (2025-02-19)\n\n@ember/string 4.0.2 (patch)\n\n#### :memo: Documentation\n* `@ember/string`\n * [#451](https://github.com/emberjs/ember-string/pull/451) Update README.md ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 1\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2025-02-19)

@ember/string 4.0.2 (patch)

#### :memo: Documentation
* `@ember/string`
* [#451](https://github.com/emberjs/ember-string/pull/451) Update README.md ([@kategengler](https://github.com/kategengler))

#### Committers: 1
- Katie Gengler ([@kategengler](https://github.com/kategengler))

## Release (2025-02-19)

@ember/string 4.0.1 (patch)

#### :bug: Bug Fix
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/string",
"version": "4.0.1",
"version": "4.0.2",
"description": "A set of utilities to transform strings",
"repository": "https://github.com/emberjs/ember-string",
"license": "MIT",
Expand Down