From 78e3b77a9fa0508398711862c76bd1c3be726bd4 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 20 Dec 2022 16:43:10 -0500 Subject: [PATCH] bump --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5df7e1f..f68f5f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/vue", - "version": "6.0.0", + "version": "6.0.1", "title": "FullCalendar Vue 2 Component", "description": "The official Vue 2 component for FullCalendar", "keywords": [ @@ -18,7 +18,7 @@ "url": "https://github.com/fullcalendar/fullcalendar-vue2.git" }, "peerDependencies": { - "@fullcalendar/core": "~6.0.0", + "@fullcalendar/core": "~6.0.1", "vue": "^2.6.12" }, "devDependencies": { @@ -26,9 +26,9 @@ "@babel/plugin-transform-runtime": "^7.10.1", "@babel/preset-env": "^7.8.4", "@babel/runtime": "^7.12.1", - "@fullcalendar/core": "~6.0.0", - "@fullcalendar/daygrid": "~6.0.0", - "@fullcalendar/interaction": "~6.0.0", + "@fullcalendar/core": "~6.0.1", + "@fullcalendar/daygrid": "~6.0.1", + "@fullcalendar/interaction": "~6.0.1", "@vue/test-utils": "^1.0.3", "babel-loader": "^8.1.0", "concurrently": "^5.3.0",