From 647013800d0f94bae8732674bfe8f552fd20a4f7 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Tue, 4 Aug 2020 12:22:52 +0300 Subject: [PATCH] v4.0.0-alpha.12 --- lib/.size-snapshot.json | 22 +++++++++++----------- lib/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/.size-snapshot.json b/lib/.size-snapshot.json index f4776589a..6adf51dfc 100644 --- a/lib/.size-snapshot.json +++ b/lib/.size-snapshot.json @@ -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 } } diff --git a/lib/package.json b/lib/package.json index d501daf30..b140a7f98 100644 --- a/lib/package.json +++ b/lib/package.json @@ -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",