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

Commit fbebae5

Browse files
committed
chore: Publish
1 parent 8686d85 commit fbebae5

File tree

18 files changed

+49
-49
lines changed

18 files changed

+49
-49
lines changed
+17-17
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.12.1",
4+
"version": "0.13.0",
55
"license": "Apache-2.0",
66
"keywords": [
77
"material components",
@@ -17,29 +17,29 @@
1717
"@material/auto-init": "^0.1.2",
1818
"@material/base": "^0.2.0",
1919
"@material/button": "^0.3.7",
20-
"@material/card": "^0.2.2",
21-
"@material/checkbox": "^0.3.5",
22-
"@material/dialog": "^0.3.0",
23-
"@material/drawer": "^0.4.3",
20+
"@material/card": "^0.2.3",
21+
"@material/checkbox": "^0.3.6",
22+
"@material/dialog": "^0.3.1",
23+
"@material/drawer": "^0.5.0",
2424
"@material/elevation": "^0.1.8",
2525
"@material/fab": "^0.3.9",
26-
"@material/form-field": "^0.2.6",
27-
"@material/grid-list": "^0.2.3",
26+
"@material/form-field": "^0.2.7",
27+
"@material/grid-list": "^0.2.4",
2828
"@material/icon-toggle": "^0.1.12",
29-
"@material/layout-grid": "^0.1.2",
30-
"@material/linear-progress": "^0.1.1",
31-
"@material/list": "^0.2.9",
32-
"@material/menu": "^0.2.7",
29+
"@material/layout-grid": "^0.2.0",
30+
"@material/linear-progress": "^0.1.2",
31+
"@material/list": "^0.2.10",
32+
"@material/menu": "^0.3.0",
3333
"@material/radio": "^0.2.5",
3434
"@material/ripple": "^0.6.2",
35-
"@material/select": "^0.3.7",
36-
"@material/slider": "^0.0.0",
37-
"@material/snackbar": "^0.2.0",
35+
"@material/select": "^0.3.8",
36+
"@material/slider": "^0.1.0",
37+
"@material/snackbar": "^0.2.1",
3838
"@material/switch": "^0.1.8",
39-
"@material/tabs": "^0.2.0",
40-
"@material/textfield": "^0.2.10",
39+
"@material/tabs": "^0.2.1",
40+
"@material/textfield": "^0.2.11",
4141
"@material/theme": "^0.1.5",
42-
"@material/toolbar": "^0.3.3",
42+
"@material/toolbar": "^0.4.0",
4343
"@material/typography": "^0.2.2"
4444
}
4545
}

packages/mdc-card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/card",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "The Material Components for the web card component",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -16,6 +16,6 @@
1616
"@material/elevation": "^0.1.8",
1717
"@material/theme": "^0.1.5",
1818
"@material/typography": "^0.2.2",
19-
"@material/rtl": "^0.1.4"
19+
"@material/rtl": "^0.1.5"
2020
}
2121
}

packages/mdc-checkbox/package.json

+2-2
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.3.5",
4+
"version": "0.3.6",
55
"license": "Apache-2.0",
66
"keywords": [
77
"material components",
@@ -17,7 +17,7 @@
1717
"@material/animation": "^0.2.3",
1818
"@material/base": "^0.2.0",
1919
"@material/ripple": "^0.6.2",
20-
"@material/rtl": "^0.1.4",
20+
"@material/rtl": "^0.1.5",
2121
"@material/theme": "^0.1.5"
2222
}
2323
}

packages/mdc-dialog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/dialog",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "The Material Components Web dialog component",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -19,7 +19,7 @@
1919
"@material/base": "^0.2.0",
2020
"@material/elevation": "^0.1.8",
2121
"@material/ripple": "^0.6.2",
22-
"@material/rtl": "^0.1.4",
22+
"@material/rtl": "^0.1.5",
2323
"@material/theme": "^0.1.5",
2424
"@material/typography": "^0.1.1",
2525
"focus-trap": "^2.3.0"

packages/mdc-drawer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/drawer",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "The Material Components Web drawer component",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -18,7 +18,7 @@
1818
"@material/animation": "^0.2.3",
1919
"@material/base": "^0.2.0",
2020
"@material/elevation": "^0.1.8",
21-
"@material/rtl": "^0.1.4",
21+
"@material/rtl": "^0.1.5",
2222
"@material/theme": "^0.1.5",
2323
"@material/typography": "^0.2.2"
2424
}

packages/mdc-form-field/package.json

+2-2
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.2.6",
4+
"version": "0.2.7",
55
"license": "Apache-2.0",
66
"keywords": [
77
"material components",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@material/base": "^0.2.0",
18-
"@material/rtl": "^0.1.4",
18+
"@material/rtl": "^0.1.5",
1919
"@material/theme": "^0.1.5",
2020
"@material/typography": "^0.2.2"
2121
}

