diff --git a/CHANGELOG.md b/CHANGELOG.md index 2944e60..b2da9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.2.3](https://github.com/thaw-ui/thaw/compare/v0.2.2...v0.2.3) (2024-03-07) + +### Features + +* Update leptos to v0.6.7. +* Open animation. +* `Button` icon property supports the signal. + +### Bug Fixs + +* `Icon` returns the function's warning. + ## [0.2.2](https://github.com/thaw-ui/thaw/compare/v0.2.1...v0.2.2) (2024-02-29) ### Features diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index f3a890c..7b087d2 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.2.2" +version = "0.2.3" edition = "2021" keywords = ["web", "leptos", "ui", "thaw", "component"] readme = "../README.md"