Add date-picker component to workspace for publishing

This commit is contained in:
Peter Hanssens
2025-09-03 21:41:47 +10:00
parent c509e678af
commit e28f0f8ba9

View File

@@ -63,8 +63,8 @@ members = [
# Components with internal dependencies (publishing in sequence)
"packages/leptos/calendar", # Depends on published components
# "packages/leptos/date-picker", # Will add after calendar is published
# "packages/leptos/pagination", # Will add after calendar is published
"packages/leptos/date-picker", # Depends on calendar, popover, button
# "packages/leptos/pagination", # Will add after date-picker is published
"scripts/run_quality_assessment",
"scripts/generate_component_tests"