From 254d63e435990cff6fd076d7b251d17df82d0e07 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Mon, 27 Nov 2023 09:22:14 +0800 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8e6ba..6e7e67e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 50742d0..a14260d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.0" +version = "0.1.1" edition = "2021" keywords = ["web", "leptos", "ui", "thaw"]