Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 633a9fc

Browse files
github-actions[bot]Material Web Teamjoyzhong
authored
chore: Release (#6725)
Co-authored-by: Material Web Team <[email protected]> Co-authored-by: Joy Zhong <[email protected]>
1 parent 533092a commit 633a9fc

File tree

51 files changed

+502
-399
lines changed

Some content is hidden

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

51 files changed

+502
-399
lines changed

CHANGELOG.md

Lines changed: 105 additions & 0 deletions
Large diffs are not rendered by default.

lerna.json

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

packages/mdc-animation/package.json

Lines changed: 1 addition & 1 deletion
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": "9.0.0",
4+
"version": "10.0.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",

packages/mdc-auto-init/package.json

Lines changed: 2 additions & 2 deletions
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": "9.0.0",
4+
"version": "10.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": "^9.0.0",
16+
"@material/base": "^10.0.0",
1717
"tslib": "^1.9.3"
1818
}
1919
}

packages/mdc-banner/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/banner",
33
"description": "The Material Components Web banner component.",
4-
"version": "9.0.0",
4+
"version": "10.0.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -18,15 +18,15 @@
1818
"directory": "packages/mdc-banner"
1919
},
2020
"dependencies": {
21-
"@material/base": "^9.0.0",
22-
"@material/button": "^9.0.0",
23-
"@material/dom": "^9.0.0",
24-
"@material/feature-targeting": "^9.0.0",
25-
"@material/ripple": "^9.0.0",
26-
"@material/rtl": "^9.0.0",
27-
"@material/shape": "^9.0.0",
28-
"@material/theme": "^9.0.0",
29-
"@material/typography": "^9.0.0",
21+
"@material/base": "^10.0.0",
22+
"@material/button": "^10.0.0",
23+
"@material/dom": "^10.0.0",
24+
"@material/feature-targeting": "^10.0.0",
25+
"@material/ripple": "^10.0.0",
26+
"@material/rtl": "^10.0.0",
27+
"@material/shape": "^10.0.0",
28+
"@material/theme": "^10.0.0",
29+
"@material/typography": "^10.0.0",
3030
"tslib": "^1.9.3"
3131
},
3232
"publishConfig": {

packages/mdc-base/package.json

Lines changed: 1 addition & 1 deletion
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": "9.0.0",
4+
"version": "10.0.0",
55
"license": "MIT",
66
"main": "dist/mdc.base.js",
77
"module": "index.js",

packages/mdc-button/package.json

Lines changed: 11 additions & 11 deletions
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": "9.0.0",
4+
"version": "10.0.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -15,15 +15,15 @@
1515
},
1616
"sideEffects": false,
1717
"dependencies": {
18-
"@material/density": "^9.0.0",
19-
"@material/dom": "^9.0.0",
20-
"@material/elevation": "^9.0.0",
21-
"@material/feature-targeting": "^9.0.0",
22-
"@material/ripple": "^9.0.0",
23-
"@material/rtl": "^9.0.0",
24-
"@material/shape": "^9.0.0",
25-
"@material/theme": "^9.0.0",
26-
"@material/touch-target": "^9.0.0",
27-
"@material/typography": "^9.0.0"
18+
"@material/density": "^10.0.0",
19+
"@material/dom": "^10.0.0",
20+
"@material/elevation": "^10.0.0",
21+
"@material/feature-targeting": "^10.0.0",
22+
"@material/ripple": "^10.0.0",
23+
"@material/rtl": "^10.0.0",
24+
"@material/shape": "^10.0.0",
25+
"@material/theme": "^10.0.0",
26+
"@material/touch-target": "^10.0.0",
27+
"@material/typography": "^10.0.0"
2828
}
2929
}

packages/mdc-card/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/card",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "The Material Components for the web card component",
55
"license": "MIT",
66
"keywords": [
@@ -15,12 +15,12 @@
1515
},
1616
"sideEffects": false,
1717
"dependencies": {
18-
"@material/dom": "^9.0.0",
19-
"@material/elevation": "^9.0.0",
20-
"@material/feature-targeting": "^9.0.0",
21-
"@material/ripple": "^9.0.0",
22-
"@material/rtl": "^9.0.0",
23-
"@material/shape": "^9.0.0",
24-
"@material/theme": "^9.0.0"
18+
"@material/dom": "^10.0.0",
19+
"@material/elevation": "^10.0.0",
20+
"@material/feature-targeting": "^10.0.0",
21+
"@material/ripple": "^10.0.0",
22+
"@material/rtl": "^10.0.0",
23+
"@material/shape": "^10.0.0",
24+
"@material/theme": "^10.0.0"
2525
}
2626
}

packages/mdc-checkbox/package.json

