From ffe822adf2ce922c786cf13d28dfcb87e7c9eaa9 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 23 Apr 2023 12:07:00 -0400 Subject: [PATCH] version bump --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7dcb950..d3fce0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/vue", - "version": "6.1.5", + "version": "6.1.6", "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.1.5", + "@fullcalendar/core": "~6.1.6", "vue": "^2.6.12" }, "devDependencies": { @@ -26,11 +26,11 @@ "@babel/plugin-transform-runtime": "^7.10.1", "@babel/preset-env": "^7.8.4", "@babel/runtime": "^7.12.1", - "@fullcalendar/core": "~6.1.5", - "@fullcalendar/daygrid": "~6.1.5", - "@fullcalendar/interaction": "~6.1.5", - "@fullcalendar/resource": "~6.1.5", - "@fullcalendar/resource-timeline": "~6.1.5", + "@fullcalendar/core": "~6.1.6", + "@fullcalendar/daygrid": "~6.1.6", + "@fullcalendar/interaction": "~6.1.6", + "@fullcalendar/resource": "~6.1.6", + "@fullcalendar/resource-timeline": "~6.1.6", "@vue/test-utils": "^1.0.3", "babel-loader": "^8.1.0", "concurrently": "^5.3.0",