From 8ea6407898a784027de7227363d6cea9eee8ee8a Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:38:19 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index f76ba0d..410969a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "@embroider/addon-blueprint": { "impact": "minor", - "oldVersion": "2.17.0", - "newVersion": "2.18.0", + "oldVersion": "2.18.0", + "newVersion": "2.19.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-08-23)\n\n@embroider/addon-blueprint 2.18.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#295](https://github.com/embroider-build/addon-blueprint/pull/295) Match prettier-plugin-ember-template-tag with version in addon/package.json ([@BoussonKarel](https://github.com/BoussonKarel))\n\n#### Committers: 1\n- [@BoussonKarel](https://github.com/BoussonKarel)\n" + "description": "## Release (2024-11-10)\n\n@embroider/addon-blueprint 2.19.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#299](https://github.com/embroider-build/addon-blueprint/pull/299) Update addon dependencies ([@simonihmig](https://github.com/simonihmig))\n * [#300](https://github.com/embroider-build/addon-blueprint/pull/300) remove publishConfig from addon package.json ([@jamescdavis](https://github.com/jamescdavis))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#306](https://github.com/embroider-build/addon-blueprint/pull/306) ember-source is required for babel-plugin-ember-template-compilation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- James C. Davis ([@jamescdavis](https://github.com/jamescdavis))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dac379..b88d5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @embroider/addon-blueprint Changelog +## Release (2024-11-10) + +@embroider/addon-blueprint 2.19.0 (minor) + +#### :rocket: Enhancement +* `@embroider/addon-blueprint` + * [#299](https://github.com/embroider-build/addon-blueprint/pull/299) Update addon dependencies ([@simonihmig](https://github.com/simonihmig)) + * [#300](https://github.com/embroider-build/addon-blueprint/pull/300) remove publishConfig from addon package.json ([@jamescdavis](https://github.com/jamescdavis)) + +#### :bug: Bug Fix +* `@embroider/addon-blueprint` + * [#306](https://github.com/embroider-build/addon-blueprint/pull/306) ember-source is required for babel-plugin-ember-template-compilation ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 3 +- James C. Davis ([@jamescdavis](https://github.com/jamescdavis)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-08-23) @embroider/addon-blueprint 2.18.0 (minor) diff --git a/package.json b/package.json index ccb3ea6..7165852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "2.18.0", + "version": "2.19.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"