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

Commit ae85f7e

Browse files
github-actions[bot]Material Web Team
andauthored
chore: Release (#7012)
Co-authored-by: Material Web Team <[email protected]>
1 parent 22f390c commit ae85f7e

File tree

52 files changed

+552
-410
lines changed

Some content is hidden

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

52 files changed

+552
-410
lines changed

CHANGELOG.md

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

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": "11.0.0",
4+
"version": "12.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": "11.0.0",
4+
"version": "12.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": "^11.0.0",
16+
"@material/base": "^12.0.0",
1717
"tslib": "^2.1.0"
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": "11.0.0",
4+
"version": "12.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": "^11.0.0",
22-
"@material/button": "^11.0.0",
23-
"@material/dom": "^11.0.0",
24-
"@material/feature-targeting": "^11.0.0",
25-
"@material/ripple": "^11.0.0",
26-
"@material/rtl": "^11.0.0",
27-
"@material/shape": "^11.0.0",
28-
"@material/theme": "^11.0.0",
29-
"@material/typography": "^11.0.0",
21+
"@material/base": "^12.0.0",
22+
"@material/button": "^12.0.0",
23+
"@material/dom": "^12.0.0",
24+
"@material/feature-targeting": "^12.0.0",
25+
"@material/ripple": "^12.0.0",
26+
"@material/rtl": "^12.0.0",
27+
"@material/shape": "^12.0.0",
28+
"@material/theme": "^12.0.0",
29+
"@material/typography": "^12.0.0",
3030
"tslib": "^2.1.0"
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": "11.0.0",
4+
"version": "12.0.0",
55
"license": "MIT",
66
"main": "dist/mdc.base.js",
77
"module": "index.js",

packages/mdc-button/package.json

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

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": "11.0.0",
3+
"version": "12.0.0",
44
"description": "The Material Components for the web card component",
55
"license": "MIT",
66
"keywords": [
@@ -15,13 +15,13 @@
1515
},
1616
"sideEffects": false,
1717
"dependencies": {
18-
"@material/dom": "^11.0.0",
19-
"@material/elevation": "^11.0.0",
20-
"@material/feature-targeting": "^11.0.0",
21-
"@material/ripple": "^11.0.0",
22-
"@material/rtl": "^11.0.0",
23-
"@material/shape": "^11.0.0",
24-
"@material/theme": "^11.0.0",
18+
"@material/dom": "^12.0.0",
19+
"@material/elevation": "^12.0.0",
20+
"@material/feature-targeting": "^12.0.0",
21+
"@material/ripple": "^12.0.0",
22+
"@material/rtl": "^12.0.0",
23+
"@material/shape": "^12.0.0",
24+
"@material/theme": "^12.0.0",
2525
"tslib": "^2.1.0"
2626
}
2727
}

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": "11.0.0",
4+
"version": "12.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": "^11.0.0",
22-
"@material/base": "^11.0.0",
23-
"@material/density": "^11.0.0",
24-
"@material/dom": "^11.0.0",
25-
"@material/feature-targeting": "^11.0.0",
26-
"@material/ripple": "^11.0.0",
27-
"@material/theme": "^11.0.0",
28-
"@material/touch-target": "^11.0.0",
21+
"@material/animation": "^12.0.0",
22+
"@material/base": "^12.0.0",
23+
"@material/density": "^12.0.0",
24+
"@material/dom": "^12.0.0",
25+
"@material/feature-targeting": "^12.0.0",
26+
"@material/ripple": "^12.0.0",
27+
"@material/theme": "^12.0.0",
28+
"@material/touch-target": "^12.0.0",
2929
"tslib": "^2.1.0"
3030
}
3131
}

0 commit comments

Comments
 (0)