Skip to content

Commit f798fd1

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/vuetify@3.0.1...@vue-js-cron/vuetify@3.1.0) (2022-08-13) ### Features * add element plus ([b4c62b1](b4c62b1)) * **vuetify:** add chipProps ([d67086a](d67086a)) * add german translation ([e3b7df0](e3b7df0))
1 parent 2d5372f commit f798fd1

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": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Cron editor for vuetify",
55
"main": "dist/vuetify.umd.js",
66
"module": "dist/vuetify.esm.js",
@@ -22,7 +22,7 @@
2222
"clean": "git clean -xf dist"
2323
},
2424
"dependencies": {
25-
"@vue-js-cron/core": "3.0.1",
25+
"@vue-js-cron/core": "3.1.0",
2626
"vuetify": "^3.0.0-beta.6"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)