From 4c50e8639cfb3f06c38e71520561313d3462459b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jan 2024 13:58:42 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 21 +++++++++++++++++++++ CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..20b6b2c8 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "ember-styleguide": { + "impact": "minor", + "oldVersion": "9.0.0", + "newVersion": "9.1.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 970befec..04463c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog +## Release (2024-01-26) + +ember-styleguide 9.1.0 (minor) + +#### :rocket: Enhancement +* `ember-styleguide` + * [#495](https://github.com/ember-learn/ember-styleguide/pull/495) Central content + on-this-page styling ([@MinThaMie](https://github.com/MinThaMie)) + +#### :house: Internal +* `ember-styleguide` + * [#498](https://github.com/ember-learn/ember-styleguide/pull/498) use release-plan ([@mansona](https://github.com/mansona)) + * [#497](https://github.com/ember-learn/ember-styleguide/pull/497) update percy widths ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Anne-Greeth Schot-van Herwijnen ([@MinThaMie](https://github.com/MinThaMie)) +- Chris Manson ([@mansona](https://github.com/mansona)) ## v9.0.0 (2023-10-26) diff --git a/package.json b/package.json index c6be2ce7..679469cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-styleguide", - "version": "9.0.0", + "version": "9.1.0", "description": "Addon to help standardize the ember family of websites", "keywords": [ "ember-addon"