Version Packages (#119)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-07 14:25:35 +05:30
committed by GitHub
parent e8a777e1a6
commit c6c73fce76
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
make frontend optional

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 1.8.1
### Patch Changes
- e8a777e: make frontend optional
## 1.8.0
### Minor Changes

View File

@@ -1,13 +1,16 @@
{
"name": "create-better-t-stack",
"version": "1.8.0",
"version": "1.8.1",
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
"type": "module",
"license": "MIT",
"bin": {
"create-better-t-stack": "dist/index.js"
},
"files": ["template", "dist"],
"files": [
"template",
"dist"
],
"keywords": [
"better-t-stack",
"typescript",