diff --git a/CHANGELOG.md b/CHANGELOG.md index a83d841..1e25ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.2.0-beta](https://github.com/thaw-ui/thaw/compare/v0.2.0-alpha...v0.2.0-beta) (2024-02-07) + +### Breaking Changes + +* `ColorPicker` changes the value type to Color. +* Remove re-export of chrono. + +### Features + +* `Drawer` adds z_index and mount prop. + ## [0.2.0-alpha](https://github.com/thaw-ui/thaw/compare/v0.1.10...v0.2.0-alpha) (2024-02-01) ### Breaking Changes diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index 6432c4c..beb605f 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.2.0-alpha" +version = "0.2.0-beta" edition = "2021" keywords = ["web", "leptos", "ui", "thaw", "component"] readme = "../README.md"