Changelog

All changes, fixes and updates to build-elevate.

v1.1.0Latest

Auth Forms, UI Improvements & Fixes

Introduced reusable form field components, improved authentication UI structure, upgraded core dependencies, and fixed CI and documentation issues while strengthening auth configuration security.

Added
  • Reusable, composable form field components added to the shared UI package
Changed
  • Split the unified CredentialsForm into separate SignInForm and SignUpForm components for a cleaner auth UI
  • Updated shadcn/ui components to use unified @radix-ui primitives
  • Upgraded Zod to v4 for improved schema validation performance and API
Fixed
  • Fixed missing environment variables in the CI build job
Security
  • Shared a single auth secret across all environment files to prevent secret drift
v1.0.9Security

Auth Secret Consistency & Security Improvement

Improved authentication security by standardizing the auth secret across all environment files to prevent configuration drift.

v1.0.8Patch

Improved App Name Handling in Scaffolding

Improved project scaffolding to support whitespace in app names, automatically trimming and formatting them for environment variables and display.

v1.0.7Patch

Monorepo Fixes & Environment Improvements

Improved development environment loading, resolved monorepo dependency resolution issues, fixed lint errors in scaffolded apps, and added metadataBase to eliminate configuration warnings.

v1.0.6Major

Scaffolding Enhancements, Documentation Site & Fixes

Enhanced project scaffolding with automatic package manager detection, introduced a Fumadocs-powered documentation site with structured MDX content, added tooling to generate documentation for scaffolded apps, and fixed formatting checks during scaffolding.

v1.0.5Minor

Developer experience improvements

Improved developer experience by enhancing the scaffolding CLI with multi-package-manager support, adding tooling for environment setup and code formatting, refining project initialization, and improving configuration consistency across templates.

v1.0.4Patch

Scaffolding script improvements

Improved project scaffolding scripts, optimized Docker Compose for production, refined GitHub workflow triggers, reorganized monorepo dependencies, and fixed the Prisma Studio script.

v1.0.3Minor

Added scaffolding scripts

Initial scaffolding scripts to bootstrap new projects from the monorepo template, along with improvements to environment variable management and documentation updates.

v1.0.2Major

Foundation Release

The effective initial release. Includes the full monorepo foundation, Better-Auth migration, email system, 2FA, session management, and account security suite.

v1.0.1Yanked

Unpublished from npm.

Unpublished from npm. No functional changes — version created to reclaim 1.0.0 slot after accidental deletion. Use v1.0.2 instead.

v1.0.0Yanked

Unpublished from npm.

Unpublished from npm. Original initial release — no longer installable. All changes are included in v1.0.2.