Skip to content

Commit 58aa167

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ant/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/ant",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Cron editor for Ant Vue",
55
"main": "dist/ant.umd.js",
66
"module": "dist/ant.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
"ant-design-vue": "^3.2.12"
2222
},
2323
"files": [

0 commit comments

Comments
 (0)