mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-01-04 03:52:57 +00:00
fix: Correct leptos-shadcn-registry version to 0.8.0 for crates.io compatibility
This commit is contained in:
@@ -73,7 +73,7 @@ leptos-shadcn-performance-audit = { version = "0.1.0", path = "../../performance
|
|||||||
# Additional packages (published dependencies for v0.9.0 release)
|
# Additional packages (published dependencies for v0.9.0 release)
|
||||||
leptos-shadcn-error-boundary = { version = "0.8.1", path = "../leptos/error-boundary", optional = true }
|
leptos-shadcn-error-boundary = { version = "0.8.1", path = "../leptos/error-boundary", optional = true }
|
||||||
leptos-shadcn-lazy-loading = { version = "0.8.1", path = "../leptos/lazy-loading", optional = true }
|
leptos-shadcn-lazy-loading = { version = "0.8.1", path = "../leptos/lazy-loading", optional = true }
|
||||||
leptos-shadcn-registry = { version = "0.8.1", path = "../leptos/registry", optional = true }
|
leptos-shadcn-registry = { version = "0.8.0", path = "../leptos/registry", optional = true }
|
||||||
|
|
||||||
# Additional dependencies
|
# Additional dependencies
|
||||||
tailwind_fuse = "0.3"
|
tailwind_fuse = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user