Skip to content

Commit 17bbec4

Browse files
authored
Merge pull request #502 from ember-learn/release-preview
Prepare Release
2 parents 803e627 + aa08273 commit 17bbec4

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.release-plan.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"solution": {
33
"ember-styleguide": {
4-
"impact": "minor",
5-
"oldVersion": "9.0.0",
6-
"newVersion": "9.1.0",
4+
"impact": "patch",
5+
"oldVersion": "9.1.0",
6+
"newVersion": "9.1.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :house: Internal"
@@ -17,5 +13,5 @@
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2024-01-26)\n\nember-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"
16+
"description": "## Release (2024-01-26)\n\nember-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"
2117
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
## Release (2024-01-26)
33

4+
ember-styleguide 9.1.1 (patch)
5+
6+
#### :house: Internal
7+
* `ember-styleguide`
8+
* [#500](https://github.com/ember-learn/ember-styleguide/pull/500) use new lint-to-the-future dashboard action ([@mansona](https://github.com/mansona))
9+
10+
#### Committers: 1
11+
- Chris Manson ([@mansona](https://github.com/mansona))
12+
## Release (2024-01-26)
13+
414
ember-styleguide 9.1.0 (minor)
515

616
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-styleguide",
3-
"version": "9.1.0",
3+
"version": "9.1.1",
44
"description": "Addon to help standardize the ember family of websites",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)