Skip to content

Commit

Permalink
Merge pull request #15 from mikeyyyzhao/kenny/v0-33-55
Browse files Browse the repository at this point in the history
Fix version number and update size snapshot
  • Loading branch information
kenny-vimcal authored Mar 27, 2024
2 parents 2fb3c15 + ad22781 commit 0ecfed7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0ecfed7

Please sign in to comment.