Skip to content

Commit 0236ae7

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/vuetify@2.0.0...@vue-js-cron/vuetify@2.0.1) (2021-12-13) ### Bug Fixes * **light:** highlight on hover ([78657e2](78657e2)) ### Features * **core:** export locale, add mergeLocale prop ([bd35287](bd35287))
1 parent 5ef2834 commit 0236ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vuetify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-js-cron/vuetify",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Cron editor for vuetify",
55
"main": "dist/vuetify.umd.js",
66
"module": "dist/vuetify.esm.js",
@@ -21,7 +21,7 @@
2121
"build:unpkg": "yarn rollup --config build/rollup.config.js --format iife --file dist/vuetify.min.js"
2222
},
2323
"dependencies": {
24-
"@vue-js-cron/core": "2.0.0",
24+
"@vue-js-cron/core": "2.1.0",
2525
"vuetify": "^2.4.6"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)