Skip to content

Commit acd9dcf

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 2f08fff commit acd9dcf

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

.release-plan.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"solution": {
33
"ember-styleguide": {
4-
"impact": "major",
5-
"oldVersion": "10.0.0",
6-
"newVersion": "11.0.0",
4+
"impact": "patch",
5+
"oldVersion": "11.0.0",
6+
"newVersion": "11.0.1",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2024-05-02)\n\nember-styleguide 11.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-styleguide`\n * [#509](https://github.com/ember-learn/ember-styleguide/pull/509) stop using svg-jar ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
20+
"description": "## Release (2024-06-26)\n\nember-styleguide 11.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-styleguide`\n * [#511](https://github.com/ember-learn/ember-styleguide/pull/511) style: lighten backtick style ([@IgnaceMaes](https://github.com/IgnaceMaes))\n\n#### :house: Internal\n* `ember-styleguide`\n * [#513](https://github.com/ember-learn/ember-styleguide/pull/513) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))\n"
1721
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
3+
## Release (2024-06-26)
4+
5+
ember-styleguide 11.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-styleguide`
9+
* [#511](https://github.com/ember-learn/ember-styleguide/pull/511) style: lighten backtick style ([@IgnaceMaes](https://github.com/IgnaceMaes))
10+
11+
#### :house: Internal
12+
* `ember-styleguide`
13+
* [#513](https://github.com/ember-learn/ember-styleguide/pull/513) update release-plan ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 2
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))
218
## Release (2024-05-02)
319

420
ember-styleguide 11.0.0 (major)

package.json

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

0 commit comments

Comments
 (0)