Skip to content

Commit 1b8886d

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/light@1.0.3...@vue-js-cron/light@1.0.4) (2022-08-10) ### Bug Fixes * **core:** set hour range to 0-23 ([8474aba](8474aba)), closes [#5](#5) * **selectedStr:** sort selected values ([cb5078b](cb5078b)), closes [#6](#6)
1 parent b66f2e5 commit 1b8886d

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": "1.0.3",
3+
"version": "1.0.4",
44
"description": "lightweight vue.js cron editor",
55
"main": "dist/light.umd.js",
66
"module": "dist/light.esm.js",
@@ -21,7 +21,7 @@
2121
"build:unpkg": "yarn rollup --config build/rollup.config.js --format iife --file dist/light.min.js"
2222
},
2323
"dependencies": {
24-
"@vue-js-cron/core": "2.1.1"
24+
"@vue-js-cron/core": "2.1.2"
2525
},
2626
"devDependencies": {
2727
"@vue/cli-service": "^4.5.15",

0 commit comments

Comments
 (0)