Version Packages (#286)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-28 21:06:45 +05:30
committed by GitHub
parent 46651fb90d
commit bade67993a
6 changed files with 13 additions and 21 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": minor
---
add posthog analytics

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
Add Native Todo Example Support

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
fix convex imports

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
add composite in server for references

View File

@@ -1,5 +1,17 @@
# create-better-t-stack # create-better-t-stack
## 2.14.0
### Minor Changes
- 591ecf8: add posthog analytics
### Patch Changes
- 906b555: Add Native Todo Example Support
- 1c2e8f1: fix convex imports
- 46651fb: add composite in server for references
## 2.13.4 ## 2.13.4
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "2.13.4", "version": "2.14.0",
"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",