From 0cfce4a7459220c76ceba4189c297e608f2eb266 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 02:38:22 +0530 Subject: [PATCH] Version Packages (#94) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/chilly-owls-flash.md | 5 ----- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilly-owls-flash.md diff --git a/.changeset/chilly-owls-flash.md b/.changeset/chilly-owls-flash.md deleted file mode 100644 index 78e7898..0000000 --- a/.changeset/chilly-owls-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-better-t-stack": patch ---- - -fix(todos): trpc v11 diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index ab52410..edcf7eb 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-better-t-stack +## 1.3.3 + +### Patch Changes + +- a69ff19: fix(todos): trpc v11 + ## 1.3.2 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index da284c2..9b380ee 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-better-t-stack", - "version": "1.3.2", + "version": "1.3.3", "description": "CLI tool to scaffold Better-T Stack projects", "type": "module", "license": "MIT",