From 6d054cfe5aa873ce71833bf54b66ee81fe3502d3 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Tue, 12 Mar 2024 13:28:55 +0000 Subject: [PATCH] bugfix release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f207f76..eadb80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fix 🍕 -- Fixed SSR detection from an url query parameter for `use_color_mode`. +- Fixed SSR detection from an url query parameter for `use_color_mode` (thanks to @mondeja). ## [0.10.4] - 2024-03-05 diff --git a/Cargo.toml b/Cargo.toml index 453f0c7..20cd995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.10.4" +version = "0.10.5" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"]