This commit is contained in:
luoxiao 2024-02-29 21:09:49 +08:00
parent a44d0a9c38
commit 45a50fe177
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
## [0.2.2](https://github.com/thaw-ui/thaw/compare/v0.2.1...v0.2.2) (2024-02-29)
### Features
* Adds `ProgressCircle` component.
### Bug Fixs
* `Icon` fill default value.
* `Drawer` cannot be closed when the placement is changed.
## [0.2.1](https://github.com/thaw-ui/thaw/compare/v0.2.0...v0.2.1) (2024-02-25)
### Features

View file

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