Skip to content

Commit e9f03f8

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent 59d9572 commit e9f03f8

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.release-plan.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"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",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :house: Internal"
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2024-02-22)\n\nember-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"
1717
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# 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))
212
## Release (2024-01-26)
313

414
ember-styleguide 9.1.1 (patch)

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.1",
3+
"version": "10.0.0",
44
"description": "Addon to help standardize the ember family of websites",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)