From 02e56c0f2552dd6eee216ab6dbbc71ad27e38db9 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Thu, 16 Nov 2023 20:33:53 +0800 Subject: [PATCH] v0.1.0-beta4 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b8176..e0faf2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.1.0-beta4](https://github.com/thaw-ui/thaw/compare/v0.1.0-beta3...v0.1.0-beta4) (2023-11-16) + +* **input:** Input component add prefix slot. +* **progress:** The variant property of the progress component is changed to color. + ## [0.1.0-beta3](https://github.com/thaw-ui/thaw/compare/v0.1.0-beta2...v0.1.0-beta3) (2023-11-15) **rewrite:** Rewrite the progress component. diff --git a/Cargo.toml b/Cargo.toml index bb4cee0..f23b65f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.0-beta3" +version = "0.1.0-beta4" edition = "2021" keywords = ["web", "leptos", "ui", "thaw"]