Skip to content
Merged
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: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"solution": {
"@ember/string": {
"impact": "major",
"oldVersion": "3.1.1",
"newVersion": "4.0.0",
"impact": "patch",
"oldVersion": "4.0.0",
"newVersion": "4.0.1",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-05)\n\n@ember/string 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@ember/string`\n * [#425](https://github.com/emberjs/ember-string/pull/425) (Real™ package™)™ ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ember/string`\n * [#444](https://github.com/emberjs/ember-string/pull/444) Manually tell CI to use pnpm 9 everywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#443](https://github.com/emberjs/ember-string/pull/443) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2025-02-19)

@ember/string 4.0.1 (patch)

#### :bug: Bug Fix
* `@ember/string`
* [#448](https://github.com/emberjs/ember-string/pull/448) Cleanup `htmlSafe` and `isHTMLSafe` stubs ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* `@ember/string`
* [#446](https://github.com/emberjs/ember-string/pull/446) Fix CI icon in README.md ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 2
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

## Release (2024-07-05)

@ember/string 4.0.0 (major)
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.0",
"version": "4.0.1",
"description": "A set of utilities to transform strings",
"repository": "https://github.com/emberjs/ember-string",
"license": "MIT",
Expand Down