Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Mar 2, 2019
1 parent 9d11042 commit 02c4d66
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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 @@
{
"build/dist/material-ui-pickers.esm.js": {
"bundled": 115392,
"minified": 67034,
"gzipped": 15647,
"bundled": 116591,
"minified": 67636,
"gzipped": 15813,
"treeshaked": {
"rollup": {
"code": 52955,
"code": 53547,
"import_statements": 1273
},
"webpack": {
"code": 60093
"code": 60685
}
}
},
"build/dist/material-ui-pickers.umd.js": {
"bundled": 225005,
"minified": 98396,
"gzipped": 25684
"bundled": 226605,
"minified": 99045,
"gzipped": 25886
},
"build/dist/material-ui-pickers.umd.min.js": {
"bundled": 203962,
"minified": 92093,
"gzipped": 24334
"bundled": 205411,
"minified": 92720,
"gzipped": 24533
}
}
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-pickers",
"version": "2.2.1",
"version": "2.2.2",
"private": true,
"description": "React components, that implements material design pickers for material-ui v1",
"main": "./src/index.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
"build:typescript": "tsc --project tsconfig.json",
"build": "npm run build:typescript && npm run build:bundle && npm run build:copy",
"build:analyze": "npm run build",
"release": "npm run test && npm run build && npm publish build",
"release": "npm run test && npm run build && yarn publish build",
"lint": "tslint --project tsconfig.json"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"start": "yarn workspace docs dev",
"release": "yarn workspace lib release && yarn workspace docs deploy",
"release": "yarn workspace material-ui-pickers release && yarn workspace docs deploy",
"e2e:open": "cypress open",
"e2e:run": "cypress run"
},
Expand Down

0 comments on commit 02c4d66

Please sign in to comment.