Skip to content

Commit 8fcbb00

Browse files
committed
chore: Publish
1 parent dd54a0f commit 8fcbb00

File tree

48 files changed

+500
-340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+500
-340
lines changed

CHANGELOG.md

+135
Large diffs are not rendered by default.

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.0",
2+
"version": "4.0.0",
33
"command": {
44
"version": {
55
"conventionalCommits": true

package-lock.json

+39-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+45-45
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "material-components-web",
33
"description": "Modular and customizable Material Design UI components for the web",
4-
"version": "3.2.0",
4+
"version": "4.0.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -17,49 +17,49 @@
1717
"directory": "packages/material-components-web"
1818
},
1919
"dependencies": {
20-
"@material/animation": "^3.1.0",
21-
"@material/auto-init": "^3.1.0",
22-
"@material/base": "^3.1.0",
23-
"@material/button": "^3.2.0",
24-
"@material/card": "^3.2.0",
25-
"@material/checkbox": "^3.2.0",
26-
"@material/chips": "^3.2.0",
27-
"@material/data-table": "^3.2.0",
28-
"@material/density": "^0.0.0",
29-
"@material/dialog": "^3.2.0",
30-
"@material/dom": "^3.1.0",
31-
"@material/drawer": "^3.2.0",
32-
"@material/elevation": "^3.1.0",
33-
"@material/fab": "^3.2.0",
34-
"@material/feature-targeting": "^3.1.0",
35-
"@material/floating-label": "^3.2.0",
36-
"@material/form-field": "^3.2.0",
37-
"@material/grid-list": "^3.2.0",
38-
"@material/icon-button": "^3.2.0",
39-
"@material/image-list": "^3.1.0",
40-
"@material/layout-grid": "^3.1.0",
41-
"@material/line-ripple": "^3.1.0",
42-
"@material/linear-progress": "^3.2.0",
43-
"@material/list": "^3.2.0",
44-
"@material/menu": "^3.2.0",
45-
"@material/menu-surface": "^3.2.0",
46-
"@material/notched-outline": "^3.2.0",
47-
"@material/radio": "^3.2.0",
48-
"@material/ripple": "^3.2.0",
49-
"@material/rtl": "^3.2.0",
50-
"@material/select": "^3.2.0",
51-
"@material/shape": "^3.1.0",
52-
"@material/slider": "^3.2.0",
53-
"@material/snackbar": "^3.2.0",
54-
"@material/switch": "^3.2.0",
55-
"@material/tab": "^3.2.0",
56-
"@material/tab-bar": "^3.2.0",
57-
"@material/tab-indicator": "^3.1.0",
58-
"@material/tab-scroller": "^3.2.0",
59-
"@material/textfield": "^3.2.0",
60-
"@material/theme": "^3.1.0",
61-
"@material/top-app-bar": "^3.2.0",
62-
"@material/touch-target": "0.0.0",
63-
"@material/typography": "^3.1.0"
20+
"@material/animation": "^4.0.0",
21+
"@material/auto-init": "^4.0.0",
22+
"@material/base": "^4.0.0",
23+
"@material/button": "^4.0.0",
24+
"@material/card": "^4.0.0",
25+
"@material/checkbox": "^4.0.0",
26+
"@material/chips": "^4.0.0",
27+
"@material/data-table": "^4.0.0",
28+
"@material/density": "^4.0.0",
29+
"@material/dialog": "^4.0.0",
30+
"@material/dom": "^4.0.0",
31+
"@material/drawer": "^4.0.0",
32+
"@material/elevation": "^4.0.0",
33+
"@material/fab": "^4.0.0",
34+
"@material/feature-targeting": "^4.0.0",
35+
"@material/floating-label": "^4.0.0",
36+
"@material/form-field": "^4.0.0",
37+
"@material/grid-list": "^4.0.0",
38+
"@material/icon-button": "^4.0.0",
39+
"@material/image-list": "^4.0.0",
40+
"@material/layout-grid": "^4.0.0",
41+
"@material/line-ripple": "^4.0.0",
42+
"@material/linear-progress": "^4.0.0",
43+
"@material/list": "^4.0.0",
44+
"@material/menu": "^4.0.0",
45+
"@material/menu-surface": "^4.0.0",
46+
"@material/notched-outline": "^4.0.0",
47+
"@material/radio": "^4.0.0",
48+
"@material/ripple": "^4.0.0",
49+
"@material/rtl": "^4.0.0",
50+
"@material/select": "^4.0.0",
51+
"@material/shape": "^4.0.0",
52+
"@material/slider": "^4.0.0",
53+
"@material/snackbar": "^4.0.0",
54+
"@material/switch": "^4.0.0",
55+
"@material/tab": "^4.0.0",
56+
"@material/tab-bar": "^4.0.0",
57+
"@material/tab-indicator": "^4.0.0",
58+
"@material/tab-scroller": "^4.0.0",
59+
"@material/textfield": "^4.0.0",
60+
"@material/theme": "^4.0.0",
61+
"@material/top-app-bar": "^4.0.0",
62+
"@material/touch-target": "^4.0.0",
63+
"@material/typography": "^4.0.0"
6464
}
6565
}

packages/mdc-animation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/animation",
33
"description": "Animation Variables and Mixins used by Material Components for the web",
4-
"version": "3.1.0",
4+
"version": "4.0.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",

packages/mdc-auto-init/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/auto-init",
33
"description": "Declarative, easy-to-use auto-initialization for Material Components for the web",
4-
"version": "3.1.0",
4+
"version": "4.0.0",
55
"main": "dist/mdc.autoInit.js",
66
"module": "index.js",
77
"sideEffects": false,
@@ -13,7 +13,7 @@
1313
"directory": "packages/mdc-auto-init"
1414
},
1515
"dependencies": {
16-
"@material/base": "^3.1.0",
16+
"@material/base": "^4.0.0",
1717
"tslib": "^1.9.3"
1818
}
1919
}

packages/mdc-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/base",
33
"description": "The set of base classes for Material Components for the web",
4-
"version": "3.1.0",
4+
"version": "4.0.0",
55
"license": "MIT",
66
"main": "dist/mdc.base.js",
77
"module": "index.js",

0 commit comments

Comments
 (0)