diff --git a/.release-plan.json b/.release-plan.json index fd3bdd5..0e5f5d5 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,30 @@ { "solution": { "@ember/app-blueprint": { - "impact": "patch", - "oldVersion": "6.10.0-beta.3", - "newVersion": "6.10.0-beta.4", + "impact": "minor", + "oldVersion": "6.11.0-beta.0", + "newVersion": "6.11.0-beta.1", "tagName": "beta", "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", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-01-13)\n\n* @ember/app-blueprint 6.10.0-beta.4 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#187](https://github.com/ember-cli/ember-app-blueprint/pull/187) [bugfix beta] Revert \"Add --minimal and --no-compat\" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2026-01-23)\n\n* @ember/app-blueprint 6.11.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n * [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@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 520e91a..192dace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ ## Release (2026-01-23) +* @ember/app-blueprint 6.11.0-beta.1 (minor) + +#### :rocket: Enhancement +* `@ember/app-blueprint` + * [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona)) + +#### :bug: Bug Fix +* `@ember/app-blueprint` + * [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona)) + * [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona)) + +#### :memo: Documentation +* `@ember/app-blueprint` + * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `@ember/app-blueprint` + * [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2026-01-23) + * @ember/app-blueprint 6.10.2 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index 49b6ae2..ba79fe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/app-blueprint", - "version": "6.11.0-beta.0", + "version": "6.11.0-beta.1", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"