From 078a6499b0407e36f74a1a1495d55c321b4ad465 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:07:37 +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 61ebf6a..8bb046d 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@embroider/app-blueprint": { "impact": "minor", - "oldVersion": "0.16.1", - "newVersion": "0.17.0", + "oldVersion": "0.17.0", + "newVersion": "0.18.0", "constraints": [ { "impact": "minor", @@ -13,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-11-27)\n\n@embroider/app-blueprint 0.17.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#119](https://github.com/embroider-build/app-blueprint/pull/119) Remove webpack from dependencies ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n" + "description": "## Release (2024-12-06)\n\n@embroider/app-blueprint 0.18.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#124](https://github.com/embroider-build/app-blueprint/pull/124) move to the new cleaner vite config ([@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 3954df6..2abc90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-12-06) + +@embroider/app-blueprint 0.18.0 (minor) + +#### :rocket: Enhancement +* `@embroider/app-blueprint` + * [#124](https://github.com/embroider-build/app-blueprint/pull/124) move to the new cleaner vite config ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-11-27) @embroider/app-blueprint 0.17.0 (minor) diff --git a/package.json b/package.json index 77605da..136e671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.17.0", + "version": "0.18.0", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"