diff --git a/packages/leptos-shadcn-ui/Cargo.toml b/packages/leptos-shadcn-ui/Cargo.toml index 0e0ff2b..b671ae5 100644 --- a/packages/leptos-shadcn-ui/Cargo.toml +++ b/packages/leptos-shadcn-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-shadcn-ui" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "A comprehensive collection of beautiful, accessible UI components built for Leptos v0.8+, inspired by shadcn/ui. Core components with 100% test coverage, automated testing infrastructure, and production-ready quality standards. Focus on reliable, well-tested components without external icon dependencies. Fully compatible with Leptos v0.8 attribute system." homepage = "https://github.com/cloud-shuttle/leptos-shadcn-ui" @@ -22,7 +22,7 @@ leptos-style = "0.2" # Individual component packages (published dependencies for v0.4.0 release) leptos-shadcn-button = { version = "0.6.0", optional = true } -leptos-shadcn-input = { version = "0.6.0", optional = true } +leptos-shadcn-input = { version = "0.6.1", optional = true } leptos-shadcn-label = { version = "0.6.0", optional = true } leptos-shadcn-checkbox = { version = "0.6.0", optional = true } leptos-shadcn-switch = { version = "0.6.0", optional = true }