diff --git a/.release-plan.json b/.release-plan.json index d415530..64ed4e1 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@embroider/app-blueprint": { "impact": "minor", - "oldVersion": "0.11.0", - "newVersion": "0.12.0", + "oldVersion": "0.12.0", + "newVersion": "0.13.0", "constraints": [ { "impact": "minor", @@ -17,5 +17,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-10-04)\n\n@embroider/app-blueprint 0.12.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#96](https://github.com/embroider-build/app-blueprint/pull/96) fix all @embroider/virtual renames ([@mansona](https://github.com/mansona))\n * [#91](https://github.com/embroider-build/app-blueprint/pull/91) Allow skipping lint:fix when installing ([@kiwiupover](https://github.com/kiwiupover))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#93](https://github.com/embroider-build/app-blueprint/pull/93) Extract an output:fixture command for manual testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#94](https://github.com/embroider-build/app-blueprint/pull/94) Parameterize the default tests for quickly adding scenarios to test ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#87](https://github.com/embroider-build/app-blueprint/pull/87) Extract project creation util so that multiple test files can share the \"ember new + fixture\" stuff ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#88](https://github.com/embroider-build/app-blueprint/pull/88) Use local ember-cli instead of global ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-10-07)\n\n@embroider/app-blueprint 0.13.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#97](https://github.com/embroider-build/app-blueprint/pull/97) Use @embroider/virtual instead of @embroider/core for test-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#101](https://github.com/embroider-build/app-blueprint/pull/101) Create new 'output' script for a short way to run the generator ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#99](https://github.com/embroider-build/app-blueprint/pull/99) Move more files to the files-override/shared folder ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9167191..341bc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2024-10-07) + +@embroider/app-blueprint 0.13.0 (minor) + +#### :rocket: Enhancement +* `@embroider/app-blueprint` + * [#97](https://github.com/embroider-build/app-blueprint/pull/97) Use @embroider/virtual instead of @embroider/core for test-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `@embroider/app-blueprint` + * [#101](https://github.com/embroider-build/app-blueprint/pull/101) Create new 'output' script for a short way to run the generator ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#99](https://github.com/embroider-build/app-blueprint/pull/99) Move more files to the files-override/shared folder ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-10-04) @embroider/app-blueprint 0.12.0 (minor) diff --git a/package.json b/package.json index 4db6198..b5d071d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/app-blueprint", - "version": "0.12.0", + "version": "0.13.0", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"