Skip to content

Commit 361533b

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/ant@1.1.1...@vue-js-cron/ant@1.1.2) (2023-04-13) ### Bug Fixes * eslint errors ([8ffe203](8ffe203)) * use language code 'zh' ([a63a5a8](a63a5a8)) ### Features * add china locale ([8248739](8248739))
1 parent 2e0ef89 commit 361533b

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": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Cron editor for Ant Vue",
55
"main": "dist/ant.umd.js",
66
"module": "dist/ant.esm.js",
@@ -22,7 +22,7 @@
2222
"clean": "git clean -xf dist"
2323
},
2424
"dependencies": {
25-
"@vue-js-cron/core": "3.6.0",
25+
"@vue-js-cron/core": "3.7.0",
2626
"ant-design-vue": "^3.2.12"
2727
},
2828
"files": [

0 commit comments

Comments
 (0)