Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 23, 2023
1 parent 6be371d commit 05b7b14
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion contrib/angular
Submodule angular updated 2 files
+2 −2 lib/package.json
+8 −8 package.json
2 changes: 1 addition & 1 deletion contrib/react
Submodule react updated 1 files
+7 −7 package.json
2 changes: 1 addition & 1 deletion contrib/vue2
Submodule vue2 updated 1 files
+7 −7 package.json
2 changes: 1 addition & 1 deletion contrib/vue3
Submodule vue3 updated 1 files
+4 −4 package.json
28 changes: 14 additions & 14 deletions premium/bundle/package.json
Original file line number Diff line number Diff line change
@@ -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": "*"
Expand Down
8 changes: 4 additions & 4 deletions premium/packages/adaptive/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@fullcalendar/adaptive",
"version": "6.1.5",
"version": "6.1.6",
"title": "FullCalendar Adaptive Plugin",
"description": "Optimizes FullCalendar for print",
"keywords": [
"print"
],
"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": {
Expand Down
6 changes: 3 additions & 3 deletions premium/packages/premium-common/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 7 additions & 7 deletions premium/packages/resource-daygrid/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down
16 changes: 8 additions & 8 deletions premium/packages/resource-timegrid/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down
16 changes: 8 additions & 8 deletions premium/packages/resource-timeline/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions premium/packages/resource/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"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": [
"scheduler",
"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": {
Expand Down
8 changes: 4 additions & 4 deletions premium/packages/scrollgrid/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions premium/packages/timeline/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down
24 changes: 12 additions & 12 deletions premium/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
14 changes: 7 additions & 7 deletions scripts/bin/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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

0 comments on commit 05b7b14

Please sign in to comment.