Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"ember-styleguide": {
"impact": "patch",
"oldVersion": "11.0.0",
"newVersion": "11.0.1",
"oldVersion": "11.0.1",
"newVersion": "11.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-07-01)\n\nember-styleguide 11.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-styleguide`\n * [#514](https://github.com/ember-learn/ember-styleguide/pull/514) style: increase cta padding top ([@IgnaceMaes](https://github.com/IgnaceMaes))\n\n#### Committers: 1\n- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-07-01)

ember-styleguide 11.0.2 (patch)

#### :bug: Bug Fix
* `ember-styleguide`
* [#514](https://github.com/ember-learn/ember-styleguide/pull/514) style: increase cta padding top ([@IgnaceMaes](https://github.com/IgnaceMaes))

#### Committers: 1
- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))

## Release (2024-06-26)

ember-styleguide 11.0.1 (patch)
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": "11.0.1",
"version": "11.0.2",
"description": "Addon to help standardize the ember family of websites",
"keywords": [
"ember-addon"
Expand Down