Skip to content

Commit

Permalink
Merge branch 'newrepo' of github.com:fullcalendar/fullcalendar-worksp…
Browse files Browse the repository at this point in the history
…ace into newrepo
  • Loading branch information
arshaw committed Feb 11, 2024
2 parents 368c10b + 22d6060 commit 1705eed
Show file tree
Hide file tree
Showing 35 changed files with 310 additions and 264 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-buckets-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-turkeys-boil.md

This file was deleted.

16 changes: 8 additions & 8 deletions contrib/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "6.1.10",
"version": "6.1.11",
"versionNote": [
"Keep lib/package.json synced!"
],
Expand All @@ -25,13 +25,13 @@
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/daygrid": "~6.1.10",
"@fullcalendar/interaction": "~6.1.10",
"@fullcalendar/list": "~6.1.10",
"@fullcalendar/resource": "~6.1.10",
"@fullcalendar/resource-timegrid": "~6.1.10",
"@fullcalendar/resource-timeline": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"@fullcalendar/daygrid": "~6.1.11",
"@fullcalendar/interaction": "~6.1.11",
"@fullcalendar/list": "~6.1.11",
"@fullcalendar/resource": "~6.1.11",
"@fullcalendar/resource-timegrid": "~6.1.11",
"@fullcalendar/resource-timeline": "~6.1.11",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
14 changes: 7 additions & 7 deletions contrib/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/react",
"version": "6.1.10",
"version": "6.1.11",
"title": "FullCalendar React Component",
"description": "The official React Component for FullCalendar",
"keywords": [
Expand All @@ -17,19 +17,19 @@
"url": "https://github.com/fullcalendar/fullcalendar-react.git"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"react": "^16.7.0 || ^17 || ^18",
"react-dom": "^16.7.0 || ^17 || ^18"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/daygrid": "~6.1.10",
"@fullcalendar/list": "~6.1.10",
"@fullcalendar/resource": "~6.1.10",
"@fullcalendar/resource-timeline": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"@fullcalendar/daygrid": "~6.1.11",
"@fullcalendar/list": "~6.1.11",
"@fullcalendar/resource": "~6.1.11",
"@fullcalendar/resource-timeline": "~6.1.11",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.3",
Expand Down
14 changes: 7 additions & 7 deletions contrib/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/vue",
"version": "6.1.10",
"version": "6.1.11",
"title": "FullCalendar Vue 2 Component",
"description": "The official Vue 2 component for FullCalendar",
"keywords": [
Expand All @@ -18,19 +18,19 @@
"url": "https://github.com/fullcalendar/fullcalendar-vue2.git"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.8.4",
"@babel/runtime": "^7.12.1",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/daygrid": "~6.1.10",
"@fullcalendar/interaction": "~6.1.10",
"@fullcalendar/resource": "~6.1.10",
"@fullcalendar/resource-timeline": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"@fullcalendar/daygrid": "~6.1.11",
"@fullcalendar/interaction": "~6.1.11",
"@fullcalendar/resource": "~6.1.11",
"@fullcalendar/resource-timeline": "~6.1.11",
"@vue/test-utils": "^1.0.3",
"babel-loader": "^8.1.0",
"concurrently": "^5.3.0",
Expand Down
8 changes: 4 additions & 4 deletions contrib/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/vue3",
"version": "6.1.10",
"version": "6.1.11",
"title": "FullCalendar Vue 3 Component",
"description": "The official Vue 3 component for FullCalendar",
"keywords": [
Expand All @@ -18,12 +18,12 @@
"url": "https://github.com/fullcalendar/fullcalendar-vue.git"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"vue": "^3.0.11"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/daygrid": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"@fullcalendar/daygrid": "~6.1.11",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/test-utils": "next",
"concurrently": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar-monorepos/all",
"version": "6.1.10",
"version": "6.1.11",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@fullcalendar-scripts/standard": "*",
Expand Down
Loading

0 comments on commit 1705eed

Please sign in to comment.