Skip to content

Commit

Permalink
Bump version. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanreyes committed Jan 23, 2022
1 parent e1aac75 commit 85d12a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion docs/changelog/v2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,18 +493,32 @@ Fixes single use of `highlight.contentStyle` or `highlight.contentClass`
## v2.3.2

### Bug Fixes

* Deep watch attributes for date changes

## v2.3.3

### Bug Fixes

* Fix broken removal of event handlers in calendar and date picker
* Dependabot updates

### Improvements

* Remove custom click detection handlers for Mobile Safari

## v2.3.4

### Bug Fixes
* Fix event removal in date picker

* Fix event removal in date picker

## v2.3.5

### Bug Fixes

* Fix edge case when switching date modes

### Improvements

* Add `valid-hours` prop
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-calendar",
"version": "2.3.4",
"version": "2.3.5",
"private": false,
"description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.",
"author": "Nathan Reyes <[email protected]>",
Expand Down

0 comments on commit 85d12a8

Please sign in to comment.