Skip to content

Commit 0722456

Browse files
committed
[release] v4.1.2
1 parent c52784d commit 0722456

6 files changed

+93
-80
lines changed

docs/bundle.js

+2-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js.LICENSE.txt

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/**
14+
* A better abstraction over CSS.
15+
*
16+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
17+
* @website https://github.com/cssinjs/jss
18+
* @license MIT
19+
*/
20+
21+
/** @license Material-UI v4.11.2
22+
*
23+
* This source code is licensed under the MIT license found in the
24+
* LICENSE file in the root directory of this source tree.
25+
*/
26+
27+
/** @license React v0.20.2
28+
* scheduler.production.min.js
29+
*
30+
* Copyright (c) Facebook, Inc. and its affiliates.
31+
*
32+
* This source code is licensed under the MIT license found in the
33+
* LICENSE file in the root directory of this source tree.
34+
*/
35+
36+
/** @license React v17.0.2
37+
* react-dom.production.min.js
38+
*
39+
* Copyright (c) Facebook, Inc. and its affiliates.
40+
*
41+
* This source code is licensed under the MIT license found in the
42+
* LICENSE file in the root directory of this source tree.
43+
*/
44+
45+
/** @license React v17.0.2
46+
* react-is.production.min.js
47+
*
48+
* Copyright (c) Facebook, Inc. and its affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/
53+
54+
/** @license React v17.0.2
55+
* react.production.min.js
56+
*
57+
* Copyright (c) Facebook, Inc. and its affiliates.
58+
*
59+
* This source code is licensed under the MIT license found in the
60+
* LICENSE file in the root directory of this source tree.
61+
*/
62+
63+
/**!
64+
* @fileOverview Kickass library to create and place poppers near their reference elements.
65+
* @version 1.16.1-lts
66+
* @license
67+
* Copyright (c) 2016 Federico Zivolo and contributors
68+
*
69+
* Permission is hereby granted, free of charge, to any person obtaining a copy
70+
* of this software and associated documentation files (the "Software"), to deal
71+
* in the Software without restriction, including without limitation the rights
72+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
73+
* copies of the Software, and to permit persons to whom the Software is
74+
* furnished to do so, subject to the following conditions:
75+
*
76+
* The above copyright notice and this permission notice shall be included in all
77+
* copies or substantial portions of the Software.
78+
*
79+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
80+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
81+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
82+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
83+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
84+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
85+
* SOFTWARE.
86+
*/

docs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "material-ui-flat-pagination-demo",
33
"description": "Demo of material-ui-flat-pagination.",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"author": "szmslab <szmslab@gmail.com> (https://github.com/szmslab)",
66
"dependencies": {
77
"@material-ui/core": "^4.11.4",
@@ -31,7 +31,7 @@
3131
"main": "",
3232
"private": true,
3333
"scripts": {
34-
"build": "webpack -p --progress",
34+
"build": "webpack --mode=production --progress",
3535
"devserver": "webpack serve --progress --hot",
3636
"lint": "eslint src/ --ext .ts,.tsx",
3737
"test": "echo \"Error: no test specified\" && exit 1"

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "material-ui-flat-pagination",
33
"description": "A pagination component for Material-UI using Button component.",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"author": "szmslab <szmslab@gmail.com> (https://github.com/szmslab)",
66
"bugs": {
77
"url": "https://github.com/szmslab/material-ui-flat-pagination/issues"

0 commit comments

Comments
 (0)