From 952b79df275e7b908f9c400234a6b26bca79ef41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Mar 2024 19:34:12 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/thirty-onions-tickle.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thirty-onions-tickle.md diff --git a/.changeset/thirty-onions-tickle.md b/.changeset/thirty-onions-tickle.md deleted file mode 100644 index 12eebe91d7..0000000000 --- a/.changeset/thirty-onions-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -feat: use trpc 11 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ff4d455a3d..452702c4d5 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.30.0 + +### Minor Changes + +- [#1741](https://github.com/t3-oss/create-t3-app/pull/1741) [`5de586d`](https://github.com/t3-oss/create-t3-app/commit/5de586da1933064c9eef84ddae47d795e71afc53) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: use trpc 11 + ## 7.29.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 16f67f301d..5b0f86cbdc 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.29.0", + "version": "7.30.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {