From 8e16be3c739f14650adb938ca96109e47a18f8c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 01:46:24 +0530 Subject: [PATCH] Version Packages (#291) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/witty-nails-tie.md | 5 ----- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/witty-nails-tie.md diff --git a/.changeset/witty-nails-tie.md b/.changeset/witty-nails-tie.md deleted file mode 100644 index bb1f945..0000000 --- a/.changeset/witty-nails-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-better-t-stack": patch ---- - -run project tracker after reproducible command diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 16e272f..b3a4732 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-better-t-stack +## 2.14.4 + +### Patch Changes + +- 942c48f: run project tracker after reproducible command + ## 2.14.3 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 0a96852..0ba614c 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-better-t-stack", - "version": "2.14.3", + "version": "2.14.4", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "type": "module", "license": "MIT",