From 62e6975ca6e34305af22c54eaa16e6c6ff89c9ff Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 22 Nov 2023 06:49:42 -0500 Subject: [PATCH] Release 2.8.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71de75de..994e1e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,24 @@ + + +## v2.8.0 (2023-11-22) + +#### :rocket: Enhancement +* [#216](https://github.com/embroider-build/addon-blueprint/pull/216) GH Actions: Swap NVP for wyvox ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* [#214](https://github.com/embroider-build/addon-blueprint/pull/214) Update tsconfig to have verbatimModuleSyntax and document reasoning for the tsconfig options ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :bug: Bug Fix +* [#223](https://github.com/embroider-build/addon-blueprint/pull/223) Fix compatibility with ember-cli 5.4+ ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* [#218](https://github.com/embroider-build/addon-blueprint/pull/218) Configure Glint correctly for ember-template-imports ([@lukasnys](https://github.com/lukasnys)) +* [#213](https://github.com/embroider-build/addon-blueprint/pull/213) Properly configure Yarn v3 ([@bartocc](https://github.com/bartocc)) + +#### Committers: 4 +- Julien Palmas ([@bartocc](https://github.com/bartocc)) +- Lukas Nys ([@lukasnys](https://github.com/lukasnys)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## v2.7.0 (2023-09-29) diff --git a/package.json b/package.json index 26d65b78..fea09291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-blueprint", - "version": "2.7.0", + "version": "2.8.0", "description": "Blueprint for scaffolding ember v2 addons", "keywords": [ "ember-blueprint"