Skip to content

Commit 3d006c6

Browse files
chore: update @material/web version
1 parent 4cbb330 commit 3d006c6

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.8] - 2024-04-16
11+
12+
### Changed
13+
Update the `@material/web` package to `1.4.1`
14+
1015
## [1.0.7] - 2024-04-01
1116

1217
### Fixed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-material-web",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "A React Material components using material web and lit/react",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@fontsource/roboto": "^5.0.12",
6969
"@lit/react": "^1.0.4",
70-
"@material/web": "^1.4.0",
70+
"@material/web": "^1.4.1",
7171
"material-symbols": "^0.17.1"
7272
}
7373
}

0 commit comments

Comments
 (0)