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-styleguide" : {
4
+ "impact" : " minor" ,
5
+ "oldVersion" : " 9.0.0" ,
6
+ "newVersion" : " 9.1.0" ,
7
+ "constraints" : [
8
+ {
9
+ "impact" : " minor" ,
10
+ "reason" : " Appears in changelog section :rocket: Enhancement"
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-01-26)\n\n ember-styleguide 9.1.0 (minor)\n\n #### :rocket: Enhancement\n * `ember-styleguide`\n * [#495](https://github.com/ember-learn/ember-styleguide/pull/495) Central content + on-this-page styling ([@MinThaMie](https://github.com/MinThaMie))\n\n #### :house: Internal\n * `ember-styleguide`\n * [#498](https://github.com/ember-learn/ember-styleguide/pull/498) use release-plan ([@mansona](https://github.com/mansona))\n * [#497](https://github.com/ember-learn/ember-styleguide/pull/497) update percy widths ([@mansona](https://github.com/mansona))\n\n #### Committers: 2\n - Anne-Greeth Schot-van Herwijnen ([@MinThaMie](https://github.com/MinThaMie))\n - Chris Manson ([@mansona](https://github.com/mansona))\n "
21
+ }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## Release (2024-01-26)
3
+
4
+ ember-styleguide 9.1.0 (minor)
5
+
6
+ #### :rocket : Enhancement
7
+ * ` ember-styleguide `
8
+ * [ #495 ] ( https://github.com/ember-learn/ember-styleguide/pull/495 ) Central content + on-this-page styling ([ @MinThaMie ] ( https://github.com/MinThaMie ) )
9
+
10
+ #### :house : Internal
11
+ * ` ember-styleguide `
12
+ * [ #498 ] ( https://github.com/ember-learn/ember-styleguide/pull/498 ) use release-plan ([ @mansona ] ( https://github.com/mansona ) )
13
+ * [ #497 ] ( https://github.com/ember-learn/ember-styleguide/pull/497 ) update percy widths ([ @mansona ] ( https://github.com/mansona ) )
14
+
15
+ #### Committers: 2
16
+ - Anne-Greeth Schot-van Herwijnen ([ @MinThaMie ] ( https://github.com/MinThaMie ) )
17
+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
2
18
3
19
4
20
## v9.0.0 (2023-10-26)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-styleguide" ,
3
- "version" : " 9.0 .0" ,
3
+ "version" : " 9.1 .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