Skip to content

Commit fe79de0

Browse files
chore: Release (material-components#5609)
1 parent 38e6a7c commit fe79de0

File tree

77 files changed

+437
-423
lines changed

Some content is hidden

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

77 files changed

+437
-423
lines changed

lerna.json

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

package-lock.json

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

packages/mdc-animation/package-lock.json

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

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": "4.0.0",
4+
"version": "5.0.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",

packages/mdc-auto-init/package-lock.json

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

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": "4.0.0",
4+
"version": "5.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": "^4.0.0",
16+
"@material/base": "^5.0.0",
1717
"tslib": "^1.9.3"
1818
}
1919
}

packages/mdc-base/package-lock.json

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

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": "4.0.0",
4+
"version": "5.0.0",
55
"license": "MIT",
66
"main": "dist/mdc.base.js",
77
"module": "index.js",

packages/mdc-button/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/button",
33
"description": "The Material Components for the web button component",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -14,14 +14,14 @@
1414
"directory": "packages/mdc-button"
1515
},
1616
"dependencies": {
17-
"@material/density": "^4.0.0",
18-
"@material/elevation": "^4.0.0",
19-
"@material/feature-targeting": "^4.0.0",
20-
"@material/ripple": "^4.0.0",
21-
"@material/rtl": "^4.0.0",
22-
"@material/shape": "^4.0.0",
23-
"@material/theme": "^4.0.0",
24-
"@material/touch-target": "^4.0.0",
25-
"@material/typography": "^4.0.0"
17+
"@material/density": "^5.0.0",
18+
"@material/elevation": "^5.0.0",
19+
"@material/feature-targeting": "^5.0.0",
20+
"@material/ripple": "^5.0.0",
21+
"@material/rtl": "^5.0.0",
22+
"@material/shape": "^5.0.0",
23+
"@material/theme": "^5.0.0",
24+
"@material/touch-target": "^5.0.0",
25+
"@material/typography": "^5.0.0"
2626
}
2727
}

packages/mdc-card/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/card",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "The Material Components for the web card component",
55
"license": "MIT",
66
"keywords": [
@@ -14,11 +14,11 @@
1414
"directory": "packages/mdc-card"
1515
},
1616
"dependencies": {
17-
"@material/elevation": "^4.0.0",
18-
"@material/feature-targeting": "^4.0.0",
19-
"@material/ripple": "^4.0.0",
20-
"@material/rtl": "^4.0.0",
21-
"@material/shape": "^4.0.0",
22-
"@material/theme": "^4.0.0"
17+
"@material/elevation": "^5.0.0",
18+
"@material/feature-targeting": "^5.0.0",
19+
"@material/ripple": "^5.0.0",
20+
"@material/rtl": "^5.0.0",
21+
"@material/shape": "^5.0.0",
22+
"@material/theme": "^5.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)