packages/mdc-grid-list/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/grid-list",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "The Material Components for the web grid list component",
55
"license": "Apache-2.0",
66
"repository": {
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@material/base": "^0.2.0",
17-
"@material/rtl": "^0.1.4",
17+
"@material/rtl": "^0.1.5",
1818
"@material/theme": "^0.1.5",
1919
"@material/typography": "^0.2.2"
2020
},

packages/mdc-layout-grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/layout-grid",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "The Material Components for the web layout grid component",
55
"license": "Apache-2.0",
66
"keywords": [

packages/mdc-linear-progress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/linear-progress",
33
"description": "The Material Components for the web linear progress indicator component",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "Apache-2.0",
66
"keywords": [
77
"material components",

packages/mdc-list/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/list",
33
"description": "The Material Components for the web list component",
4-
"version": "0.2.9",
4+
"version": "0.2.10",
55
"license": "Apache-2.0",
66
"keywords": [
77
"material components",
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/material-components/material-components-web.git"
1414
},
1515
"dependencies": {
16-
"@material/rtl": "^0.1.4",
16+
"@material/rtl": "^0.1.5",
1717
"@material/typography": "^0.2.2",
1818
"@material/ripple": "^0.6.2",
1919
"@material/theme": "^0.1.5"

packages/mdc-menu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/menu",
3-
"version": "0.2.7",
3+
"version": "0.3.0",
44
"description": "The Material Components for the web menu component",
55
"license": "Apache-2.0",
66
"keywords": [

packages/mdc-rtl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/rtl",
33
"description": "Material Components for the web RTL Scss helpers",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"license": "Apache-2.0",
66
"keywords": [
77
"material components",

packages/mdc-select/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/select",
33
"description": "The Material Components web select (textfield drop-down) component",
4-
"version": "0.3.7",
4+
"version": "0.3.8",
55
"license": "Apache-2.0",
66
"keywords": [
77
"material components",
@@ -17,9 +17,9 @@
1717
"dependencies": {
1818
"@material/animation": "^0.2.3",
1919
"@material/base": "^0.2.0",
20-
"@material/list": "^0.2.9",
21-
"@material/menu": "^0.2.7",
22-
"@material/rtl": "^0.1.4",
20+
"@material/list": "^0.2.10",
21+
"@material/menu": "^0.3.0",
22+
"@material/rtl": "^0.1.5",
2323
"@material/theme": "^0.1.5",
2424
"@material/typography": "^0.2.2"
2525
}

packages/mdc-slider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/slider",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "The Material Components for the web slider component",
55
"main": "index.js",
66
"license": "Apache-2.0",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@material/animation": "^0.2.2",
2121
"@material/base": "^0.2.0",
22-
"@material/rtl": "^0.1.4",
22+
"@material/rtl": "^0.1.5",
2323
"@material/theme": "^0.1.5"
2424
}
2525
}

packages/mdc-snackbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/snackbar",
33
"description": "The Material Components for the web snackbar component",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"license": "Apache-2.0",
66
"keywords": [
77
"material components",
@@ -17,7 +17,7 @@
1717
"@material/animation": "^0.2.3",
1818
"@material/base": "^0.2.0",
1919
"@material/button": "^0.3.7",
20-
"@material/rtl": "^0.1.4",
20+
"@material/rtl": "^0.1.5",
2121
"@material/theme": "^0.1.5",
2222
"@material/typography": "^0.2.2"
2323
}

packages/mdc-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/tabs",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "The Material Components for the web tabs component",
55
"license": "Apache-2.0",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"@material/ripple": "^0.6.2",
2121
"@material/animation": "^0.2.3",
2222
"@material/typography": "^0.2.2",
23-
"@material/rtl": "^0.1.4",
23+
"@material/rtl": "^0.1.5",
2424
"@material/theme": "^0.1.5"
2525
}
2626
}

packages/mdc-textfield/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/textfield",
33
"description": "The Material Components for the web text field component",
4-
"version": "0.2.10",
4+
"version": "0.2.11",
55
"license": "Apache-2.0",
66
"keywords": [
77
"material components",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@material/animation": "^0.2.3",
1818
"@material/base": "^0.2.0",
19-
"@material/rtl": "^0.1.4",
19+
"@material/rtl": "^0.1.5",
2020
"@material/theme": "^0.1.5",
2121
"@material/typography": "^0.2.2"
2222
}

packages/mdc-toolbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material/toolbar",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "The Material Components for the web toolbar component",
55
"license": "Apache-2.0",
66
"repository": {
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@material/base": "^0.2.0",
1717
"@material/elevation": "^0.1.8",
18-
"@material/rtl": "^0.1.4",
18+
"@material/rtl": "^0.1.5",
1919
"@material/theme": "^0.1.5",
2020
"@material/typography": "^0.2.2"
2121
},

0 commit comments

Comments
 (0)