diff --git a/.release-plan.json b/.release-plan.json index ee32a23..9d74f90 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,10 @@ { "solution": { "@embroider/app-blueprint": { - "impact": "minor", - "oldVersion": "0.4.0", - "newVersion": "0.5.0", + "impact": "patch", + "oldVersion": "0.5.0", + "newVersion": "0.5.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :memo: Documentation" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -21,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-06-27)\n\n@embroider/app-blueprint 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#37](https://github.com/embroider-build/app-blueprint/pull/37) add new app.js structure ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@embroider/app-blueprint`\n * [#33](https://github.com/embroider-build/app-blueprint/pull/33) Add a bigger warning for this repo ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#28](https://github.com/embroider-build/app-blueprint/pull/28) add regression tests for initialisers ([@mansona](https://github.com/mansona))\n * [#35](https://github.com/embroider-build/app-blueprint/pull/35) add notification for failed github action ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-07-25)\n\n@embroider/app-blueprint 0.5.1 (patch)\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#44](https://github.com/embroider-build/app-blueprint/pull/44) change dependabot versioning strategy to increase ([@mansona](https://github.com/mansona))\n * [#43](https://github.com/embroider-build/app-blueprint/pull/43) set packageManager in package.json and rely on that in CI ([@mansona](https://github.com/mansona))\n * [#38](https://github.com/embroider-build/app-blueprint/pull/38) add a test that verifies that the esbuild step was successful ([@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 1b2b4c9..f07cc26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Release (2024-07-25) + +@embroider/app-blueprint 0.5.1 (patch) + +#### :house: Internal +* `@embroider/app-blueprint` + * [#44](https://github.com/embroider-build/app-blueprint/pull/44) change dependabot versioning strategy to increase ([@mansona](https://github.com/mansona)) + * [#43](https://github.com/embroider-build/app-blueprint/pull/43) set packageManager in package.json and rely on that in CI ([@mansona](https://github.com/mansona)) + * [#38](https://github.com/embroider-build/app-blueprint/pull/38) add a test that verifies that the esbuild step was successful ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-06-27) @embroider/app-blueprint 0.5.0 (minor) diff --git a/package.json b/package.json index db8d9a9..f91f276 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.5.0", + "version": "0.5.1", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"