From b65aa47ee3fc24d4661b311a89c39d6de57544f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 10:06:36 +0530 Subject: [PATCH] Version Packages (#411) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/spicy-eggs-rule.md | 5 ----- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spicy-eggs-rule.md diff --git a/.changeset/spicy-eggs-rule.md b/.changeset/spicy-eggs-rule.md deleted file mode 100644 index 83629e5..0000000 --- a/.changeset/spicy-eggs-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-better-t-stack": patch ---- - -Use next-themes in theme provider for React frontends, and fix neon setup diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 29c1861..341fdec 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-better-t-stack +## 2.26.3 + +### Patch Changes + +- 2b71ef2: Use next-themes in theme provider for React frontends, and fix neon setup + ## 2.26.2 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 7da952f..6639863 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-better-t-stack", - "version": "2.26.2", + "version": "2.26.3", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "type": "module", "license": "MIT",