From c4979eef0626fbff15e902cb830424893c607955 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:05:40 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index f22f123..9044760 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@embroider/addon-blueprint": { "impact": "minor", - "oldVersion": "2.13.1", - "newVersion": "2.14.0", + "oldVersion": "2.14.0", + "newVersion": "2.15.0", "constraints": [ { "impact": "minor", @@ -17,5 +17,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-03-04)\n\n@embroider/addon-blueprint 2.14.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#266](https://github.com/embroider-build/addon-blueprint/pull/266) add a timeout minutes to the CI jobs ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#268](https://github.com/embroider-build/addon-blueprint/pull/268) use our own version of ember-cli so the test app is always generated with the latest blueprint ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-03-29)\n\n@embroider/addon-blueprint 2.15.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#279](https://github.com/embroider-build/addon-blueprint/pull/279) Add ESLint rule to require that relative imports use full extensions ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#276](https://github.com/embroider-build/addon-blueprint/pull/276) Remove unnecessary verbatimModuleSyntax from tsconfig.json ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#277](https://github.com/embroider-build/addon-blueprint/pull/277) Because TS addons need to emit declarations, we need to set noEmit to false ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#269](https://github.com/embroider-build/addon-blueprint/pull/269) Sort dependencies in root `package.json` file ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 3\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4e6b9..f7399ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # @embroider/addon-blueprint Changelog +## Release (2024-03-29) + +@embroider/addon-blueprint 2.15.0 (minor) + +#### :rocket: Enhancement +* `@embroider/addon-blueprint` + * [#279](https://github.com/embroider-build/addon-blueprint/pull/279) Add ESLint rule to require that relative imports use full extensions ([@SergeAstapov](https://github.com/SergeAstapov)) + * [#276](https://github.com/embroider-build/addon-blueprint/pull/276) Remove unnecessary verbatimModuleSyntax from tsconfig.json ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### :bug: Bug Fix +* `@embroider/addon-blueprint` + * [#277](https://github.com/embroider-build/addon-blueprint/pull/277) Because TS addons need to emit declarations, we need to set noEmit to false ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#269](https://github.com/embroider-build/addon-blueprint/pull/269) Sort dependencies in root `package.json` file ([@bertdeblock](https://github.com/bertdeblock)) + +#### Committers: 3 +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-03-04) @embroider/addon-blueprint 2.14.0 (minor) diff --git a/package.json b/package.json index 1a4aabf..80579ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "2.14.0", + "version": "2.15.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"