From d526961f26e6cadca2caf58f61af572aa5263bbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:05:36 +0100 Subject: [PATCH] chore(release): version packages (#1688) Co-authored-by: github-actions[bot] --- .changeset/tasty-pandas-run.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tasty-pandas-run.md diff --git a/.changeset/tasty-pandas-run.md b/.changeset/tasty-pandas-run.md deleted file mode 100644 index 5f161a7841..0000000000 --- a/.changeset/tasty-pandas-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -chore: reuse existing AppRouter type #1687 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ed1e7b4782..71909e0df2 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.24.2 + +### Patch Changes + +- [#1687](https://github.com/t3-oss/create-t3-app/pull/1687) [`6461090`](https://github.com/t3-oss/create-t3-app/commit/6461090a029dd2094065493e513a289a1b414673) Thanks [@sinasab](https://github.com/sinasab)! - chore: reuse existing AppRouter type #1687 + ## 7.24.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 4d14ebbd35..aaa0c4f2d7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.24.1", + "version": "7.24.2", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {