From f01804a4a9be42d43550959ce786466854a641b5 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Fri, 19 Jun 2020 22:55:48 -0400 Subject: [PATCH] use real v5 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 37335c9..ccef147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/vue", - "version": "5.0.0-rc", + "version": "5.0.0", "title": "FullCalendar Vue Component", "description": "An official FullCalendar component for Vue", "keywords": [ @@ -24,7 +24,7 @@ "ci": "./scripts/ci.sh" }, "dependencies": { - "@fullcalendar/core": "5.0.0-rc", + "@fullcalendar/core": "~5.0.0", "tslib": "^2.0.0" }, "peerDependencies": { @@ -34,7 +34,7 @@ "@babel/core": "^7.10.2", "@babel/plugin-transform-runtime": "^7.10.1", "@babel/preset-env": "^7.8.4", - "@fullcalendar/daygrid": "5.0.0-rc", + "@fullcalendar/daygrid": "~5.0.0", "@vue/test-utils": "^1.0.3", "babel-loader": "^8.1.0", "css-loader": "^3.6.0",