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

Commit 0d8f91d

Browse files
committed
chore: Publish
1 parent 9741233 commit 0d8f91d

File tree

36 files changed

+160
-160
lines changed

36 files changed

+160
-160
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.36",
3-
"version": "0.41.1",
3+
"version": "0.42.0",
44
"commands": {
55
"publish": {
66
"ignore": [
Lines changed: 34 additions & 34 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": "0.41.1",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -16,45 +16,45 @@
1616
"@material/animation": "^0.41.0",
1717
"@material/auto-init": "^0.41.0",
1818
"@material/base": "^0.41.0",
19-
"@material/button": "^0.41.0",
20-
"@material/card": "^0.41.1",
21-
"@material/checkbox": "^0.41.0",
22-
"@material/chips": "^0.41.0",
23-
"@material/dialog": "^0.41.0",
19+
"@material/button": "^0.42.0",
20+
"@material/card": "^0.42.0",
21+
"@material/checkbox": "^0.42.0",
22+
"@material/chips": "^0.42.0",
23+
"@material/dialog": "^0.42.0",
2424
"@material/dom": "^0.41.0",
25-
"@material/drawer": "^0.41.1",
25+
"@material/drawer": "^0.42.0",
2626
"@material/elevation": "^0.41.0",
27-
"@material/fab": "^0.41.0",
28-
"@material/floating-label": "^0.41.0",
29-
"@material/form-field": "^0.41.0",
30-
"@material/grid-list": "^0.41.0",
31-
"@material/icon-button": "^0.41.0",
32-
"@material/icon-toggle": "^0.41.0",
33-
"@material/image-list": "^0.41.0",
27+
"@material/fab": "^0.42.0",
28+
"@material/floating-label": "^0.42.0",
29+
"@material/form-field": "^0.42.0",
30+
"@material/grid-list": "^0.42.0",
31+
"@material/icon-button": "^0.42.0",
32+
"@material/icon-toggle": "^0.42.0",
33+
"@material/image-list": "^0.42.0",
3434
"@material/layout-grid": "^0.41.0",
3535
"@material/line-ripple": "^0.41.0",
3636
"@material/linear-progress": "^0.41.0",
37-
"@material/list": "^0.41.0",
38-
"@material/menu": "^0.41.0",
39-
"@material/menu-surface": "^0.41.0",
40-
"@material/notched-outline": "^0.41.0",
41-
"@material/radio": "^0.41.0",
42-
"@material/ripple": "^0.41.0",
43-
"@material/rtl": "^0.40.1",
44-
"@material/select": "^0.41.0",
45-
"@material/selection-control": "^0.41.0",
46-
"@material/shape": "^0.41.0",
47-
"@material/slider": "^0.41.0",
48-
"@material/snackbar": "^0.41.0",
49-
"@material/switch": "^0.41.0",
50-
"@material/tab": "^0.41.0",
51-
"@material/tab-bar": "^0.41.0",
37+
"@material/list": "^0.42.0",
38+
"@material/menu": "^0.42.0",
39+
"@material/menu-surface": "^0.42.0",
40+
"@material/notched-outline": "^0.42.0",
41+
"@material/radio": "^0.42.0",
42+
"@material/ripple": "^0.42.0",
43+
"@material/rtl": "^0.42.0",
44+
"@material/select": "^0.42.0",
45+
"@material/selection-control": "^0.42.0",
46+
"@material/shape": "^0.42.0",
47+
"@material/slider": "^0.42.0",
48+
"@material/snackbar": "^0.42.0",
49+
"@material/switch": "^0.42.0",
50+
"@material/tab": "^0.42.0",
51+
"@material/tab-bar": "^0.42.0",
5252
"@material/tab-indicator": "^0.41.0",
53-
"@material/tab-scroller": "^0.41.0",
54-
"@material/textfield": "^0.41.0",
53+
"@material/tab-scroller": "^0.42.0",
54+
"@material/textfield": "^0.42.0",
5555
"@material/theme": "^0.41.0",
56-
"@material/toolbar": "^0.41.0",
57-
"@material/top-app-bar": "^0.41.0",
58-
"@material/typography": "^0.41.0"
56+
"@material/toolbar": "^0.42.0",
57+
"@material/top-app-bar": "^0.42.0",
58+
"@material/typography": "^0.42.0"
5959
}
6060
}

packages/mdc-button/package.json

Lines changed: 5 additions & 5 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": "0.41.0",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -14,10 +14,10 @@
1414
},
1515
"dependencies": {
1616
"@material/elevation": "^0.41.0",
17-
"@material/ripple": "^0.41.0",
18-
"@material/rtl": "^0.40.1",
19-
"@material/shape": "^0.41.0",
17+
"@material/ripple": "^0.42.0",
18+
"@material/rtl": "^0.42.0",
19+
"@material/shape": "^0.42.0",
2020
"@material/theme": "^0.41.0",
21-
"@material/typography": "^0.41.0"
21+
"@material/typography": "^0.42.0"
2222
}
2323
}

packages/mdc-card/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/card",
3-
"version": "0.41.1",
3+
"version": "0.42.0",
44
"description": "The Material Components for the web card component",
55
"license": "MIT",
66
"keywords": [
@@ -14,9 +14,9 @@
1414
},
1515
"dependencies": {
1616
"@material/elevation": "^0.41.0",
17-
"@material/ripple": "^0.41.0",
18-
"@material/rtl": "^0.40.1",
19-
"@material/shape": "^0.41.0",
17+
"@material/ripple": "^0.42.0",
18+
"@material/rtl": "^0.42.0",
19+
"@material/shape": "^0.42.0",
2020
"@material/theme": "^0.41.0"
2121
}
2222
}

packages/mdc-checkbox/package.json

Lines changed: 4 additions & 4 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": "0.41.0",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -16,9 +16,9 @@
1616
"dependencies": {
1717
"@material/animation": "^0.41.0",
1818
"@material/base": "^0.41.0",
19-
"@material/ripple": "^0.41.0",
20-
"@material/rtl": "^0.40.1",
21-
"@material/selection-control": "^0.41.0",
19+
"@material/ripple": "^0.42.0",
20+
"@material/rtl": "^0.42.0",
21+
"@material/selection-control": "^0.42.0",
2222
"@material/theme": "^0.41.0"
2323
}
2424
}

packages/mdc-chips/package.json

Lines changed: 5 additions & 5 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": "0.41.0",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"main": "dist/mdc.chips.js",
77
"keywords": [
@@ -19,11 +19,11 @@
1919
"dependencies": {
2020
"@material/animation": "^0.41.0",
2121
"@material/base": "^0.41.0",
22-
"@material/checkbox": "^0.41.0",
22+
"@material/checkbox": "^0.42.0",
2323
"@material/elevation": "^0.41.0",
24-
"@material/ripple": "^0.41.0",
25-
"@material/shape": "^0.41.0",
24+
"@material/ripple": "^0.42.0",
25+
"@material/shape": "^0.42.0",
2626
"@material/theme": "^0.41.0",
27-
"@material/typography": "^0.41.0"
27+
"@material/typography": "^0.42.0"
2828
}
2929
}

packages/mdc-dialog/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/dialog",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "The Material Components Web dialog component",
55
"license": "MIT",
66
"keywords": [
@@ -19,11 +19,11 @@
1919
"@material/base": "^0.41.0",
2020
"@material/dom": "^0.41.0",
2121
"@material/elevation": "^0.41.0",
22-
"@material/ripple": "^0.41.0",
23-
"@material/rtl": "^0.40.1",
24-
"@material/shape": "^0.41.0",
22+
"@material/ripple": "^0.42.0",
23+
"@material/rtl": "^0.42.0",
24+
"@material/shape": "^0.42.0",
2525
"@material/theme": "^0.41.0",
26-
"@material/typography": "^0.41.0",
26+
"@material/typography": "^0.42.0",
2727
"focus-trap": "^2.3.0"
2828
},
2929
"publishConfig": {

packages/mdc-drawer/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/drawer",
3-
"version": "0.41.1",
3+
"version": "0.42.0",
44
"description": "The Material Components Web drawer component",
55
"license": "MIT",
66
"keywords": [
@@ -18,12 +18,12 @@
1818
"@material/animation": "^0.41.0",
1919
"@material/base": "^0.41.0",
2020
"@material/elevation": "^0.41.0",
21-
"@material/list": "^0.41.0",
22-
"@material/ripple": "^0.41.0",
23-
"@material/rtl": "^0.40.1",
24-
"@material/shape": "^0.41.0",
21+
"@material/list": "^0.42.0",
22+
"@material/ripple": "^0.42.0",
23+
"@material/rtl": "^0.42.0",
24+
"@material/shape": "^0.42.0",
2525
"@material/theme": "^0.41.0",
26-
"@material/typography": "^0.41.0",
26+
"@material/typography": "^0.42.0",
2727
"focus-trap": "^3.0.0"
2828
}
2929
}

