Skip to content

Commit edfef24

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prime/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/prime",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Cron editor for PrimeVue",
55
"type": "module",
66
"main": "dist/prime.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
"@primevue/themes": "^4.2.1",
2323
"primevue": "^4.2.1",
2424
"primeicons": "^7.0.0"

0 commit comments

Comments
 (0)