Skip to content

Commit

Permalink
v4.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 4, 2020
1 parent 6d9b428 commit 6470138
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions lib/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"material-ui-pickers.esm.js": {
"bundled": 207515,
"minified": 110094,
"gzipped": 28162,
"bundled": 209224,
"minified": 110237,
"gzipped": 28323,
"treeshaked": {
"rollup": {
"code": 89152,
"code": 89207,
"import_statements": 2087
},
"webpack": {
"code": 98860
"code": 98915
}
}
},
"material-ui-pickers.umd.js": {
"bundled": 321075,
"minified": 123998,
"gzipped": 34875
"bundled": 322787,
"minified": 124100,
"gzipped": 35010
},
"material-ui-pickers.umd.min.js": {
"bundled": 276181,
"minified": 114203,
"gzipped": 32060
"bundled": 277744,
"minified": 114262,
"gzipped": 32199
}
}
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"build:typescript": "tsc --project tsconfig.json && tsc -p tsconfig.adapters.json",
"build": "yarn build:typescript && yarn build:bundle && yarn build:prepare-files",
"build:analyze": "yarn build",
"release": "yarn build && yarn publish --non-interactive --tag next build"
"release": "yarn build && yarn publish --tag -f next build"
},
"devDependencies": {
"@babel/core": "^7.9.6",
Expand Down

1 comment on commit 6470138

@vercel
Copy link

@vercel vercel bot commented on 6470138 Aug 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.