Skip to content

Commit 3ddb297

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/light@2.4.0...@vue-js-cron/light@3.0.0) (2023-11-06) ### Features * add isEmpty to useSelect ([3ea62ba](3ea62ba)) * **light:** add clearable ([b9ca4e2](b9ca4e2)) ### BREAKING CHANGES * **light:** force major release
1 parent 060dd60 commit 3ddb297

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": "2.4.0",
3+
"version": "3.0.0",
44
"description": "lightweight vue.js cron editor",
55
"main": "dist/light.umd.js",
66
"module": "dist/light.esm.js",
@@ -17,7 +17,7 @@
1717
"clean": "git clean -xf dist"
1818
},
1919
"dependencies": {
20-
"@vue-js-cron/core": "4.0.0"
20+
"@vue-js-cron/core": "4.1.0"
2121
},
2222
"files": [
2323
"package.json",

0 commit comments

Comments
 (0)