Skip to content

Commit 4789206

Browse files
docs: update changelog
1 parent 65818b6 commit 4789206

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.9] - 2024-05-21
11+
12+
### Changed
13+
Added `use client` into all components to better support SSR.
14+
1015
## [1.0.8] - 2024-04-16
1116

1217
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-material-web",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "A React Material components using material web and lit/react",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)