From 9425e9534ba4df80340984df55c240f40c3f0173 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:05:19 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 1b038397..14d31b86 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-styleguide": { "impact": "patch", - "oldVersion": "11.0.1", - "newVersion": "11.0.2", + "oldVersion": "11.0.2", + "newVersion": "11.0.3", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "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" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9333b39..0120ac92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-07-18) + +ember-styleguide 11.0.3 (patch) + +#### :bug: Bug Fix +* `ember-styleguide` + * [#516](https://github.com/ember-learn/ember-styleguide/pull/516) use more standard postcss process ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-07-01) ember-styleguide 11.0.2 (patch) diff --git a/package.json b/package.json index 858dee3d..39b874a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-styleguide", - "version": "11.0.2", + "version": "11.0.3", "description": "Addon to help standardize the ember family of websites", "keywords": [ "ember-addon"