Skip to content

Commit 12bd9cf

Browse files
chore(release): 2.0.0 [skip ci]
# @vue-js-cron/quasar [2.0.0](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/quasar@1.1.4...@vue-js-cron/quasar@2.0.0) (2023-11-04) ### Bug Fixes * adapt flavors to new core ([18fc5d0](18fc5d0)) * remove reexport of core.util ([5e86236](5e86236)) ### Features * add format prop [#25](#25) ([1b42d11](1b42d11)) ### BREAKING CHANGES * remove export of util ### Dependencies * **@vue-js-cron/core:** upgraded to 4.0.0
1 parent b8753fc commit 12bd9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quasar/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/quasar",
3-
"version": "1.1.4",
3+
"version": "2.0.0",
44
"description": "Cron editor for Quasar",
55
"main": "dist/quasar.umd.js",
66
"module": "dist/quasar.es.js",
@@ -18,7 +18,7 @@
1818
"clean": "git clean -xf dist"
1919
},
2020
"dependencies": {
21-
"@vue-js-cron/core": "3.7.1"
21+
"@vue-js-cron/core": "4.0.0"
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "^4.0.0",

0 commit comments

Comments
 (0)