Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jan 10, 2019
1 parent 210ccfa commit 44a34ff
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.0.5",
"version": "2.1.0",
"private": true,
"dependencies": {
"@date-io/core": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions docs/src/patrons.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"deviantart": null,
"discord": null,
"facebook": null,
"reddit": null,
"reddit": { "url": "https://www.reddit.com/u/oliviertassinari", "user_id": "t2_x0klq" },
"spotify": null,
"twitch": null,
"twitter": null,
"youtube": null
},
"thumb_url": "https://c10.patreonusercontent.com/3/eyJoIjoxMDAsInciOjEwMH0%3D/patreon-media/p/user/1003328/2a4cb816e19644b09a8fdb6ebecc9c50/1?token-time=2145916800&token-hash=oNRQ9Iavfo7uMWKD4Nv0KZ265oFU1daoy7oqZlvH8BQ%3D",
"thumb_url": "https://c10.patreonusercontent.com/3/eyJ3IjoyMDB9/patreon-media/p/user/1003328/2a4cb816e19644b09a8fdb6ebecc9c50/1?token-time=2145916800&token-hash=0DiJJn-f5LwYfD7yO9lOTXY7xzn0X3DTDjEDzCzpN0g%3D",
"twitch": null,
"twitter": "olivtassinari",
"url": "https://www.patreon.com/oliviertassinari",
Expand Down Expand Up @@ -50,7 +50,7 @@
"twitter": null,
"youtube": null
},
"thumb_url": "https://c10.patreonusercontent.com/3/eyJoIjoxMDAsInciOjEwMH0%3D/patreon-media/p/user/11934057/26f642fffedb4c6197f2dc318c00aafa/1?token-time=2145916800&token-hash=rJqG8xl-8Dz_W2zJLz3sR6Cj7AP2QsnwFLkbw5R2pgs%3D",
"thumb_url": "https://c10.patreonusercontent.com/3/eyJ3IjoyMDB9/patreon-media/p/user/11934057/26f642fffedb4c6197f2dc318c00aafa/1?token-time=2145916800&token-hash=e_Oz096kXeRvqz-xpdU6tRsyhQMIUP3SKrmUGe_ty-E%3D",
"twitch": null,
"twitter": null,
"url": "https://www.patreon.com/P4ulBr4ndt",
Expand Down Expand Up @@ -79,7 +79,7 @@
"twitter": null,
"youtube": null
},
"thumb_url": "https://c8.patreon.com/2/100/12676333",
"thumb_url": "https://c8.patreon.com/2/200/12676333",
"twitch": null,
"twitter": null,
"url": "https://www.patreon.com/mohamedirvine",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/prop-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
"type": { "name": "boolean" }
},
"showTabs": {
"defaultValue": null,
"defaultValue": { "value": "true" },
"description": "Show or hide tabs switching between date and time",
"name": "showTabs",
"parent": {
Expand Down
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": 106370,
"minified": 62077,
"gzipped": 14537,
"bundled": 105850,
"minified": 61611,
"gzipped": 14494,
"treeshaked": {
"rollup": {
"code": 48166,
"code": 48239,
"import_statements": 1323
},
"webpack": {
"code": 55154
"code": 55233
}
}
},
"build/dist/material-ui-pickers.umd.js": {
"bundled": 220351,
"minified": 95434,
"gzipped": 25457
"bundled": 219608,
"minified": 94966,
"gzipped": 25370
},
"build/dist/material-ui-pickers.umd.min.js": {
"bundled": 199685,
"minified": 89206,
"gzipped": 24135
"bundled": 199836,
"minified": 89281,
"gzipped": 24151
}
}
2 changes: 1 addition & 1 deletion lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-pickers",
"version": "2.0.5",
"version": "2.1.0",
"private": true,
"description": "React components, that implements material design pickers for material-ui v1",
"main": "build/dist/material-ui-pickers.cjs.js",
Expand Down

0 comments on commit 44a34ff

Please sign in to comment.