File tree 3 files changed +38
-1
lines changed
3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "solution" : {
3
+ "@ember/string" : {
4
+ "impact" : " major" ,
5
+ "oldVersion" : " 3.1.1" ,
6
+ "newVersion" : " 4.0.0" ,
7
+ "constraints" : [
8
+ {
9
+ "impact" : " major" ,
10
+ "reason" : " Appears in changelog section :boom: Breaking Change"
11
+ },
12
+ {
13
+ "impact" : " patch" ,
14
+ "reason" : " Appears in changelog section :house: Internal"
15
+ }
16
+ ],
17
+ "pkgJSONPath" : " ./package.json"
18
+ }
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 "
21
+ }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-07-05)
4
+
5
+ @ember/string 4.0.0 (major)
6
+
7
+ #### :boom : Breaking Change
8
+ * ` @ember/string `
9
+ * [ #425 ] ( https://github.com/emberjs/ember-string/pull/425 ) (Real™ package™)™ ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
10
+
11
+ #### :house : Internal
12
+ * ` @ember/string `
13
+ * [ #444 ] ( https://github.com/emberjs/ember-string/pull/444 ) Manually tell CI to use pnpm 9 everywhere ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
14
+ * [ #443 ] ( https://github.com/emberjs/ember-string/pull/443 ) npx create-release-plan-setup@latest --update ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
15
+
16
+ #### Committers: 1
17
+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
18
+
3
19
4
20
5
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ember/string" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 4.0.0 " ,
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