From 05b7b1454fef914efee8bfc1e8e63e3b7115ed8b Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 23 Apr 2023 12:07:39 -0400 Subject: [PATCH] version bump --- contrib/angular | 2 +- contrib/react | 2 +- contrib/vue2 | 2 +- contrib/vue3 | 2 +- examples | 2 +- premium/bundle/package.json | 28 +++++++++---------- premium/packages/adaptive/package.json | 8 +++--- premium/packages/premium-common/package.json | 6 ++-- .../packages/resource-daygrid/package.json | 14 +++++----- .../packages/resource-timegrid/package.json | 16 +++++------ .../packages/resource-timeline/package.json | 16 +++++------ premium/packages/resource/package.json | 8 +++--- premium/packages/scrollgrid/package.json | 8 +++--- premium/packages/timeline/package.json | 10 +++---- premium/tests/package.json | 24 ++++++++-------- scripts/bin/publish.sh | 14 +++++----- standard | 2 +- 17 files changed, 82 insertions(+), 82 deletions(-) diff --git a/contrib/angular b/contrib/angular index b9c7db244..0c72de1d2 160000 --- a/contrib/angular +++ b/contrib/angular @@ -1 +1 @@ -Subproject commit b9c7db244ff84e6fe4383f4e365ac4e53be9778a +Subproject commit 0c72de1d2e216d735139237aa51d308d687f2f13 diff --git a/contrib/react b/contrib/react index 8288a586c..a4a5c03d5 160000 --- a/contrib/react +++ b/contrib/react @@ -1 +1 @@ -Subproject commit 8288a586c1482ad8ec0b7e3309fff861c3e4e9c1 +Subproject commit a4a5c03d5d3f6a05625dda9704673672424e4efd diff --git a/contrib/vue2 b/contrib/vue2 index 858c83e92..ffe822adf 160000 --- a/contrib/vue2 +++ b/contrib/vue2 @@ -1 +1 @@ -Subproject commit 858c83e92533dcc36767a62e55616863e50732d6 +Subproject commit ffe822adf2ce922c786cf13d28dfcb87e7c9eaa9 diff --git a/contrib/vue3 b/contrib/vue3 index 04b612830..e84273c81 160000 --- a/contrib/vue3 +++ b/contrib/vue3 @@ -1 +1 @@ -Subproject commit 04b612830b3a8519ea0878de75486b49bbbc4e75 +Subproject commit e84273c81d77dceddabbf01901391af54971b609 diff --git a/examples b/examples index 7f6929fde..52d000768 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 7f6929fde01369f6af2ffb4f21a7802d7d47855d +Subproject commit 52d000768941da98f036f7486fbdd92cd66eebbd diff --git a/premium/bundle/package.json b/premium/bundle/package.json index 0a9796797..4ef0a296d 100644 --- a/premium/bundle/package.json +++ b/premium/bundle/package.json @@ -1,23 +1,23 @@ { "name": "fullcalendar-scheduler", - "version": "6.1.5", + "version": "6.1.6", "title": "FullCalendar Premium Bundle", "description": "Easily render a full-sized drag & drop calendar with a combination of standard & premium plugins", "homepage": "https://fullcalendar.io/docs/initialize-globals", "dependencies": { - "@fullcalendar/adaptive": "~6.1.5", - "@fullcalendar/core": "~6.1.5", - "@fullcalendar/daygrid": "~6.1.5", - "@fullcalendar/interaction": "~6.1.5", - "@fullcalendar/list": "~6.1.5", - "@fullcalendar/multimonth": "~6.1.5", - "@fullcalendar/resource": "~6.1.5", - "@fullcalendar/resource-daygrid": "~6.1.5", - "@fullcalendar/resource-timegrid": "~6.1.5", - "@fullcalendar/resource-timeline": "~6.1.5", - "@fullcalendar/scrollgrid": "~6.1.5", - "@fullcalendar/timegrid": "~6.1.5", - "@fullcalendar/timeline": "~6.1.5" + "@fullcalendar/adaptive": "~6.1.6", + "@fullcalendar/core": "~6.1.6", + "@fullcalendar/daygrid": "~6.1.6", + "@fullcalendar/interaction": "~6.1.6", + "@fullcalendar/list": "~6.1.6", + "@fullcalendar/multimonth": "~6.1.6", + "@fullcalendar/resource": "~6.1.6", + "@fullcalendar/resource-daygrid": "~6.1.6", + "@fullcalendar/resource-timegrid": "~6.1.6", + "@fullcalendar/resource-timeline": "~6.1.6", + "@fullcalendar/scrollgrid": "~6.1.6", + "@fullcalendar/timegrid": "~6.1.6", + "@fullcalendar/timeline": "~6.1.6" }, "devDependencies": { "@fullcalendar/standard-scripts": "*" diff --git a/premium/packages/adaptive/package.json b/premium/packages/adaptive/package.json index a517a4824..a94ee058e 100644 --- a/premium/packages/adaptive/package.json +++ b/premium/packages/adaptive/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/adaptive", - "version": "6.1.5", + "version": "6.1.6", "title": "FullCalendar Adaptive Plugin", "description": "Optimizes FullCalendar for print", "keywords": [ @@ -8,13 +8,13 @@ ], "homepage": "https://fullcalendar.io/docs/print", "dependencies": { - "@fullcalendar/premium-common": "~6.1.5" + "@fullcalendar/premium-common": "~6.1.6" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.5" + "@fullcalendar/core": "~6.1.6" }, "devDependencies": { - "@fullcalendar/core": "~6.1.5", + "@fullcalendar/core": "~6.1.6", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/premium-common/package.json b/premium/packages/premium-common/package.json index f44412e1f..ed91754ea 100644 --- a/premium/packages/premium-common/package.json +++ b/premium/packages/premium-common/package.json @@ -1,13 +1,13 @@ { "name": "@fullcalendar/premium-common", - "version": "6.1.5", + "version": "6.1.6", "title": "FullCalendar Premium Common", "description": "Utilities for FullCalendar's premium plugins", "peerDependencies": { - "@fullcalendar/core": "~6.1.5" + "@fullcalendar/core": "~6.1.6" }, "devDependencies": { - "@fullcalendar/core": "~6.1.5", + "@fullcalendar/core": "~6.1.6", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/resource-daygrid/package.json b/premium/packages/resource-daygrid/package.json index 234932405..d14e24c7b 100644 --- a/premium/packages/resource-daygrid/package.json +++ b/premium/packages/resource-daygrid/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/resource-daygrid", - "version": "6.1.5", + "version": "6.1.6", "title": "FullCalendar Resource Day Grid Plugin", "description": "Display events on day/resource columns", "keywords": [ @@ -9,16 +9,16 @@ ], "homepage": "https://fullcalendar.io/docs/resource-daygrid-view", "dependencies": { - "@fullcalendar/daygrid": "~6.1.5", - "@fullcalendar/premium-common": "~6.1.5" + "@fullcalendar/daygrid": "~6.1.6", + "@fullcalendar/premium-common": "~6.1.6" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.5", - "@fullcalendar/resource": "~6.1.5" + "@fullcalendar/core": "~6.1.6", + "@fullcalendar/resource": "~6.1.6" }, "devDependencies": { - "@fullcalendar/core": "~6.1.5", - "@fullcalendar/resource": "~6.1.5", + "@fullcalendar/core": "~6.1.6", + "@fullcalendar/resource": "~6.1.6", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/resource-timegrid/package.json b/premium/packages/resource-timegrid/package.json index f73feebf0..51ab9bfb3 100644 --- a/premium/packages/resource-timegrid/package.json +++ b/premium/packages/resource-timegrid/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/resource-timegrid", - "version": "6.1.5", + "version": "6.1.6", "title": "FullCalendar Resource Time Grid Plugin", "description": "Displays events on a vertical resource view with time slots", "keywords": [ @@ -9,17 +9,17 @@ ], "homepage": "https://fullcalendar.io/docs/vertical-resource-view", "dependencies": { - "@fullcalendar/premium-common": "~6.1.5", - "@fullcalendar/resource-daygrid": "~6.1.5", - "@fullcalendar/timegrid": "~6.1.5" + "@fullcalendar/premium-common": "~6.1.6", + "@fullcalendar/resource-daygrid": "~6.1.6", + "@fullcalendar/timegrid": "~6.1.6" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.5", - "@fullcalendar/resource": "~6.1.5" + "@fullcalendar/core": "~6.1.6", + "@fullcalendar/resource": "~6.1.6" }, "devDependencies": { - "@fullcalendar/core": "~6.1.5", - "@fullcalendar/resource": "~6.1.5", + "@fullcalendar/core": "~6.1.6", + "@fullcalendar/resource": "~6.1.6", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/resource-timeline/package.json b/premium/packages/resource-timeline/package.json index e1c867b03..63ee6e181 100644 --- a/premium/packages/resource-timeline/package.json +++ b/premium/packages/resource-timeline/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/resource-timeline", - "version": "6.1.5", + "version": "6.1.6", "title": "FullCalendar Resource Timeline Plugin", "description": "Display events and resources on a horizontal time axis", "keywords": [ @@ -10,17 +10,17 @@ ], "homepage": "https://fullcalendar.io/docs/timeline-view", "dependencies": { - "@fullcalendar/premium-common": "~6.1.5", - "@fullcalendar/scrollgrid": "~6.1.5", - "@fullcalendar/timeline": "~6.1.5" + "@fullcalendar/premium-common": "~6.1.6", + "@fullcalendar/scrollgrid": "~6.1.6", + "@fullcalendar/timeline": "~6.1.6" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.5", - "@fullcalendar/resource": "~6.1.5" + "@fullcalendar/core": "~6.1.6", + "@fullcalendar/resource": "~6.1.6" }, "devDependencies": { - "@fullcalendar/core": "~6.1.5", - "@fullcalendar/resource": "~6.1.5", + "@fullcalendar/core": "~6.1.6", + "@fullcalendar/resource": "~6.1.6", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/resource/package.json b/premium/packages/resource/package.json index 8bbf5e2af..7bee1d4ea 100644 --- a/premium/packages/resource/package.json +++ b/premium/packages/resource/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/resource", - "version": "6.1.5", + "version": "6.1.6", "title": "FullCalendar Resource Plugin", "description": "Base support for resources, required by resource views", "keywords": [ @@ -8,13 +8,13 @@ "resource" ], "dependencies": { - "@fullcalendar/premium-common": "~6.1.5" + "@fullcalendar/premium-common": "~6.1.6" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.5" + "@fullcalendar/core": "~6.1.6" }, "devDependencies": { - "@fullcalendar/core": "~6.1.5", + "@fullcalendar/core": "~6.1.6", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/scrollgrid/package.json b/premium/packages/scrollgrid/package.json index 5e485a4b6..c19547b87 100644 --- a/premium/packages/scrollgrid/package.json +++ b/premium/packages/scrollgrid/package.json @@ -1,16 +1,16 @@ { "name": "@fullcalendar/scrollgrid", - "version": "6.1.5", + "version": "6.1.6", "title": "FullCalendar ScrollGrid Plugin", "description": "Tabular data chunked into scrollable panes", "dependencies": { - "@fullcalendar/premium-common": "~6.1.5" + "@fullcalendar/premium-common": "~6.1.6" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.5" + "@fullcalendar/core": "~6.1.6" }, "devDependencies": { - "@fullcalendar/core": "~6.1.5", + "@fullcalendar/core": "~6.1.6", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/timeline/package.json b/premium/packages/timeline/package.json index ad4c4aa2c..fe5a2ed0b 100644 --- a/premium/packages/timeline/package.json +++ b/premium/packages/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/timeline", - "version": "6.1.5", + "version": "6.1.6", "title": "FullCalendar Timeline Plugin", "description": "Display events on a horizontal time axis (without resources)", "keywords": [ @@ -9,14 +9,14 @@ ], "homepage": "https://fullcalendar.io/docs/timeline-view-no-resources", "dependencies": { - "@fullcalendar/premium-common": "~6.1.5", - "@fullcalendar/scrollgrid": "~6.1.5" + "@fullcalendar/premium-common": "~6.1.6", + "@fullcalendar/scrollgrid": "~6.1.6" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.5" + "@fullcalendar/core": "~6.1.6" }, "devDependencies": { - "@fullcalendar/core": "~6.1.5", + "@fullcalendar/core": "~6.1.6", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/tests/package.json b/premium/tests/package.json index 021a26361..8c56d8d0c 100644 --- a/premium/tests/package.json +++ b/premium/tests/package.json @@ -3,19 +3,19 @@ "name": "@fullcalendar/premium-tests", "version": "0.0.0", "dependencies": { - "@fullcalendar/core": "~6.1.5", - "@fullcalendar/daygrid": "~6.1.5", - "@fullcalendar/interaction": "~6.1.5", - "@fullcalendar/list": "~6.1.5", - "@fullcalendar/premium-common": "~6.1.5", - "@fullcalendar/resource": "~6.1.5", - "@fullcalendar/resource-daygrid": "~6.1.5", - "@fullcalendar/resource-timegrid": "~6.1.5", - "@fullcalendar/resource-timeline": "~6.1.5", - "@fullcalendar/scrollgrid": "~6.1.5", + "@fullcalendar/core": "~6.1.6", + "@fullcalendar/daygrid": "~6.1.6", + "@fullcalendar/interaction": "~6.1.6", + "@fullcalendar/list": "~6.1.6", + "@fullcalendar/premium-common": "~6.1.6", + "@fullcalendar/resource": "~6.1.6", + "@fullcalendar/resource-daygrid": "~6.1.6", + "@fullcalendar/resource-timegrid": "~6.1.6", + "@fullcalendar/resource-timeline": "~6.1.6", + "@fullcalendar/scrollgrid": "~6.1.6", "@fullcalendar/standard-tests": "*", - "@fullcalendar/timegrid": "~6.1.5", - "@fullcalendar/timeline": "~6.1.5", + "@fullcalendar/timegrid": "~6.1.6", + "@fullcalendar/timeline": "~6.1.6", "xhr-mock": "^2.5.1" }, "devDependencies": { diff --git a/scripts/bin/publish.sh b/scripts/bin/publish.sh index 14a34b7d1..f9cf12f4d 100755 --- a/scripts/bin/publish.sh +++ b/scripts/bin/publish.sh @@ -5,15 +5,15 @@ set -e # bumping version. use vscode search + replace # 1. "@fullcalendar/([\w-]+)": "\^([^"]*)" (with regexp support on) -# "@fullcalendar/$1": "^6.1.5" +# "@fullcalendar/$1": "^6.1.6" # 2. "fullcalendar(-scheduler)?": "\^([^"]*)" (with regexp support on) -# "fullcalendar$1": "^6.1.5" +# "fullcalendar$1": "^6.1.6" # 3. "@fullcalendar/([\w-]+)": "~([^"]*)" (with regexp support on) -# "@fullcalendar/$1": "~6.1.5" +# "@fullcalendar/$1": "~6.1.6" # 4. "fullcalendar(-scheduler)?": "~([^"]*)" (with regexp support on) -# "fullcalendar$1": "~6.1.5" -# 5. "version": "6.1.4" -# "version": "6.1.5" +# "fullcalendar$1": "~6.1.6" +# 5. "version": "6.1.5" +# "version": "6.1.6" # first-time publishes need `--access public` @@ -50,4 +50,4 @@ cd /Users/adam/Code/fullcalendar-workspace/contrib/vue2 && pnpm publish --no-git cd /Users/adam/Code/fullcalendar-workspace # tag pushing -# git tag -a v6.1.5 -m v6.1.5 && git push origin v6.1.5 +# git tag -a v6.1.6 -m v6.1.6 && git push origin v6.1.6 diff --git a/standard b/standard index 32883cd56..d4a84092e 160000 --- a/standard +++ b/standard @@ -1 +1 @@ -Subproject commit 32883cd56035f5b7e1ff0caceb17fb965876c9c7 +Subproject commit d4a84092e609c98c4a3d401b582a38649cc78631