mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Version Packages (#157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0de49d4e45
commit
b8c3fd40ab
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"create-better-t-stack": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
remove none option in api
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"create-better-t-stack": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Only add tRPC server adapters when API is tRPC
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"mode": "exit",
|
|
||||||
"tag": "beta",
|
|
||||||
"initialVersions": {
|
|
||||||
"create-better-t-stack": "2.0.5",
|
|
||||||
"web": "0.0.0"
|
|
||||||
},
|
|
||||||
"changesets": ["dirty-seas-train", "polite-mirrors-love"]
|
|
||||||
}
|
|
||||||
@@ -1,5 +1,12 @@
|
|||||||
# create-better-t-stack
|
# create-better-t-stack
|
||||||
|
|
||||||
|
## 2.0.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 0de49d4: remove none option in api
|
||||||
|
- 0de49d4: Only add tRPC server adapters when API is tRPC
|
||||||
|
|
||||||
## 2.0.6-beta.1
|
## 2.0.6-beta.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "create-better-t-stack",
|
"name": "create-better-t-stack",
|
||||||
"version": "2.0.6-beta.1",
|
"version": "2.0.6",
|
||||||
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user