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
15 changes: 10 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"solution": {
"ember-styleguide": {
"impact": "patch",
"oldVersion": "11.0.2",
"newVersion": "11.0.3",
"impact": "minor",
"oldVersion": "11.0.3",
"newVersion": "11.1.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-18)\n\nember-styleguide 11.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-styleguide`\n * [#516](https://github.com/ember-learn/ember-styleguide/pull/516) use more standard postcss process ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2025-05-28)\n\n* ember-styleguide 11.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#527](https://github.com/ember-learn/ember-styleguide/pull/527) move ember-auto-import to a dependency ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-styleguide`\n * [#531](https://github.com/ember-learn/ember-styleguide/pull/531) update to v5.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#530](https://github.com/ember-learn/ember-styleguide/pull/530) Update to ember 4.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#529](https://github.com/ember-learn/ember-styleguide/pull/529) start using pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Release (2025-05-28)

* ember-styleguide 11.1.0 (minor)

#### :rocket: Enhancement
* `ember-styleguide`
* [#527](https://github.com/ember-learn/ember-styleguide/pull/527) move ember-auto-import to a dependency ([@mansona](https://github.com/mansona))

#### :house: Internal
* `ember-styleguide`
* [#531](https://github.com/ember-learn/ember-styleguide/pull/531) update to v5.12 with ember-cli-update ([@mansona](https://github.com/mansona))
* [#530](https://github.com/ember-learn/ember-styleguide/pull/530) Update to ember 4.12 with ember-cli-update ([@mansona](https://github.com/mansona))
* [#529](https://github.com/ember-learn/ember-styleguide/pull/529) start using pnpm ([@mansona](https://github.com/mansona))

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

## Release (2024-07-18)

ember-styleguide 11.0.3 (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.3",
"version": "11.1.0",
"description": "Addon to help standardize the ember family of websites",
"keywords": [
"ember-addon"
Expand Down