Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fullcalendar/fullcalendar-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.11
Choose a base ref
...
head repository: fullcalendar/fullcalendar-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.12
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 21, 2024

  1. RELEASING: Releasing 31 package(s)

    Releases:
      @fullcalendar/core@6.1.12
      @fullcalendar/angular@6.1.12
      @fullcalendar/react@6.1.12
      @fullcalendar/vue@6.1.12
      @fullcalendar/vue3@6.1.12
      @fullcalendar/adaptive@6.1.12
      @fullcalendar/premium-common@6.1.12
      @fullcalendar/resource@6.1.12
      @fullcalendar/resource-daygrid@6.1.12
      @fullcalendar/resource-timegrid@6.1.12
      @fullcalendar/resource-timeline@6.1.12
      @fullcalendar/scrollgrid@6.1.12
      @fullcalendar/timeline@6.1.12
      @fullcalendar/bootstrap@6.1.12
      @fullcalendar/bootstrap5@6.1.12
      @fullcalendar/daygrid@6.1.12
      @fullcalendar/google-calendar@6.1.12
      @fullcalendar/icalendar@6.1.12
      @fullcalendar/interaction@6.1.12
      @fullcalendar/list@6.1.12
      @fullcalendar/luxon@6.1.12
      @fullcalendar/luxon2@6.1.12
      @fullcalendar/luxon3@6.1.12
      @fullcalendar/moment@6.1.12
      @fullcalendar/moment-timezone@6.1.12
      @fullcalendar/multimonth@6.1.12
      @fullcalendar/rrule@6.1.12
      @fullcalendar/timegrid@6.1.12
      @fullcalendar/web-component@6.1.12
      fullcalendar@6.1.12
      fullcalendar-scheduler@6.1.12
    arshaw committed May 21, 2024
    Copy the full SHA
    c23aa63 View commit details
Showing with 9 additions and 9 deletions.
  1. +9 −9 package.json
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/react",
"version": "6.1.11",
"version": "6.1.12",
"title": "FullCalendar React Component",
"description": "The official React Component for FullCalendar",
"keywords": [
@@ -17,21 +17,21 @@
"url": "https://github.com/fullcalendar/fullcalendar-react.git"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.11",
"@fullcalendar/core": "~6.1.12",
"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/adaptive": "~6.1.11",
"@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",
"@fullcalendar/timegrid": "~6.1.11",
"@fullcalendar/adaptive": "~6.1.12",
"@fullcalendar/core": "~6.1.12",
"@fullcalendar/daygrid": "~6.1.12",
"@fullcalendar/list": "~6.1.12",
"@fullcalendar/resource": "~6.1.12",
"@fullcalendar/resource-timeline": "~6.1.12",
"@fullcalendar/timegrid": "~6.1.12",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.3",