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

Commit 67a1f18

Browse files
author
Matt Goo
committed
chore: Publish
(cherry picked from commit a8c2dd5)
1 parent cd6e607 commit 67a1f18

File tree

6 files changed

+20
-39
lines changed

6 files changed

+20
-39
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.43.0",
3+
"version": "0.43.1",
44
"commands": {
55
"publish": {
66
"ignore": [

package-lock.json

Lines changed: 11 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/material-components-web/package.json

Lines changed: 4 additions & 4 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.43.0",
4+
"version": "0.43.1",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -49,10 +49,10 @@
4949
"@material/snackbar": "^0.43.0",
5050
"@material/switch": "^0.43.0",
5151
"@material/tab": "^0.43.0",
52-
"@material/tab-bar": "^0.43.0",
52+
"@material/tab-bar": "^0.43.1",
5353
"@material/tab-indicator": "^0.43.0",
54-
"@material/tab-scroller": "^0.43.0",
55-
"@material/textfield": "^0.43.0",
54+
"@material/tab-scroller": "^0.43.1",
55+
"@material/textfield": "^0.43.1",
5656
"@material/theme": "^0.43.0",
5757
"@material/toolbar": "^0.43.0",
5858
"@material/top-app-bar": "^0.43.0",

packages/mdc-tab-bar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/tab-bar",
33
"description": "The Material Components for the web tab bar component",
4-
"version": "0.43.0",
4+
"version": "0.43.1",
55
"license": "MIT",
66
"keywords": [
77
"material components",
@@ -18,7 +18,7 @@
1818
"@material/base": "^0.41.0",
1919
"@material/elevation": "^0.43.0",
2020
"@material/tab": "^0.43.0",
21-
"@material/tab-scroller": "^0.43.0"
21+
"@material/tab-scroller": "^0.43.1"
2222
},
2323
"publishConfig": {
2424
"access": "public"

packages/mdc-tab-scroller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material/tab-scroller",
33
"description": "The Material Components for the web tab scroller component",
4-
"version": "0.43.0",
4+
"version": "0.43.1",
55
"license": "MIT",
66
"keywords": [
77
"material components",

packages/mdc-textfield/package.json

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

0 commit comments

Comments
 (0)