Skip to content

Commit

Permalink
chore: bump version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter committed Jun 4, 2023
1 parent b52fc49 commit 2911ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Full props documentation is available at https://icehaunter.github.io/vue3-datep
- `decadePageChanged`: Emitted when a page is changed on the year picker view, displaying a different decade. Has a date that is included in the shown decade as an argument.
- `yearPageChanged`: Emitted when a page is changed on the month picker view, displaying a different year. Has a date that is included in the shown year as an argument.
- `monthPageChanged`: Emitted when a page is changed on the day picker view, displaying a different month. Has a date that is included in the shown month as an argument.

## Compatibility

Package is transpiled and should be usable for everyone with ES6 and above, but the styling of the datepicker itself uses CSS Grid and CSS variables.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"private": false,
"name": "vue3-datepicker",
"version": "0.3.7",
"version": "0.3.8",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 2911ba2

Please sign in to comment.