File tree 3 files changed +23
-7
lines changed
3 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"@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 " ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " major " ,
10
- "reason" : " Appears in changelog section :boom: Breaking Change "
9
+ "impact" : " patch " ,
10
+ "reason" : " Appears in changelog section :bug: Bug Fix "
11
11
},
12
12
{
13
13
"impact" : " patch" ,
17
17
"pkgJSONPath" : " ./package.json"
18
18
}
19
19
},
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 "
21
21
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## Release (2024-07-05)
4
20
5
21
@ember/string 4.0.0 (major)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ember/string" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"description" : " A set of utilities to transform strings" ,
5
5
"repository" : " https://github.com/emberjs/ember-string" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments