diff --git a/CHANGELOG.md b/CHANGELOG.md index e784cc7a..874b8ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.0.1](https://github.com/adfinis/ember-uikit/compare/v7.0.0...v7.0.1) (2023-03-31) + + +### Bug Fixes + +* **build:** fix disabling icons in combination with whitelist ([4b2406c](https://github.com/adfinis/ember-uikit/commit/4b2406c2d48909669c703a337489d93f0c6c1948)), closes [#664](https://github.com/adfinis/ember-uikit/issues/664) +* **build:** make sure coverage plugin is only loaded in addon tests ([3b294eb](https://github.com/adfinis/ember-uikit/commit/3b294eb37d1b1f382163865e0cc6eceda83ffad4)) +* make sure needed dependencies are installed in the host app ([ce5c0dc](https://github.com/adfinis/ember-uikit/commit/ce5c0dcd74bb24154f6a68e4900a6ab14cb6f7f1)), closes [#963](https://github.com/adfinis/ember-uikit/issues/963) + # [7.0.0](https://github.com/adfinis/ember-uikit/compare/v6.1.1...v7.0.0) (2023-03-28) diff --git a/package.json b/package.json index 98c9e814..aceea273 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-uikit", - "version": "7.0.0", + "version": "7.0.1", "description": "The ember implementation of UIkit", "keywords": [ "ember-addon",