This commit is contained in:
luoxiao 2024-01-02 21:26:36 +08:00
parent e929ade762
commit c40d1006c9
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## [0.1.6](https://github.com/thaw-ui/thaw/compare/v0.1.5...v0.1.6) (2024-01-02)
### Features
* `AutoComplete`, `DatePicker`, `Input`, `InputNumber` and `TimePicker` adds attrs prop.
## [0.1.5](https://github.com/thaw-ui/thaw/compare/v0.1.4...v0.1.5) (2023-12-26)
### Features

View file

@ -1,9 +1,9 @@
[package]
name = "thaw"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
keywords = ["web", "leptos", "ui", "thaw", "component"]
readme = "../README.md"
authors = ["luoxiaozero"]
description = "An easy to use leptos component library"
homepage = "https://github.com/thaw-ui/thaw"