Skip to content

Commit 417f2d3

Browse files
chore(release): 3.0.12 [skip ci]
## [3.0.12](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 edfef24 commit 417f2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quasar/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/quasar",
3-
"version": "3.0.11",
3+
"version": "3.0.12",
44
"description": "Cron editor for Quasar",
55
"type": "module",
66
"main": "dist/quasar.umd.cjs",
@@ -18,7 +18,7 @@
1818
"clean": "git clean -xf dist"
1919
},
2020
"dependencies": {
21-
"@vue-js-cron/core": "6.0.0"
21+
"@vue-js-cron/core": "6.1.0"
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "^4.0.0",

0 commit comments

Comments
 (0)