Version Packages (#80)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-25 03:43:48 +05:30
committed by GitHub
parent 380f659560
commit cb6278d5b6
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
Add package manager specific support for Tauri setup

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 1.0.9
### Patch Changes
- 380f659: Add package manager specific support for Tauri setup
## 1.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-better-t-stack",
"version": "1.0.8",
"version": "1.0.9",
"description": "CLI tool to scaffold Better-T Stack projects",
"type": "module",
"license": "MIT",
@@ -13,7 +13,10 @@
"url": "git+https://github.com/better-t-stack/create-better-t-stack.git",
"directory": "apps/cli"
},
"files": ["dist", "template"],
"files": [
"dist",
"template"
],
"homepage": "https://better-t-stack.pages.dev/",
"scripts": {
"build": "tsup",