Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](v6.0.0...v6.1.0) (2022-09-13)

### Bug Fixes

* **modifiers:** ensure modifier compatibility with the new modifier API ([54aaed0](54aaed0))

### Features

* **modal:** convert modal logic to modifier ([84f83cd](84f83cd))
  • Loading branch information
semantic-release-bot committed Sep 13, 2022
1 parent 84f83cd commit 91e753c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.1.0](https://github.com/adfinis/ember-uikit/compare/v6.0.0...v6.1.0) (2022-09-13)


### Bug Fixes

* **modifiers:** ensure modifier compatibility with the new modifier API ([54aaed0](https://github.com/adfinis/ember-uikit/commit/54aaed0fd67c28b162608722f7ce1b3f6c7dcc89))


### Features

* **modal:** convert modal logic to modifier ([84f83cd](https://github.com/adfinis/ember-uikit/commit/84f83cd04d9e3b019d4e50645dcf82607968cc95))

# [6.0.0](https://github.com/adfinis/ember-uikit/compare/v5.1.3...v6.0.0) (2022-08-29)


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": "6.0.0",
"version": "6.1.0",
"description": "The ember implementation of UIkit",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 91e753c

Please sign in to comment.