Skip to content

Commit e2106e6

Browse files
chore(release): 5.0.13 [skip ci]
## [5.0.13](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/vuetify@5.0.12...@vue-js-cron/vuetify@5.0.13) (2025-08-27) ### Bug Fixes * **light:** Stop menu from opening if values are cleared ([1058f3c](1058f3c)) * **light:** z-index of menu ([663b8c8](663b8c8)) ### Features * add italian translation ([128128d](128128d)) * **light:** Add `ant` theme ([f0167cc](f0167cc)) * **light:** add transition to menu ([3167b54](3167b54))
1 parent 4bc7d1d commit e2106e6

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": "5.0.12",
3+
"version": "5.0.13",
44
"description": "Cron editor for vuetify",
55
"type": "module",
66
"main": "dist/vuetify.umd.cjs",
@@ -18,7 +18,7 @@
1818
"clean": "git clean -xf dist"
1919
},
2020
"dependencies": {
21-
"@vue-js-cron/core": "6.1.0",
21+
"@vue-js-cron/core": "6.2.0",
2222
"vuetify": "^3.4.0"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)