Skip to content

Commit cdf86c3

Browse files
authored
Merge pull request #449 from emberjs/release-preview
2 parents 7131fa1 + a071757 commit cdf86c3

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

.release-plan.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"solution": {
33
"@ember/string": {
4-
"impact": "major",
5-
"oldVersion": "3.1.1",
6-
"newVersion": "4.0.0",
4+
"impact": "patch",
5+
"oldVersion": "4.0.0",
6+
"newVersion": "4.0.1",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
},
1212
{
1313
"impact": "patch",
@@ -17,5 +17,5 @@
1717
"pkgJSONPath": "./package.json"
1818
}
1919
},
20-
"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"
20+
"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"
2121
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2025-02-19)
4+
5+
@ember/string 4.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/string`
9+
* [#448](https://github.com/emberjs/ember-string/pull/448) Cleanup `htmlSafe` and `isHTMLSafe` stubs ([@mkszepp](https://github.com/mkszepp))
10+
11+
#### :house: Internal
12+
* `@ember/string`
13+
* [#446](https://github.com/emberjs/ember-string/pull/446) Fix CI icon in README.md ([@SergeAstapov](https://github.com/SergeAstapov))
14+
15+
#### Committers: 2
16+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
17+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
18+
319
## Release (2024-07-05)
420

521
@ember/string 4.0.0 (major)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/string",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A set of utilities to transform strings",
55
"repository": "https://github.com/emberjs/ember-string",
66
"license": "MIT",

0 commit comments

Comments
 (0)