From 2911ba24b72f48532814170d77119a8a907950e3 Mon Sep 17 00:00:00 2001 From: Ilia Borovitinov Date: Sun, 4 Jun 2023 18:46:00 +0300 Subject: [PATCH] chore: bump version 0.3.8 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56ee245..8e40cdf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index ff95f4f..a66eaf0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "private": false, "name": "vue3-datepicker", - "version": "0.3.7", + "version": "0.3.8", "publishConfig": { "access": "public" },