From 3cffe29a02ca16d6e2750eedb4eabf49b61b4743 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Wed, 12 Feb 2025 16:02:17 +0530 Subject: [PATCH] update version --- .changeset/config.json | 2 +- .changeset/giant-ears-know.md | 5 +++++ apps/cli/package.json | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .changeset/giant-ears-know.md diff --git a/.changeset/config.json b/.changeset/config.json index 6333fc0..9bdce4c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json", "changelog": "@changesets/cli/changelog", - "commit": true, + "commit": false, "fixed": [], "linked": [], "access": "public", diff --git a/.changeset/giant-ears-know.md b/.changeset/giant-ears-know.md new file mode 100644 index 0000000..ea22537 --- /dev/null +++ b/.changeset/giant-ears-know.md @@ -0,0 +1,5 @@ +--- +"create-better-t-stack": minor +--- + +initial release diff --git a/apps/cli/package.json b/apps/cli/package.json index 63f6329..fb8e0e9 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,11 +1,13 @@ { "name": "create-better-t-stack", - "version": "1.0.0", + "version": "0.0.0", "description": "CLI tool to scaffold Better-T Stack projects", "type": "module", + "license": "MIT", "bin": { "create-better-t-stack": "dist/index.js" }, + "keywords": [], "scripts": { "build": "tsup", "dev": "tsup --watch",