File tree 3 files changed +17
-7
lines changed
3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"ember-styleguide" : {
4
- "impact" : " patch " ,
5
- "oldVersion" : " 9.1.0 " ,
6
- "newVersion" : " 9.1.1 " ,
4
+ "impact" : " major " ,
5
+ "oldVersion" : " 9.1.1 " ,
6
+ "newVersion" : " 10.0.0 " ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " patch " ,
10
- "reason" : " Appears in changelog section :house: Internal "
9
+ "impact" : " major " ,
10
+ "reason" : " Appears in changelog section :boom: Breaking Change "
11
11
}
12
12
],
13
13
"pkgJSONPath" : " ./package.json"
14
14
}
15
15
},
16
- "description" : " ## Release (2024-01-26 )\n\n ember-styleguide 9.1.1 (patch )\n\n #### :house: Internal \n * `ember-styleguide`\n * [#500 ](https://github.com/ember-learn/ember-styleguide/pull/500) use new lint-to-the-future dashboard action ([@mansona](https://github.com/mansona))\n\n #### Committers: 1\n - Chris Manson ([@mansona](https://github.com/mansona))\n "
16
+ "description" : " ## Release (2024-02-22 )\n\n ember-styleguide 10.0.0 (major )\n\n #### :boom: Breaking Change \n * `ember-styleguide`\n * [#507 ](https://github.com/ember-learn/ember-styleguide/pull/507) make sidebar content slightly wider and add background colour ([@mansona](https://github.com/mansona))\n\n #### Committers: 1\n - Chris Manson ([@mansona](https://github.com/mansona))\n "
17
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## Release (2024-02-22)
3
+
4
+ ember-styleguide 10.0.0 (major)
5
+
6
+ #### :boom : Breaking Change
7
+ * ` ember-styleguide `
8
+ * [ #507 ] ( https://github.com/ember-learn/ember-styleguide/pull/507 ) make sidebar content slightly wider and add background colour ([ @mansona ] ( https://github.com/mansona ) )
9
+
10
+ #### Committers: 1
11
+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
2
12
## Release (2024-01-26)
3
13
4
14
ember-styleguide 9.1.1 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-styleguide" ,
3
- "version" : " 9.1.1 " ,
3
+ "version" : " 10.0.0 " ,
4
4
"description" : " Addon to help standardize the ember family of websites" ,
5
5
"keywords" : [
6
6
" ember-addon"
You can’t perform that action at this time.
0 commit comments