This commit is contained in:
luoxiao 2023-11-27 09:22:14 +08:00
parent 63df6c7524
commit 254d63e435
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [0.1.1](https://github.com/thaw-ui/thaw/compare/v0.1.0...v0.1.1) (2023-11-27)
### Features
* **ssr:** Add ssr and hydrate
* **style:** GlobalStyle component margin style
* **component:** add `Text` component
## [0.1.0](https://github.com/thaw-ui/thaw/compare/v0.1.0-beta4...v0.1.0) (2023-11-19)
### Bug Fixs

View file

@ -1,6 +1,6 @@
[package]
name = "thaw"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
keywords = ["web", "leptos", "ui", "thaw"]