Skip to content

Commit 2cf8745

Browse files
Merge pull request material-components#5617 from material-components:chore/release
PiperOrigin-RevId: 297189985
2 parents 265ecba + fbdd397 commit 2cf8745

File tree

77 files changed

+369
-369
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

+369
-369
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.0",
2+
"version": "5.1.0",
33
"command": {
44
"version": {
55
"conventionalCommits": true
+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": "5.0.0",
4+
"version": "5.1.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": "^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"
20+
"@material/animation": "^5.1.0",
21+
"@material/auto-init": "^5.1.0",
22+
"@material/base": "^5.1.0",
23+
"@material/button": "^5.1.0",
24+
"@material/card": "^5.1.0",
25+
"@material/checkbox": "^5.1.0",
26+
"@material/chips": "^5.1.0",
27+
"@material/data-table": "^5.1.0",
28+
"@material/density": "^5.1.0",
29+
"@material/dialog": "^5.1.0",
30+
"@material/dom": "^5.1.0",
31+
"@material/drawer": "^5.1.0",
32+
"@material/elevation": "^5.1.0",
33+
"@material/fab": "^5.1.0",
34+
"@material/feature-targeting": "^5.1.0",
35+
"@material/floating-label": "^5.1.0",
36+
"@material/form-field": "^5.1.0",
37+
"@material/icon-button": "^5.1.0",
38+
"@material/image-list": "^5.1.0",
39+
"@material/layout-grid": "^5.1.0",
40+
"@material/line-ripple": "^5.1.0",
41+
"@material/linear-progress": "^5.1.0",
42+
"@material/list": "^5.1.0",
43+
"@material/menu": "^5.1.0",
44+
"@material/menu-surface": "^5.1.0",
45+
"@material/notched-outline": "^5.1.0",
46+
"@material/radio": "^5.1.0",
47+
"@material/ripple": "^5.1.0",
48+
"@material/rtl": "^5.1.0",
49+
"@material/select": "^5.1.0",
50+
"@material/shape": "^5.1.0",
51+
"@material/slider": "^5.1.0",
52+
"@material/snackbar": "^5.1.0",
53+
"@material/switch": "^5.1.0",
54+
"@material/tab": "^5.1.0",
55+
"@material/tab-bar": "^5.1.0",
56+
"@material/tab-indicator": "^5.1.0",
57+
"@material/tab-scroller": "^5.1.0",
58+
"@material/textfield": "^5.1.0",
59+
"@material/theme": "^5.1.0",
60+
"@material/top-app-bar": "^5.1.0",
61+
"@material/touch-target": "^5.1.0",
62+
"@material/typography": "^5.1.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": "5.0.0",
4+
"version": "5.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",

packages/mdc-auto-init/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-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": "5.0.0",
4+
"version": "5.1.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": "^5.0.0",
16+
"@material/base": "^5.1.0",
1717
"tslib": "^1.9.3"
1818
}
1919
}

packages/mdc-base/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-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": "5.0.0",
4+
"version": "5.1.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": "5.0.0",
4+
"version": "5.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -14,14 +14,14 @@
1414
"directory": "packages/mdc-button"
1515
},
1616
"dependencies": {
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"
17+
"@material/density": "^5.1.0",
18+
"@material/elevation": "^5.1.0",
19+
"@material/feature-targeting": "^5.1.0",
20+
"@material/ripple": "^5.1.0",
21+
"@material/rtl": "^5.1.0",
22+
"@material/shape": "^5.1.0",
23+
"@material/theme": "^5.1.0",
24+
"@material/touch-target": "^5.1.0",
25+
"@material/typography": "^5.1.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": "5.0.0",
3+
"version": "5.1.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": "^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"
17+
"@material/elevation": "^5.1.0",
18+
"@material/feature-targeting": "^5.1.0",
19+
"@material/ripple": "^5.1.0",
20+
"@material/rtl": "^5.1.0",
21+
"@material/shape": "^5.1.0",
22+
"@material/theme": "^5.1.0"
2323
}
2424
}

packages/mdc-checkbox/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-checkbox/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/checkbox",
33
"description": "The Material Components for the web checkbox component",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -18,14 +18,14 @@
1818
"directory": "packages/mdc-checkbox"
1919
},
2020
"dependencies": {
21-
"@material/animation": "^5.0.0",
22-
"@material/base": "^5.0.0",
23-
"@material/density": "^5.0.0",
24-
"@material/dom": "^5.0.0",
25-
"@material/feature-targeting": "^5.0.0",
26-
"@material/ripple": "^5.0.0",
27-
"@material/theme": "^5.0.0",
28-
"@material/touch-target": "^5.0.0",
21+
"@material/animation": "^5.1.0",
22+
"@material/base": "^5.1.0",
23+
"@material/density": "^5.1.0",
24+
"@material/dom": "^5.1.0",
25+
"@material/feature-targeting": "^5.1.0",
26+
"@material/ripple": "^5.1.0",
27+
"@material/theme": "^5.1.0",
28+
"@material/touch-target": "^5.1.0",
2929
"tslib": "^1.9.3"
3030
}
3131
}

packages/mdc-chips/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-chips/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/chips",
33
"description": "The Material Components for the Web chips component",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"license": "MIT",
66
"main": "dist/mdc.chips.js",
77
"module": "index.js",
@@ -21,19 +21,19 @@
2121
"access": "public"
2222
},
2323
"dependencies": {
24-
"@material/animation": "^5.0.0",
25-
"@material/base": "^5.0.0",
26-
"@material/checkbox": "^5.0.0",
27-
"@material/density": "^5.0.0",
28-
"@material/dom": "^5.0.0",
29-
"@material/elevation": "^5.0.0",
30-
"@material/feature-targeting": "^5.0.0",
31-
"@material/ripple": "^5.0.0",
32-
"@material/rtl": "^5.0.0",
33-
"@material/shape": "^5.0.0",
34-
"@material/theme": "^5.0.0",
35-
"@material/touch-target": "^5.0.0",
36-
"@material/typography": "^5.0.0",
24+
"@material/animation": "^5.1.0",
25+
"@material/base": "^5.1.0",
26+
"@material/checkbox": "^5.1.0",
27+
"@material/density": "^5.1.0",
28+
"@material/dom": "^5.1.0",
29+
"@material/elevation": "^5.1.0",
30+
"@material/feature-targeting": "^5.1.0",
31+
"@material/ripple": "^5.1.0",
32+
"@material/rtl": "^5.1.0",
33+
"@material/shape": "^5.1.0",
34+
"@material/theme": "^5.1.0",
35+
"@material/touch-target": "^5.1.0",
36+
"@material/typography": "^5.1.0",
3737
"tslib": "^1.9.3"
3838
}
3939
}

packages/mdc-data-table/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-data-table/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/data-table",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "The Material Components Web data table component",
55
"license": "MIT",
66
"keywords": [
@@ -17,17 +17,17 @@
1717
"url": "https://github.com/material-components/material-components-web.git"
1818
},
1919
"dependencies": {
20-
"@material/animation": "^5.0.0",
21-
"@material/base": "^5.0.0",
22-
"@material/checkbox": "^5.0.0",
23-
"@material/density": "^5.0.0",
24-
"@material/dom": "^5.0.0",
25-
"@material/elevation": "^5.0.0",
26-
"@material/feature-targeting": "^5.0.0",
27-
"@material/rtl": "^5.0.0",
28-
"@material/shape": "^5.0.0",
29-
"@material/theme": "^5.0.0",
30-
"@material/typography": "^5.0.0",
20+
"@material/animation": "^5.1.0",
21+
"@material/base": "^5.1.0",
22+
"@material/checkbox": "^5.1.0",
23+
"@material/density": "^5.1.0",
24+
"@material/dom": "^5.1.0",
25+
"@material/elevation": "^5.1.0",
26+
"@material/feature-targeting": "^5.1.0",
27+
"@material/rtl": "^5.1.0",
28+
"@material/shape": "^5.1.0",
29+
"@material/theme": "^5.1.0",
30+
"@material/typography": "^5.1.0",
3131
"tslib": "^1.10.0"
3232
},
3333
"publishConfig": {

packages/mdc-density/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/density",
33
"description": "Density utilities for Material Components for the web",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",

packages/mdc-dialog/package-lock.json

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

0 commit comments

Comments
 (0)