diff --git a/.release-plan.json b/.release-plan.json index 7e3f345..4d128e1 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,13 +1,17 @@ { "solution": { "@embroider/app-blueprint": { - "impact": "minor", - "oldVersion": "0.1.1", - "newVersion": "0.2.0", + "impact": "patch", + "oldVersion": "0.2.0", + "newVersion": "0.2.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" }, { "impact": "patch", @@ -17,5 +21,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-05-24)\n\n@embroider/app-blueprint 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#6](https://github.com/embroider-build/app-blueprint/pull/6) Remove unneeded deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#9](https://github.com/embroider-build/app-blueprint/pull/9) make sure ember-cli-update config is correct ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#10](https://github.com/embroider-build/app-blueprint/pull/10) add a basic smoke test ([@mansona](https://github.com/mansona))\n * [#7](https://github.com/embroider-build/app-blueprint/pull/7) Add prettier ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-05-27)\n\n@embroider/app-blueprint 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#17](https://github.com/embroider-build/app-blueprint/pull/17) Add smoke tests and fix the app-name.css link in index.html ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@embroider/app-blueprint`\n * [#11](https://github.com/embroider-build/app-blueprint/pull/11) docs: use npx instead of ember-cli global ([@IgnaceMaes](https://github.com/IgnaceMaes))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#15](https://github.com/embroider-build/app-blueprint/pull/15) schedule CI to run once a day ([@mansona](https://github.com/mansona))\n * [#14](https://github.com/embroider-build/app-blueprint/pull/14) add a dependabot config to keep ember-cli up to date ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fd1f8..b0efa03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## Release (2024-05-27) + +@embroider/app-blueprint 0.2.1 (patch) + +#### :bug: Bug Fix +* `@embroider/app-blueprint` + * [#17](https://github.com/embroider-build/app-blueprint/pull/17) Add smoke tests and fix the app-name.css link in index.html ([@mansona](https://github.com/mansona)) + +#### :memo: Documentation +* `@embroider/app-blueprint` + * [#11](https://github.com/embroider-build/app-blueprint/pull/11) docs: use npx instead of ember-cli global ([@IgnaceMaes](https://github.com/IgnaceMaes)) + +#### :house: Internal +* `@embroider/app-blueprint` + * [#15](https://github.com/embroider-build/app-blueprint/pull/15) schedule CI to run once a day ([@mansona](https://github.com/mansona)) + * [#14](https://github.com/embroider-build/app-blueprint/pull/14) add a dependabot config to keep ember-cli up to date ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes)) + ## Release (2024-05-24) @embroider/app-blueprint 0.2.0 (minor) diff --git a/package.json b/package.json index 6b09317..9c7636b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.2.0", + "version": "0.2.1", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"