Skip to content

Commit ace876b

Browse files
chore(release): 5.1.0 [skip ci]
# [5.1.0](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 b157238 commit ace876b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

light/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/light",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "lightweight vue.js cron editor",
55
"type": "module",
66
"main": "dist/light.umd.cjs",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@floating-ui/vue": "^1.1.8",
22-
"@vue-js-cron/core": "6.1.0"
22+
"@vue-js-cron/core": "6.2.0"
2323
},
2424
"files": [
2525
"package.json",

0 commit comments

Comments
 (0)