Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Dec 20, 2022
1 parent b268455 commit 562cfef
Show file tree
Hide file tree
Showing 16 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion contrib/angular
Submodule angular updated 2 files
+2 −2 lib/package.json
+5 −5 package.json
2 changes: 1 addition & 1 deletion contrib/react
Submodule react updated 1 files
+5 −5 package.json
2 changes: 1 addition & 1 deletion contrib/vue2
Submodule vue2 updated 1 files
+5 −5 package.json
2 changes: 1 addition & 1 deletion contrib/vue3
Submodule vue3 updated 1 files
+4 −4 package.json
20 changes: 10 additions & 10 deletions premium/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "fullcalendar-scheduler",
"version": "6.0.0",
"version": "6.0.1",
"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.0",
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/daygrid": "~6.0.0",
"@fullcalendar/interaction": "~6.0.0",
"@fullcalendar/list": "~6.0.0",
"@fullcalendar/resource": "~6.0.0",
"@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.0",
"@fullcalendar/timegrid": "~6.0.0",
"@fullcalendar/timeline": "~6.0.0"
"@fullcalendar/scrollgrid": "~6.0.1",
"@fullcalendar/timegrid": "~6.0.1",
"@fullcalendar/timeline": "~6.0.1"
},
"devDependencies": {
"@fullcalendar/standard-scripts": "*"
Expand Down
6 changes: 3 additions & 3 deletions premium/packages/adaptive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/adaptive",
"version": "6.0.0",
"version": "6.0.1",
"title": "FullCalendar Adaptive Plugin",
"description": "Optimizes FullCalendar for print",
"keywords": [
Expand All @@ -11,10 +11,10 @@
"@fullcalendar/premium-common": "~6.0.0"
},
"peerDependencies": {
"@fullcalendar/core": "~6.0.0"
"@fullcalendar/core": "~6.0.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/core": "~6.0.1",
"@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.0.0",
"version": "6.0.1",
"title": "FullCalendar Premium Common",
"description": "Utilities for FullCalendar's premium plugins",
"peerDependencies": {
"@fullcalendar/core": "~6.0.0"
"@fullcalendar/core": "~6.0.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 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.0.0",
"version": "6.0.1",
"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.0.0",
"@fullcalendar/daygrid": "~6.0.1",
"@fullcalendar/premium-common": "~6.0.0"
},
"peerDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/resource": "~6.0.0"
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/resource": "~6.0.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/resource": "~6.0.0",
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/resource": "~6.0.1",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 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.0.0",
"version": "6.0.1",
"title": "FullCalendar Resource Time Grid Plugin",
"description": "Displays events on a vertical resource view with time slots",
"keywords": [
Expand All @@ -11,15 +11,15 @@
"dependencies": {
"@fullcalendar/premium-common": "~6.0.0",
"@fullcalendar/resource-daygrid": "~6.0.0",
"@fullcalendar/timegrid": "~6.0.0"
"@fullcalendar/timegrid": "~6.0.1"
},
"peerDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/resource": "~6.0.0"
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/resource": "~6.0.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/resource": "~6.0.0",
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/resource": "~6.0.1",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
14 changes: 7 additions & 7 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.0.0",
"version": "6.0.1",
"title": "FullCalendar Resource Timeline Plugin",
"description": "Display events and resources on a horizontal time axis",
"keywords": [
Expand All @@ -11,16 +11,16 @@
"homepage": "https://fullcalendar.io/docs/timeline-view",
"dependencies": {
"@fullcalendar/premium-common": "~6.0.0",
"@fullcalendar/scrollgrid": "~6.0.0",
"@fullcalendar/timeline": "~6.0.0"
"@fullcalendar/scrollgrid": "~6.0.1",
"@fullcalendar/timeline": "~6.0.1"
},
"peerDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/resource": "~6.0.0"
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/resource": "~6.0.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/resource": "~6.0.0",
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/resource": "~6.0.1",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions premium/packages/resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/resource",
"version": "6.0.0",
"version": "6.0.1",
"title": "FullCalendar Resource Plugin",
"description": "Base support for resources, required by resource views",
"keywords": [
Expand All @@ -11,10 +11,10 @@
"@fullcalendar/premium-common": "~6.0.0"
},
"peerDependencies": {
"@fullcalendar/core": "~6.0.0"
"@fullcalendar/core": "~6.0.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 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.0.0",
"version": "6.0.1",
"title": "FullCalendar ScrollGrid Plugin",
"description": "Tabular data chunked into scrollable panes",
"dependencies": {
"@fullcalendar/premium-common": "~6.0.0"
},
"peerDependencies": {
"@fullcalendar/core": "~6.0.0"
"@fullcalendar/core": "~6.0.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 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.0.0",
"version": "6.0.1",
"title": "FullCalendar Timeline Plugin",
"description": "Display events on a horizontal time axis (without resources)",
"keywords": [
Expand All @@ -10,13 +10,13 @@
"homepage": "https://fullcalendar.io/docs/timeline-view-no-resources",
"dependencies": {
"@fullcalendar/premium-common": "~6.0.0",
"@fullcalendar/scrollgrid": "~6.0.0"
"@fullcalendar/scrollgrid": "~6.0.1"
},
"peerDependencies": {
"@fullcalendar/core": "~6.0.0"
"@fullcalendar/core": "~6.0.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.0.0",
"@fullcalendar/core": "~6.0.1",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 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.0.0",
"@fullcalendar/daygrid": "~6.0.0",
"@fullcalendar/interaction": "~6.0.0",
"@fullcalendar/list": "~6.0.0",
"@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.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.0",
"@fullcalendar/scrollgrid": "~6.0.1",
"@fullcalendar/standard-tests": "*",
"@fullcalendar/timegrid": "~6.0.0",
"@fullcalendar/timeline": "~6.0.0",
"@fullcalendar/timegrid": "~6.0.1",
"@fullcalendar/timeline": "~6.0.1",
"xhr-mock": "^2.5.1"
},
"devDependencies": {
Expand Down

0 comments on commit 562cfef

Please sign in to comment.