From fc30b839f0b94fbedc5df619bf77208d24ae7ef2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 11:09:27 +0530 Subject: [PATCH] Version Packages (#211) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/chilly-wings-shake.md | 5 ----- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilly-wings-shake.md diff --git a/.changeset/chilly-wings-shake.md b/.changeset/chilly-wings-shake.md deleted file mode 100644 index 1513d1e..0000000 --- a/.changeset/chilly-wings-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-better-t-stack": patch ---- - -Fixed an issue where the CLI would still allow selecting non-Convex backends after specifying `--api none` flag. diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 258e92c..1aadcfc 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-better-t-stack +## 2.5.2 + +### Patch Changes + +- 920a8f0: Fixed an issue where the CLI would still allow selecting non-Convex backends after specifying `--api none` flag. + ## 2.5.1 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 6d5e5b0..bfad3e2 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-better-t-stack", - "version": "2.5.1", + "version": "2.5.2", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "type": "module", "license": "MIT",