From 0464021848ee46e72eb07c80255a0969f9812c08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 20:52:15 +0530 Subject: [PATCH] Version Packages (#398) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/early-clowns-occur.md | 5 ----- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/early-clowns-occur.md diff --git a/.changeset/early-clowns-occur.md b/.changeset/early-clowns-occur.md deleted file mode 100644 index c418126..0000000 --- a/.changeset/early-clowns-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-better-t-stack": patch ---- - -Update telemetry disable instructions to use BTS_TELEMETRY_DISABLED diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 2f13335..80770ef 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-better-t-stack +## 2.25.7 + +### Patch Changes + +- 4ece24b: Update telemetry disable instructions to use BTS_TELEMETRY_DISABLED + ## 2.25.6 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 624bb75..0dd059c 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-better-t-stack", - "version": "2.25.6", + "version": "2.25.7", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "type": "module", "license": "MIT",