Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jun 9, 2020
1 parent 22245b6 commit 670347f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

v2.1.0

- [BUGFIX] Ensure months are correctly re-rendered in newer Ember versions
- [BUGFIX] Fix button styles to be `min-width` instead of `width` to allow growing
- [INTERNAL] Update all dependencies
- [INTERNAL] Mov to Github Actions for CI

v2.0.6

- Add `selectDateRange()` test helper on date-picker test helper object
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-date-components",
"version": "2.0.6",
"version": "2.1.0",
"description": "An Ember add-on which provides pure Ember-based date picker components.",
"scripts": {
"build": "ember build --environment=production",
Expand Down

0 comments on commit 670347f

Please sign in to comment.