v1.0.0
siddharthvaddem/openscreenv1.0.0Mar 10, 2026by southwellmedia
AI Summary
Velocity reaches stable release 1.0.0, replacing all Astro 6 beta dependencies with stable versions and introducing a comprehensive component library and SEO toolkit.
Key Highlights
- Reached stable 1.0.0 release
- 60+ production-ready components across 8 categories
- Three-tier design token system with OKLCH colors
- Full SEO toolkit including OG images and JSON-LD
New Features
- 60+ production-ready components
- Three-tier design token system
- Full SEO toolkit
- Content collections
- React island components
- CLI upgrade system
Full Release Notes
## Velocity v1.0.0 — Stable Release Velocity reaches **1.0.0** — all Astro 6 beta dependencies replaced with stable releases. ### Dependency Changes - **Astro** 6.0.0-beta.20 → **6.0.0** (stable) - **@astrojs/mdx** 5.0.0-beta.12 → **5.0.0** (stable) - **@astrojs/react** 5.0.0-beta.4 → **5.0.0** (stable) - **@astrojs/check** 0.9.7-beta.1 → **0.9.7** (stable) - **@astrojs/sitemap** bumped to **^3.7.1** ### What's Included - **60+ production-ready components** across 8 categories - **Three-tier design token system** with OKLCH colors and multi-theme support - **Full SEO toolkit**: OG images, JSON-LD, sitemap, robots.txt - **Content collections** with blog, pages, authors, and FAQs - **React island components**: FloatingHeader, GoogleMap, CookieConsent, SearchDialog, and more - **CLI upgrade system** with version-gated migrations ### Upgrade from Beta No code changes needed — just dependency bumps: ```bash pnpm create velocity-astro upgrade ``` Or manually update package.json and run pnpm install.