Lines changed: 9 additions & 9 deletions
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": "9.0.0",
4+
"version": "10.0.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -18,14 +18,14 @@
1818
"directory": "packages/mdc-checkbox"
1919
},
2020
"dependencies": {
21-
"@material/animation": "^9.0.0",
22-
"@material/base": "^9.0.0",
23-
"@material/density": "^9.0.0",
24-
"@material/dom": "^9.0.0",
25-
"@material/feature-targeting": "^9.0.0",
26-
"@material/ripple": "^9.0.0",
27-
"@material/theme": "^9.0.0",
28-
"@material/touch-target": "^9.0.0",
21+
"@material/animation": "^10.0.0",
22+
"@material/base": "^10.0.0",
23+
"@material/density": "^10.0.0",
24+
"@material/dom": "^10.0.0",
25+
"@material/feature-targeting": "^10.0.0",
26+
"@material/ripple": "^10.0.0",
27+
"@material/theme": "^10.0.0",
28+
"@material/touch-target": "^10.0.0",
2929
"tslib": "^1.9.3"
3030
}
3131
}

packages/mdc-chips/package.json

Lines changed: 14 additions & 14 deletions
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": "9.0.0",
4+
"version": "10.0.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": "^9.0.0",
25-
"@material/base": "^9.0.0",
26-
"@material/checkbox": "^9.0.0",
27-
"@material/density": "^9.0.0",
28-
"@material/dom": "^9.0.0",
29-
"@material/elevation": "^9.0.0",
30-
"@material/feature-targeting": "^9.0.0",
31-
"@material/ripple": "^9.0.0",
32-
"@material/rtl": "^9.0.0",
33-
"@material/shape": "^9.0.0",
34-
"@material/theme": "^9.0.0",
35-
"@material/touch-target": "^9.0.0",
36-
"@material/typography": "^9.0.0",
24+
"@material/animation": "^10.0.0",
25+
"@material/base": "^10.0.0",
26+
"@material/checkbox": "^10.0.0",
27+
"@material/density": "^10.0.0",
28+
"@material/dom": "^10.0.0",
29+
"@material/elevation": "^10.0.0",
30+
"@material/feature-targeting": "^10.0.0",
31+
"@material/ripple": "^10.0.0",
32+
"@material/rtl": "^10.0.0",
33+
"@material/shape": "^10.0.0",
34+
"@material/theme": "^10.0.0",
35+
"@material/touch-target": "^10.0.0",
36+
"@material/typography": "^10.0.0",
3737
"tslib": "^1.9.3"
3838
}
3939
}

packages/mdc-circular-progress/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/circular-progress",
33
"description": "The Material Components for the web circular progress component",
4-
"version": "9.0.0",
4+
"version": "10.0.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -18,11 +18,11 @@
1818
"directory": "packages/mdc-circular-progress"
1919
},
2020
"dependencies": {
21-
"@material/animation": "^9.0.0",
22-
"@material/base": "^9.0.0",
23-
"@material/feature-targeting": "^9.0.0",
24-
"@material/progress-indicator": "^9.0.0",
25-
"@material/theme": "^9.0.0",
21+
"@material/animation": "^10.0.0",
22+
"@material/base": "^10.0.0",
23+
"@material/feature-targeting": "^10.0.0",
24+
"@material/progress-indicator": "^10.0.0",
25+
"@material/theme": "^10.0.0",
2626
"tslib": "^1.9.3"
2727
}
2828
}

packages/mdc-data-table/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/data-table",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "The Material Components Web data table component",
55
"license": "MIT",
66
"keywords": [
@@ -17,23 +17,23 @@
1717
"url": "https://github.com/material-components/material-components-web.git"
1818
},
1919
"dependencies": {
20-
"@material/animation": "^9.0.0",
21-
"@material/base": "^9.0.0",
22-
"@material/checkbox": "^9.0.0",
23-
"@material/density": "^9.0.0",
24-
"@material/dom": "^9.0.0",
25-
"@material/elevation": "^9.0.0",
26-
"@material/feature-targeting": "^9.0.0",
27-
"@material/icon-button": "^9.0.0",
28-
"@material/linear-progress": "^9.0.0",
29-
"@material/list": "^9.0.0",
30-
"@material/menu": "^9.0.0",
31-
"@material/rtl": "^9.0.0",
32-
"@material/select": "^9.0.0",
33-
"@material/shape": "^9.0.0",
34-
"@material/theme": "^9.0.0",
35-
"@material/touch-target": "^9.0.0",
36-
"@material/typography": "^9.0.0",
20+
"@material/animation": "^10.0.0",
21+
"@material/base": "^10.0.0",
22+
"@material/checkbox": "^10.0.0",
23+
"@material/density": "^10.0.0",
24+
"@material/dom": "^10.0.0",
25+
"@material/elevation": "^10.0.0",
26+
"@material/feature-targeting": "^10.0.0",
27+
"@material/icon-button": "^10.0.0",
28+
"@material/linear-progress": "^10.0.0",
29+
"@material/list": "^10.0.0",
30+
"@material/menu": "^10.0.0",
31+
"@material/rtl": "^10.0.0",
32+
"@material/select": "^10.0.0",
33+
"@material/shape": "^10.0.0",
34+
"@material/theme": "^10.0.0",
35+
"@material/touch-target": "^10.0.0",
36+
"@material/typography": "^10.0.0",
3737
"tslib": "^1.10.0"
3838
},
3939
"publishConfig": {

0 commit comments

Comments
 (0)