diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a6969..30fcdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.1.7](https://github.com/thaw-ui/thaw/compare/v0.1.6...v0.1.7) (2024-01-09) + +### Features + +* `InputNumber` adds ComponentRef. +* Adds `Drawer` component. +* Adds `Collapse` component. + ## [0.1.6](https://github.com/thaw-ui/thaw/compare/v0.1.5...v0.1.6) (2024-01-02) ### Features @@ -9,7 +17,6 @@ ### Features * Adds class param. -* Adds `Popover` component. ## [0.1.4](https://github.com/thaw-ui/thaw/compare/v0.1.3...v0.1.4) (2023-12-19) diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index 9255aa5..1cc463d 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.6" +version = "0.1.7" edition = "2021" keywords = ["web", "leptos", "ui", "thaw", "component"] readme = "../README.md"