From 46e05b522109ab5b609a6f139db2dd8ffee0079c Mon Sep 17 00:00:00 2001 From: Peter Hanssens Date: Tue, 16 Sep 2025 22:56:31 +1000 Subject: [PATCH] Bump calendar package to v0.8.1 --- packages/leptos/calendar/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/leptos/calendar/Cargo.toml b/packages/leptos/calendar/Cargo.toml index e256e10..919a417 100644 --- a/packages/leptos/calendar/Cargo.toml +++ b/packages/leptos/calendar/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -version = "0.8.0" +version = "0.8.1" [dependencies] leptos.workspace = true