From 6c220939bbf18040b194069a8d670c27f2a70ae1 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Sun, 19 Nov 2023 16:28:06 +0800 Subject: [PATCH] v0.1.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0faf2c..fe8e6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.0](https://github.com/thaw-ui/thaw/compare/v0.1.0-beta4...v0.1.0) (2023-11-19) + +### Bug Fixs + +* **provide_context:** Use the Provider component. Specific reasons see https://github.com/leptos-rs/leptos/issues/2038. + ## [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. diff --git a/Cargo.toml b/Cargo.toml index f23b65f..740f2b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.0-beta4" +version = "0.1.0" edition = "2021" keywords = ["web", "leptos", "ui", "thaw"]