Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Apr 30, 2018
1 parent 69dd655 commit dbd8548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Master

# 2.0.0
- [INTERNAL] Update to `ember-basic-dropdown` 1.0.0!!
- [INTERNAL] Stop using `ember-native-dom-helpers`. Use regular helpers in `@ember/test-helpers`. This
causes some subtle changes in asynchrony on the provided test helpers, but if people are using them
as intended (with async/await) there should be no noticeable changes.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-select",
"version": "2.0.0-beta.5",
"version": "2.0.0",
"description": "The extensible select component built for ember",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -42,7 +42,7 @@
"vendor"
],
"dependencies": {
"ember-basic-dropdown": "^1.0.0-beta.5",
"ember-basic-dropdown": "^1.0.0",
"ember-cli-babel": "^6.11.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-concurrency": "^0.8.18",
Expand Down

0 comments on commit dbd8548

Please sign in to comment.