From ad22781f01695d0b7b5c41c9f44cab1023ceff92 Mon Sep 17 00:00:00 2001 From: Kenny Fitzgerald Date: Wed, 27 Mar 2024 16:14:57 -0400 Subject: [PATCH] Fix version number --- .size-snapshot.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.size-snapshot.json b/.size-snapshot.json index cdf01276a..ace0b32be 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -1,25 +1,25 @@ { "./dist/react-big-calendar.js": { - "bundled": 547707, - "minified": 169199, - "gzipped": 52052 + "bundled": 551479, + "minified": 170466, + "gzipped": 52518 }, "./dist/react-big-calendar.min.js": { - "bundled": 475575, - "minified": 147368, - "gzipped": 46202 + "bundled": 477878, + "minified": 148097, + "gzipped": 46500 }, "dist/react-big-calendar.esm.js": { - "bundled": 228540, - "minified": 103040, - "gzipped": 25649, + "bundled": 229323, + "minified": 103220, + "gzipped": 25729, "treeshaked": { "rollup": { - "code": 64960, + "code": 65109, "import_statements": 1458 }, "webpack": { - "code": 68470 + "code": 68619 } } } diff --git a/package.json b/package.json index 6e3435019..a0b1acea4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rbc-fork-react-big-calendar", - "version": "0.33.52", + "version": "0.33.55", "description": "Calendar! with events", "author": { "name": "Jason Quense",