packages/mdc-fab/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/fab",
33
"description": "The Material Components for the web floating action button component",
4-
"version": "0.41.0",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -16,10 +16,10 @@
1616
"dependencies": {
1717
"@material/animation": "^0.41.0",
1818
"@material/elevation": "^0.41.0",
19-
"@material/ripple": "^0.41.0",
20-
"@material/rtl": "^0.40.1",
21-
"@material/shape": "^0.41.0",
19+
"@material/ripple": "^0.42.0",
20+
"@material/rtl": "^0.42.0",
21+
"@material/shape": "^0.42.0",
2222
"@material/theme": "^0.41.0",
23-
"@material/typography": "^0.41.0"
23+
"@material/typography": "^0.42.0"
2424
}
2525
}

packages/mdc-floating-label/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/floating-label",
33
"description": "The Material Components for the web floating-label component",
4-
"version": "0.41.0",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"@material/animation": "^0.41.0",
2222
"@material/base": "^0.41.0",
23-
"@material/rtl": "^0.40.1",
23+
"@material/rtl": "^0.42.0",
2424
"@material/theme": "^0.41.0",
25-
"@material/typography": "^0.41.0"
25+
"@material/typography": "^0.42.0"
2626
}
2727
}

packages/mdc-form-field/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/form-field",
33
"description": "Material Components for the web wrapper for laying out form fields and labels next to one another",
4-
"version": "0.41.0",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -15,9 +15,9 @@
1515
},
1616
"dependencies": {
1717
"@material/base": "^0.41.0",
18-
"@material/rtl": "^0.40.1",
19-
"@material/selection-control": "^0.41.0",
18+
"@material/rtl": "^0.42.0",
19+
"@material/selection-control": "^0.42.0",
2020
"@material/theme": "^0.41.0",
21-
"@material/typography": "^0.41.0"
21+
"@material/typography": "^0.42.0"
2222
}
2323
}

packages/mdc-grid-list/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/grid-list",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "The Material Components for the web grid list component",
55
"license": "MIT",
66
"main": "dist/mdc.gridList.js",
@@ -15,9 +15,9 @@
1515
],
1616
"dependencies": {
1717
"@material/base": "^0.41.0",
18-
"@material/rtl": "^0.40.1",
18+
"@material/rtl": "^0.42.0",
1919
"@material/theme": "^0.41.0",
20-
"@material/typography": "^0.41.0"
20+
"@material/typography": "^0.42.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

packages/mdc-icon-button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/icon-button",
33
"description": "The Material Components for the web icon button component",
4-
"version": "0.41.0",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"main": "dist/mdc.iconButton.js",
77
"keywords": [
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@material/base": "^0.41.0",
20-
"@material/ripple": "^0.41.0",
20+
"@material/ripple": "^0.42.0",
2121
"@material/theme": "^0.41.0"
2222
},
2323
"publishConfig": {

packages/mdc-icon-toggle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/icon-toggle",
33
"description": "The Material Components for the web icon toggle component",
4-
"version": "0.41.0",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@material/animation": "^0.41.0",
1818
"@material/base": "^0.41.0",
19-
"@material/ripple": "^0.41.0",
19+
"@material/ripple": "^0.42.0",
2020
"@material/theme": "^0.41.0"
2121
}
2222
}

packages/mdc-image-list/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/image-list",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "The Material Components for the web image list component",
55
"license": "MIT",
66
"repository": {
@@ -13,9 +13,9 @@
1313
"image list"
1414
],
1515
"dependencies": {
16-
"@material/shape": "^0.41.0",
16+
"@material/shape": "^0.42.0",
1717
"@material/theme": "^0.41.0",
18-
"@material/typography": "^0.41.0"
18+
"@material/typography": "^0.42.0"
1919
},
2020
"publishConfig": {
2121
"access": "public"

0 commit comments

Comments
 (0)