Skip to content

Commit

Permalink
chore(release): 7.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.1](v7.0.0...v7.0.1) (2023-03-31)

### Bug Fixes

* **build:** fix disabling icons in combination with whitelist ([4b2406c](4b2406c)), closes [#664](#664)
* **build:** make sure coverage plugin is only loaded in addon tests ([3b294eb](3b294eb))
* make sure needed dependencies are installed in the host app ([ce5c0dc](ce5c0dc)), closes [#963](#963)
  • Loading branch information
semantic-release-bot committed Mar 31, 2023
1 parent 49ca02a commit dbb54ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-uikit",
"version": "7.0.0",
"version": "7.0.1",
"description": "The ember implementation of UIkit",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit dbb54ea

Please sign in to comment.