This commit is contained in:
luoxiao 2024-03-20 16:52:44 +08:00
parent c9c1952fea
commit 513f8ea772
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## [0.2.4](https://github.com/thaw-ui/thaw/compare/v0.2.3...v0.2.4) (2024-03-20) ## [0.2.5](https://github.com/thaw-ui/thaw/compare/v0.2.3...v0.2.5) (2024-03-20)
### Features ### Features
@ -17,6 +17,8 @@
* `CSSTransition` leakage in the next_frame function. * `CSSTransition` leakage in the next_frame function.
* `Icon` rendering problem in ssr mode. * `Icon` rendering problem in ssr mode.
## 0.2.4 unpublish
## [0.2.3](https://github.com/thaw-ui/thaw/compare/v0.2.2...v0.2.3) (2024-03-07) ## [0.2.3](https://github.com/thaw-ui/thaw/compare/v0.2.2...v0.2.3) (2024-03-07)
### Features ### Features

View file

@ -4,6 +4,6 @@ members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
exclude = ["examples"] exclude = ["examples"]
[workspace.dependencies] [workspace.dependencies]
thaw = { version = "0.2.4", path = "./thaw" } thaw = { version = "0.2.5", path = "./thaw" }
thaw_components = { version = "0.0.1", path = "./thaw_components" } thaw_components = { version = "0.0.1", path = "./thaw_components" }
thaw_utils = { version = "0.0.1", path = "./thaw_utils" } thaw_utils = { version = "0.0.1", path = "./thaw_utils" }

View file

@ -1,6 +1,6 @@
[package] [package]
name = "thaw" name = "thaw"
version = "0.2.4" version = "0.2.5"
edition = "2021" edition = "2021"
keywords = ["web", "leptos", "ui", "thaw", "component"] keywords = ["web", "leptos", "ui", "thaw", "component"]
readme = "../README.md" readme = "../README.md"