Skip to content

Commit

Permalink
v9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Jul 6, 2021
1 parent a64ca81 commit 4c08549
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [9.0.4](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.3...9.0.4)

* Fix: [#224](https://github.com/ankurk91/vue-flatpickr-component/issues/224)

## [9.0.3](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.2...9.0.3)

* Fix [#209](https://github.com/ankurk91/vue-flatpickr-component/issues/209)
Expand Down Expand Up @@ -28,12 +32,12 @@
## [8.1.2](https://github.com/ankurk91/vue-flatpickr-component/compare/8.1.1...8.1.2)

* Fix: [#135](https://github.com/ankurk91/vue-flatpickr-component/issues/135)
- Initial `disabled` prop value was not reflecting on input element
- Initial `disabled` prop value was not reflecting on input element

## [8.1.1](https://github.com/ankurk91/vue-flatpickr-component/compare/8.1.0...8.1.1)

* Fix: [#126](https://github.com/ankurk91/vue-flatpickr-component/issues/126)
- `disabled` prop default value should be `false` to make vee-validate work
- `disabled` prop default value should be `false` to make vee-validate work

## [8.1.0](https://github.com/ankurk91/vue-flatpickr-component/compare/8.0.0...8.1.0)

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": "vue-flatpickr-component",
"version": "9.0.3",
"version": "9.0.4",
"description": "Vue.js component for Flatpickr date-time picker",
"main": "dist/vue-flatpickr.js",
"browser": "dist/vue-flatpickr.min.js",
Expand Down

0 comments on commit 4c08549

Please sign in to comment.