From e9f03f8effd4a2ae3558c62747764d470fa788f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Feb 2024 16:50:46 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 21befd9f..05d76fcb 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "ember-styleguide": { - "impact": "patch", - "oldVersion": "9.1.0", - "newVersion": "9.1.1", + "impact": "major", + "oldVersion": "9.1.1", + "newVersion": "10.0.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" } ], "pkgJSONPath": "./package.json" } }, - "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" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b707c538..e1545f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## Release (2024-02-22) + +ember-styleguide 10.0.0 (major) + +#### :boom: Breaking Change +* `ember-styleguide` + * [#507](https://github.com/ember-learn/ember-styleguide/pull/507) make sidebar content slightly wider and add background colour ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) ## Release (2024-01-26) ember-styleguide 9.1.1 (patch) diff --git a/package.json b/package.json index 82c0fa08..f00eb212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-styleguide", - "version": "9.1.1", + "version": "10.0.0", "description": "Addon to help standardize the ember family of websites", "keywords": [ "ember-addon"