Skip to content

Commit c7934e0

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/[email protected]...@vue-js-cron/[email protected]) (2025-08-25) ### Bug Fixes * **light:** Prefix class names with `cl` (cron-light) ([50592e9](50592e9)) * **quartz:** Set day-of-week field to `?` by default [#79](#79) ([c1f80c1](c1f80c1)) ### Features * **light:** add dark mode, add css variables [#41](#41) ([cdc574e](cdc574e)) * **light:** Use Floating UI ([ccf1f92](ccf1f92)) * **quartz:** Steps starting from `x` [#76](#76) ([4618d4d](4618d4d)) ### BREAKING CHANGES * **light:** New class names
1 parent afa40a4 commit c7934e0

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": "4.0.11",
3+
"version": "5.0.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.0.0"
22+
"@vue-js-cron/core": "6.1.0"
2323
},
2424
"files": [
2525
"package.json",

0 commit comments

Comments
 (0)