Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-beta.1](v4.0.0...v5.0.0-beta.1) (2022-01-20)

### Features

* refactor all component to ember v4 ([1f1307c](1f1307c))

### BREAKING CHANGES

* This version drops support for Ember < v3.24 and
requires `ember-auto-import` v2. Please check [the migration
guide](/docs/migration-v5) for further instructions.
  • Loading branch information
semantic-release-bot committed Jan 20, 2022
1 parent ee731e4 commit 988b163
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [5.0.0-beta.1](https://github.com/adfinis-sygroup/ember-uikit/compare/v4.0.0...v5.0.0-beta.1) (2022-01-20)


### Features

* refactor all component to ember v4 ([1f1307c](https://github.com/adfinis-sygroup/ember-uikit/commit/1f1307c9ebbea9660b7c92a74517b8f0050c4e70))


### BREAKING CHANGES

* This version drops support for Ember < v3.24 and
requires `ember-auto-import` v2. Please check [the migration
guide](/docs/migration-v5) for further instructions.

# [4.0.0](https://github.com/adfinis-sygroup/ember-uikit/compare/v3.0.2...v4.0.0) (2021-08-03)


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": "4.0.0",
"version": "5.0.0-beta.1",
"description": "The ember implementation of UIkit",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 988b163

Please sign in to comment.