From 7ff66cde8bb70cf8f8e44a5a95907b77499b4b4d Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 27 Dec 2022 17:33:22 -0500 Subject: [PATCH] bump --- contrib/angular | 2 +- contrib/react | 2 +- contrib/vue2 | 2 +- contrib/vue3 | 2 +- examples | 2 +- premium/bundle/package.json | 26 +++++++++---------- 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 | 18 ++++++++----- standard | 2 +- 17 files changed, 85 insertions(+), 81 deletions(-) diff --git a/contrib/angular b/contrib/angular index da9fd1b2f..7c6537379 160000 --- a/contrib/angular +++ b/contrib/angular @@ -1 +1 @@ -Subproject commit da9fd1b2f80eaf8ab6adf171309639cc74a6b6a8 +Subproject commit 7c6537379f2a4ef5877498da8a70a0053664ccf0 diff --git a/contrib/react b/contrib/react index 95587241a..e822df64d 160000 --- a/contrib/react +++ b/contrib/react @@ -1 +1 @@ -Subproject commit 95587241afa13a515b1b13057dd5bd11951b9719 +Subproject commit e822df64d09092dcabaeda40ddbca1f7e0cd9549 diff --git a/contrib/vue2 b/contrib/vue2 index 16851d99d..271eec191 160000 --- a/contrib/vue2 +++ b/contrib/vue2 @@ -1 +1 @@ -Subproject commit 16851d99db34dbe7f1b262ca718f78ca4317acf3 +Subproject commit 271eec19142b2632b8b7f7075ce45d50294f0679 diff --git a/contrib/vue3 b/contrib/vue3 index e4127f83e..8d306bdf9 160000 --- a/contrib/vue3 +++ b/contrib/vue3 @@ -1 +1 @@ -Subproject commit e4127f83e79aa8e7008334438ca4c33c2aaeefb4 +Subproject commit 8d306bdf92b88fba10f0a358e8f263f5a79535cb diff --git a/examples b/examples index 02434c6c8..9b6a8d268 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 02434c6c86c277120811ed40b7c42765f477ce2f +Subproject commit 9b6a8d268216a9995a5cd67e993906c4a39c51b1 diff --git a/premium/bundle/package.json b/premium/bundle/package.json index 1c0f64d4a..9373342ee 100644 --- a/premium/bundle/package.json +++ b/premium/bundle/package.json @@ -1,22 +1,22 @@ { "name": "fullcalendar-scheduler", - "version": "6.0.1", + "version": "6.0.2", "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.0.1", - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/daygrid": "~6.0.1", - "@fullcalendar/interaction": "~6.0.1", - "@fullcalendar/list": "~6.0.1", - "@fullcalendar/resource": "~6.0.1", - "@fullcalendar/resource-daygrid": "~6.0.0", - "@fullcalendar/resource-timegrid": "~6.0.0", - "@fullcalendar/resource-timeline": "~6.0.0", - "@fullcalendar/scrollgrid": "~6.0.1", - "@fullcalendar/timegrid": "~6.0.1", - "@fullcalendar/timeline": "~6.0.1" + "@fullcalendar/adaptive": "~6.0.2", + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/daygrid": "~6.0.2", + "@fullcalendar/interaction": "~6.0.2", + "@fullcalendar/list": "~6.0.2", + "@fullcalendar/resource": "~6.0.2", + "@fullcalendar/resource-daygrid": "~6.0.2", + "@fullcalendar/resource-timegrid": "~6.0.2", + "@fullcalendar/resource-timeline": "~6.0.2", + "@fullcalendar/scrollgrid": "~6.0.2", + "@fullcalendar/timegrid": "~6.0.2", + "@fullcalendar/timeline": "~6.0.2" }, "devDependencies": { "@fullcalendar/standard-scripts": "*" diff --git a/premium/packages/adaptive/package.json b/premium/packages/adaptive/package.json index db306a1dc..4ac2df556 100644 --- a/premium/packages/adaptive/package.json +++ b/premium/packages/adaptive/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/adaptive", - "version": "6.0.1", + "version": "6.0.2", "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.0.0" + "@fullcalendar/premium-common": "~6.0.2" }, "peerDependencies": { - "@fullcalendar/core": "~6.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/premium-common/package.json b/premium/packages/premium-common/package.json index 473c82d48..7395235da 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.0.1", + "version": "6.0.2", "title": "FullCalendar Premium Common", "description": "Utilities for FullCalendar's premium plugins", "peerDependencies": { - "@fullcalendar/core": "~6.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/resource-daygrid/package.json b/premium/packages/resource-daygrid/package.json index eb7bfcff0..6ccd79ed7 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.0.1", + "version": "6.0.2", "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.0.1", - "@fullcalendar/premium-common": "~6.0.0" + "@fullcalendar/daygrid": "~6.0.2", + "@fullcalendar/premium-common": "~6.0.2" }, "peerDependencies": { - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/resource": "~6.0.1" + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/resource": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/resource": "~6.0.1", + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/resource": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/resource-timegrid/package.json b/premium/packages/resource-timegrid/package.json index fef184302..2fc7abcf2 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.0.1", + "version": "6.0.2", "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.0.0", - "@fullcalendar/resource-daygrid": "~6.0.0", - "@fullcalendar/timegrid": "~6.0.1" + "@fullcalendar/premium-common": "~6.0.2", + "@fullcalendar/resource-daygrid": "~6.0.2", + "@fullcalendar/timegrid": "~6.0.2" }, "peerDependencies": { - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/resource": "~6.0.1" + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/resource": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/resource": "~6.0.1", + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/resource": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/resource-timeline/package.json b/premium/packages/resource-timeline/package.json index 5dbde48ef..0ca67d26a 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.0.1", + "version": "6.0.2", "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.0.0", - "@fullcalendar/scrollgrid": "~6.0.1", - "@fullcalendar/timeline": "~6.0.1" + "@fullcalendar/premium-common": "~6.0.2", + "@fullcalendar/scrollgrid": "~6.0.2", + "@fullcalendar/timeline": "~6.0.2" }, "peerDependencies": { - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/resource": "~6.0.1" + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/resource": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/resource": "~6.0.1", + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/resource": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/resource/package.json b/premium/packages/resource/package.json index 106255612..03c3f5502 100644 --- a/premium/packages/resource/package.json +++ b/premium/packages/resource/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/resource", - "version": "6.0.1", + "version": "6.0.2", "title": "FullCalendar Resource Plugin", "description": "Base support for resources, required by resource views", "keywords": [ @@ -8,13 +8,13 @@ "resource" ], "dependencies": { - "@fullcalendar/premium-common": "~6.0.0" + "@fullcalendar/premium-common": "~6.0.2" }, "peerDependencies": { - "@fullcalendar/core": "~6.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/scrollgrid/package.json b/premium/packages/scrollgrid/package.json index 2e1ee783b..5c3b3bdcb 100644 --- a/premium/packages/scrollgrid/package.json +++ b/premium/packages/scrollgrid/package.json @@ -1,16 +1,16 @@ { "name": "@fullcalendar/scrollgrid", - "version": "6.0.1", + "version": "6.0.2", "title": "FullCalendar ScrollGrid Plugin", "description": "Tabular data chunked into scrollable panes", "dependencies": { - "@fullcalendar/premium-common": "~6.0.0" + "@fullcalendar/premium-common": "~6.0.2" }, "peerDependencies": { - "@fullcalendar/core": "~6.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/packages/timeline/package.json b/premium/packages/timeline/package.json index aae526b6e..5018af103 100644 --- a/premium/packages/timeline/package.json +++ b/premium/packages/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/timeline", - "version": "6.0.1", + "version": "6.0.2", "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.0.0", - "@fullcalendar/scrollgrid": "~6.0.1" + "@fullcalendar/premium-common": "~6.0.2", + "@fullcalendar/scrollgrid": "~6.0.2" }, "peerDependencies": { - "@fullcalendar/core": "~6.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/premium/tests/package.json b/premium/tests/package.json index 134b34fb0..7594c5881 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.0.1", - "@fullcalendar/daygrid": "~6.0.1", - "@fullcalendar/interaction": "~6.0.1", - "@fullcalendar/list": "~6.0.1", - "@fullcalendar/premium-common": "~6.0.0", - "@fullcalendar/resource": "~6.0.1", - "@fullcalendar/resource-daygrid": "~6.0.0", - "@fullcalendar/resource-timegrid": "~6.0.0", - "@fullcalendar/resource-timeline": "~6.0.0", - "@fullcalendar/scrollgrid": "~6.0.1", + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/daygrid": "~6.0.2", + "@fullcalendar/interaction": "~6.0.2", + "@fullcalendar/list": "~6.0.2", + "@fullcalendar/premium-common": "~6.0.2", + "@fullcalendar/resource": "~6.0.2", + "@fullcalendar/resource-daygrid": "~6.0.2", + "@fullcalendar/resource-timegrid": "~6.0.2", + "@fullcalendar/resource-timeline": "~6.0.2", + "@fullcalendar/scrollgrid": "~6.0.2", "@fullcalendar/standard-tests": "*", - "@fullcalendar/timegrid": "~6.0.1", - "@fullcalendar/timeline": "~6.0.1", + "@fullcalendar/timegrid": "~6.0.2", + "@fullcalendar/timeline": "~6.0.2", "xhr-mock": "^2.5.1" }, "devDependencies": { diff --git a/scripts/bin/publish.sh b/scripts/bin/publish.sh index 5da3783cf..a0494d5ad 100755 --- a/scripts/bin/publish.sh +++ b/scripts/bin/publish.sh @@ -4,12 +4,16 @@ set -e # bumping version. use vscode search + replace -# 1. "@fullcalendar/(\w+)": "\^([^"]*)" (with regexp support on) -# "@fullcalendar/$1": "^6.0.1" -# 2. "@fullcalendar/(\w+)": "~([^"]*)" (with regexp support on) -# "@fullcalendar/$1": "~6.0.1" -# 3. "version": "6.0.0" -# "version": "6.0.1" +# 1. "@fullcalendar/([\w-]+)": "\^([^"]*)" (with regexp support on) +# "@fullcalendar/$1": "^6.0.2" +# 2. "fullcalendar(-scheduler)?": "\^([^"]*)" (with regexp support on) +# "fullcalendar$1": "^6.0.2" +# 3. "@fullcalendar/([\w-]+)": "~([^"]*)" (with regexp support on) +# "@fullcalendar/$1": "~6.0.2" +# 4. "fullcalendar(-scheduler)?": "~([^"]*)" (with regexp support on) +# "fullcalendar$1": "~6.0.2" +# 5. "version": "6.0.2" +# "version": "6.0.2" # first-time publishes need `--access public` @@ -45,4 +49,4 @@ cd /Users/adam/Code/fullcalendar-workspace/contrib/vue2 && pnpm publish --no-git cd /Users/adam/Code/fullcalendar-workspace # tag pushing (DO SPECIAL for vue versions) -# git tag -a v6.0.1 -m v6.0.1 && git push origin v6.0.1 +# git tag -a v6.0.2 -m v6.0.2 && git push origin v6.0.2 diff --git a/standard b/standard index 66cd5b354..01ab21fb9 160000 --- a/standard +++ b/standard @@ -1 +1 @@ -Subproject commit 66cd5b3547d911ee77699c48f06a6c1abe894745 +Subproject commit 01ab21fb945a3919c47a366e526db69de477474a