Skip to content

Commit

Permalink
chore(release): 0.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.2](v0.8.1...v0.8.2) (2019-06-11)

### Bug Fixes

* **deps:** update dependencies and drop ember-cli-eslint ([1a6023d](1a6023d))
* **deps:** update ember source ([3d293ba](3d293ba))
* **modal:** add DDAU for modal visibility ([#140](#140)) ([6a3ddef](6a3ddef))
* **notification:** wrong property in snippet ([f925d47](f925d47))
* **syntax:** use the new template syntax ([142aa3a](142aa3a))
* **tests:** fix wrong attribute in uk-toggle-switch test ([73be406](73be406))
  • Loading branch information
semantic-release-bot committed Jun 11, 2019
1 parent ff26d94 commit fefd0c2
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 @@
## [0.8.2](https://github.com/adfinis-sygroup/ember-uikit/compare/v0.8.1...v0.8.2) (2019-06-11)


### Bug Fixes

* **deps:** update dependencies and drop ember-cli-eslint ([1a6023d](https://github.com/adfinis-sygroup/ember-uikit/commit/1a6023d))
* **deps:** update ember source ([3d293ba](https://github.com/adfinis-sygroup/ember-uikit/commit/3d293ba))
* **modal:** add DDAU for modal visibility ([#140](https://github.com/adfinis-sygroup/ember-uikit/issues/140)) ([6a3ddef](https://github.com/adfinis-sygroup/ember-uikit/commit/6a3ddef))
* **notification:** wrong property in snippet ([f925d47](https://github.com/adfinis-sygroup/ember-uikit/commit/f925d47))
* **syntax:** use the new template syntax ([142aa3a](https://github.com/adfinis-sygroup/ember-uikit/commit/142aa3a))
* **tests:** fix wrong attribute in uk-toggle-switch test ([73be406](https://github.com/adfinis-sygroup/ember-uikit/commit/73be406))

## [0.8.1](https://github.com/adfinis-sygroup/ember-uikit/compare/v0.8.0...v0.8.1) (2019-05-09)

### Bug Fixes
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": "0.8.1",
"version": "0.8.2",
"description": "The ember implementation of UIkit",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit fefd0c2

Please sign in to comment.