Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.1.1...v7.0.0) (2023-03-28)

### Bug Fixes

* **modal:** remove non existant cls-panel option ([#1014](#1014)) ([d3252e5](d3252e5))

### chore

* **deps:** update dependencies ([8df899f](8df899f))

### Features

* added danger color to uk-button ([00159e9](00159e9))

### BREAKING CHANGES

* **deps:** Remove support for deprecated Ember LTS 3.24.
  • Loading branch information
semantic-release-bot committed Mar 28, 2023
1 parent 849c00d commit d39b05f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [7.0.0](https://github.com/adfinis/ember-uikit/compare/v6.1.1...v7.0.0) (2023-03-28)


### Bug Fixes

* **modal:** remove non existant cls-panel option ([#1014](https://github.com/adfinis/ember-uikit/issues/1014)) ([d3252e5](https://github.com/adfinis/ember-uikit/commit/d3252e56f768d2b22f13dba6586a307ebe7b008b))


### chore

* **deps:** update dependencies ([8df899f](https://github.com/adfinis/ember-uikit/commit/8df899fc9d06e825285a87fcb37d5bb6ad586b93))


### Features

* added danger color to uk-button ([00159e9](https://github.com/adfinis/ember-uikit/commit/00159e9c4f21d43993cdae2a2f89758d6f84aae6))


### BREAKING CHANGES

* **deps:** Remove support for deprecated Ember LTS 3.24.

## [6.1.1](https://github.com/adfinis/ember-uikit/compare/v6.1.0...v6.1.1) (2022-11-02)


Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-uikit",
"version": "6.1.1",
"version": "7.0.0",
"description": "The ember implementation of UIkit",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -34,7 +34,10 @@
"prepare": "husky install"
},
"lint-staged": {
"*.js": ["yarn lint:js:fix", "yarn lint:hbs:fix"],
"*.js": [
"yarn lint:js:fix",
"yarn lint:hbs:fix"
],
"*.hbs": "yarn lint:hbs:fix",
"*.{scss,json,md,yml}": "prettier --write"
},
Expand Down

0 comments on commit d39b05f

Please sign in to comment.