update version

This commit is contained in:
Aman Varshney
2025-02-12 16:02:17 +05:30
parent 716fb8f61e
commit 3cffe29a02
3 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json", "$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
"changelog": "@changesets/cli/changelog", "changelog": "@changesets/cli/changelog",
"commit": true, "commit": false,
"fixed": [], "fixed": [],
"linked": [], "linked": [],
"access": "public", "access": "public",

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": minor
---
initial release

View File

@@ -1,11 +1,13 @@
{ {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "1.0.0", "version": "0.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",
"bin": { "bin": {
"create-better-t-stack": "dist/index.js" "create-better-t-stack": "dist/index.js"
}, },
"keywords": [],
"scripts": { "scripts": {
"build": "tsup", "build": "tsup",
"dev": "tsup --watch", "dev": "tsup --watch",