Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 26, 2024
1 parent 803e627 commit aa08273
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"solution": {
"ember-styleguide": {
"impact": "minor",
"oldVersion": "9.0.0",
"newVersion": "9.1.0",
"impact": "patch",
"oldVersion": "9.1.0",
"newVersion": "9.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -17,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
## Release (2024-01-26)

ember-styleguide 9.1.1 (patch)

#### :house: Internal
* `ember-styleguide`
* [#500](https://github.com/ember-learn/ember-styleguide/pull/500) use new lint-to-the-future dashboard action ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2024-01-26)

ember-styleguide 9.1.0 (minor)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-styleguide",
"version": "9.1.0",
"version": "9.1.1",
"description": "Addon to help standardize the ember family of websites",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit aa08273

Please sign in to comment.