Skip to content

Commit 0f17016

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/element-plus@2.0.1...@vue-js-cron/element-plus@2.0.2) (2023-11-14) ### Bug Fixes * *.umd.cjs path ([47e6793](47e6793)) * **ant:** migrate to typescript and vite ([54b2443](54b2443)) * **core:** generation of index.d.ts ([8b59bde](8b59bde)) * **element-plus:** migrate to typescript and vite ([7c44b00](7c44b00)), closes [#40](#40) * export type CronCoreProps and CronLightProps ([bf5d825](bf5d825)) * **light:** use vite and typescript ([4f9e524](4f9e524)) * **quasar:** migrate to typescript ([b20f5fb](b20f5fb)), closes [#40](#40) * **vuetify:** migrate to typescript and vite ([f898127](f898127)), closes [#40](#40) ### Features * **core:** add setupCron and setupSelect ([a4cb6d8](a4cb6d8))
1 parent 7906b12 commit 0f17016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element-plus/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/element-plus",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Cron editor for Element Plus",
55
"type": "module",
66
"main": "dist/element-plus.umd.cjs",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@element-plus/icons-vue": "^2.0.9",
22-
"@vue-js-cron/core": "4.1.0",
22+
"@vue-js-cron/core": "4.2.0",
2323
"element-plus": "^2.2.13"
2424
},
2525
"files": [

0 commit comments

Comments
 (0)