Skip to content

Commit 7166a1b

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/vuetify@3.3.3...@vue-js-cron/vuetify@4.0.0) (2023-11-04) ### Bug Fixes * adapt flavors to new core ([18fc5d0](18fc5d0)) * fill result of splitArray ([7b09c1e](7b09c1e)) * keep no specific value ([2bb9c12](2bb9c12)) * move vue to devDependencies, ... ([c8ce618](c8ce618)) * remove @quasar/vite-plugin ([03c803a](03c803a)), closes [#29](#29) * remove cyclic type ([a632e25](a632e25)) * remove reexport of core.util ([5e86236](5e86236)) * use .mjs for rollup config ([1cb1349](1cb1349)) ### Features * add format prop [#25](#25) ([1b42d11](1b42d11)) * add initialPeriod ([dcb7396](dcb7396)) * add no specific value [#25](#25) ([3beb67f](3beb67f)) * core in typescript ([dd33ece](dd33ece)) * translate into typescript ([2f8a214](2f8a214)) ### BREAKING CHANGES * remove export of util * restructured exports
1 parent b1078cd commit 7166a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vuetify/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/vuetify",
3-
"version": "3.3.3",
3+
"version": "4.0.0",
44
"description": "Cron editor for vuetify",
55
"main": "dist/vuetify.umd.js",
66
"module": "dist/vuetify.esm.js",
@@ -17,7 +17,7 @@
1717
"clean": "git clean -xf dist"
1818
},
1919
"dependencies": {
20-
"@vue-js-cron/core": "3.7.1",
20+
"@vue-js-cron/core": "4.0.0",
2121
"vuetify": "^3.0.0-beta.6"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)