Skip to content

Commit 513f8ea

Browse files
committed
v0.2.5
1 parent c9c1952 commit 513f8ea

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.2.4](https://github.com/thaw-ui/thaw/compare/v0.2.3...v0.2.4) (2024-03-20)
1+
## [0.2.5](https://github.com/thaw-ui/thaw/compare/v0.2.3...v0.2.5) (2024-03-20)
22

33
### Features
44

@@ -17,6 +17,8 @@
1717
* `CSSTransition` leakage in the next_frame function.
1818
* `Icon` rendering problem in ssr mode.
1919

20+
## 0.2.4 unpublish
21+
2022
## [0.2.3](https://github.com/thaw-ui/thaw/compare/v0.2.2...v0.2.3) (2024-03-07)
2123

2224
### Features

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
44
exclude = ["examples"]
55

66
[workspace.dependencies]
7-
thaw = { version = "0.2.4", path = "./thaw" }
7+
thaw = { version = "0.2.5", path = "./thaw" }
88
thaw_components = { version = "0.0.1", path = "./thaw_components" }
99
thaw_utils = { version = "0.0.1", path = "./thaw_utils" }

thaw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thaw"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55
keywords = ["web", "leptos", "ui", "thaw", "component"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)