diff --git a/.release-plan.json b/.release-plan.json index 3cb19bc..e99a9d2 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,25 +1,17 @@ { "solution": { "@embroider/addon-blueprint": { - "impact": "major", - "oldVersion": "2.18.0", - "newVersion": "3.0.0", + "impact": "minor", + "oldVersion": "3.0.0", + "newVersion": "3.1.0", "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-12-09)\n\n@embroider/addon-blueprint 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `@embroider/addon-blueprint`\n * [#314](https://github.com/embroider-build/addon-blueprint/pull/314) Require node 18+ ([@simonihmig](https://github.com/simonihmig))\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#307](https://github.com/embroider-build/addon-blueprint/pull/307) Upgrade @typescript-eslint/* ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#299](https://github.com/embroider-build/addon-blueprint/pull/299) Update addon dependencies ([@simonihmig](https://github.com/simonihmig))\n * [#300](https://github.com/embroider-build/addon-blueprint/pull/300) remove publishConfig from addon package.json ([@jamescdavis](https://github.com/jamescdavis))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#312](https://github.com/embroider-build/addon-blueprint/pull/312) bring v2 addon bp in line with scripts from ember addon ([@void-mAlex](https://github.com/void-mAlex))\n * [#306](https://github.com/embroider-build/addon-blueprint/pull/306) ember-source is required for babel-plugin-ember-template-compilation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 4\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- James C. Davis ([@jamescdavis](https://github.com/jamescdavis))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-12-18)\n\n@embroider/addon-blueprint 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#308](https://github.com/embroider-build/addon-blueprint/pull/308) Use native ember types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#315](https://github.com/embroider-build/addon-blueprint/pull/315) Use addon-dev declarations plugin for d.ts output ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 2\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c4cb0..35b88a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @embroider/addon-blueprint Changelog +## Release (2024-12-18) + +@embroider/addon-blueprint 3.1.0 (minor) + +#### :rocket: Enhancement +* `@embroider/addon-blueprint` + * [#308](https://github.com/embroider-build/addon-blueprint/pull/308) Use native ember types ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#315](https://github.com/embroider-build/addon-blueprint/pull/315) Use addon-dev declarations plugin for d.ts output ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 2 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-12-09) @embroider/addon-blueprint 3.0.0 (major) diff --git a/package.json b/package.json index 06b45c2..292ba25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "3.0.0", + "version": "3.1.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"