Skip to content

Commit 059cb87

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/naive-ui@2.0.0...@vue-js-cron/naive-ui@2.0.1) (2024-03-16) ### Bug Fixes * every n-th segments [#49](#49) ([fca6bba](fca6bba))
1 parent 1c20e0e commit 059cb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

naive-ui/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/naive-ui",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Cron editor for Naive UI",
55
"type": "module",
66
"main": "dist/naive-ui.umd.cjs",
@@ -18,7 +18,7 @@
1818
"clean": "git clean -xf dist"
1919
},
2020
"dependencies": {
21-
"@vue-js-cron/core": "5.0.0"
21+
"@vue-js-cron/core": "5.0.1"
2222
},
2323
"files": [
2424
"package.json",

0 commit comments

Comments
 (0)