LETS GOOO!
This commit is contained in:
github-actions[bot]
2025-03-24 01:05:06 +05:30
committed by GitHub
parent 4cc13bf382
commit 018a6cefb1
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": major
---
stable release

View File

@@ -1,5 +1,11 @@
# create-better-t-stack # create-better-t-stack
## 1.0.0
### Major Changes
- 4cc13bf: stable release
## 0.17.2 ## 0.17.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "0.17.2", "version": "1.0.0",
"description": "CLI tool to scaffold Better-T Stack projects", "description": "CLI tool to scaffold Better-T Stack projects",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@@ -22,7 +22,10 @@
"test": "vitest run", "test": "vitest run",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"files": ["dist", "template"], "files": [
"dist",
"template"
],
"dependencies": { "dependencies": {
"@clack/prompts": "^0.10.0", "@clack/prompts": "^0.10.0",
"commander": "^13.1.0", "commander": "^13.1.0",