Skip to content

Commit e83f1c9

Browse files
chore(release): 2.0.13 [skip ci]
## [2.0.13](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/[email protected]...@vue-js-cron/[email protected]) (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 ace876b commit e83f1c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

naive-ui/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/naive-ui",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"description": "Cron editor for Naive UI",
55
"type": "module",
66
"main": "dist/naive-ui.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
},
2323
"files": [
2424
"package.json",

0 commit comments

Comments
 (0)