Skip to content

Commit 04d7e2a

Browse files
docs: update changelog and version
1 parent 76e03fc commit 04d7e2a

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.10] - 2024-05-31
11+
12+
### Changed
13+
- Updated the `@material/web` package to `1.5.0`
14+
15+
### Fixed
16+
- Added missing elements to some components([#6](https://github.com/anthonyleung-dev/react-material-web/pull/6) Thanks to [zZHorizonZz](https://github.com/zZHorizonZz))
17+
1018
## [1.0.9] - 2024-05-21
1119

1220
### Changed

package-lock.json

Lines changed: 9 additions & 9 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.9",
3+
"version": "1.0.10",
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.1",
70+
"@material/web": "^1.5.0",
7171
"material-symbols": "^0.17.1"
7272
}
7373
}

0 commit comments

Comments
 (0)