From 54fa9b73cd42a1fefab943992e2890c1f0a85128 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2024 16:42:46 +0000 Subject: [PATCH] chore(release): 2.0.8 [skip ci] ## [2.0.8](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/naive-ui@2.0.7...@vue-js-cron/naive-ui@2.0.8) (2024-11-14) ### Bug Fixes * update da.ts [#67](https://github.com/abichinger/vue-js-cron/issues/67) ([a2ce2b7](https://github.com/abichinger/vue-js-cron/commit/a2ce2b781cf51e949fdebc398ea1443d1056c722)) * update READMEs ([8d5d038](https://github.com/abichinger/vue-js-cron/commit/8d5d0383104bc9bee5917a04bf664100642f2ff5)) ### Features * add @vue-js-cron/prime ([9fd559c](https://github.com/abichinger/vue-js-cron/commit/9fd559c0d72dbb7d6e5a283759044f77e9d22e26)) * add spring format [#68](https://github.com/abichinger/vue-js-cron/issues/68) ([577e019](https://github.com/abichinger/vue-js-cron/commit/577e019cca2f7f47a07432c5f3dbe7d6a45206c8)) --- naive-ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/naive-ui/package.json b/naive-ui/package.json index 3807f80..e17d36d 100644 --- a/naive-ui/package.json +++ b/naive-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vue-js-cron/naive-ui", - "version": "2.0.7", + "version": "2.0.8", "description": "Cron editor for Naive UI", "type": "module", "main": "dist/naive-ui.umd.cjs", @@ -18,7 +18,7 @@ "clean": "git clean -xf dist" }, "dependencies": { - "@vue-js-cron/core": "5.3.1" + "@vue-js-cron/core": "5.4.0" }, "files": [ "package.json",