Version Packages (#255)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-13 20:05:13 +05:30
committed by GitHub
parent 0631b23a5e
commit 4131bbfd07
4 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": minor
---
add supabase database setup

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
add supabase flag validation

View File

@@ -1,5 +1,15 @@
# create-better-t-stack
## 2.10.0
### Minor Changes
- 5c5a4b2: add supabase database setup
### Patch Changes
- 0631b23: add supabase flag validation
## 2.9.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-better-t-stack",
"version": "2.9.9",
"version": "2.10.0",
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
"type": "module",
"license": "MIT",