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

Commit 8c28c47

Browse files
committed
fix(top-app-bar): upgrade to v1.1
1 parent 4f44040 commit 8c28c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@material/tab-indicator": "^1.0.0",
8989
"@material/tab-scroller": "^1.0.0",
9090
"@material/textfield": "^0.41.0",
91-
"@material/top-app-bar": "^1.0.0",
91+
"@material/top-app-bar": "^1.1.0",
9292
"@material/typography": "^1.0.0",
9393
"@types/chai": "^4.1.7",
9494
"@types/classnames": "^2.2.6",

packages/top-app-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@material/react-ripple": "^0.9.0",
17-
"@material/top-app-bar": "^1.0.0",
17+
"@material/top-app-bar": "^1.1.0",
1818
"classnames": "^2.2.6",
1919
"react": "^16.4.2"
2020
},

0 commit comments

Comments
 (0)