From 1eceb777901d11f6050c67d4557c51431e11dfe4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:07:52 +0200 Subject: [PATCH] chore(release): version packages (#1839) Co-authored-by: github-actions[bot] --- .changeset/five-llamas-drop.md | 5 ----- .changeset/great-hornets-remain.md | 5 ----- .changeset/unlucky-poems-appear.md | 5 ----- cli/CHANGELOG.md | 12 ++++++++++++ cli/package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/five-llamas-drop.md delete mode 100644 .changeset/great-hornets-remain.md delete mode 100644 .changeset/unlucky-poems-appear.md diff --git a/.changeset/five-llamas-drop.md b/.changeset/five-llamas-drop.md deleted file mode 100644 index deb20fd322..0000000000 --- a/.changeset/five-llamas-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -bump zod and t3-env diff --git a/.changeset/great-hornets-remain.md b/.changeset/great-hornets-remain.md deleted file mode 100644 index 55aa07b425..0000000000 --- a/.changeset/great-hornets-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -Infers tRPC input & output types to the client for app router diff --git a/.changeset/unlucky-poems-appear.md b/.changeset/unlucky-poems-appear.md deleted file mode 100644 index b2cb12521e..0000000000 --- a/.changeset/unlucky-poems-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -mark app router as stable diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 65713e9c23..ec1ba0847d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 7.32.0 + +### Minor Changes + +- [#1842](https://github.com/t3-oss/create-t3-app/pull/1842) [`088a773`](https://github.com/t3-oss/create-t3-app/commit/088a773103a03e0ec34cbe22329ead33cd80c5ff) Thanks [@nick22985](https://github.com/nick22985)! - Infers tRPC input & output types to the client for app router + +- [#1841](https://github.com/t3-oss/create-t3-app/pull/1841) [`41bd524`](https://github.com/t3-oss/create-t3-app/commit/41bd5240276f1029633cde588b0ca08301c4e78c) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - mark app router as stable + +### Patch Changes + +- [#1838](https://github.com/t3-oss/create-t3-app/pull/1838) [`ff886b3`](https://github.com/t3-oss/create-t3-app/commit/ff886b3fed4b193b8fc85882a71c7e8085457cf0) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - bump zod and t3-env + ## 7.31.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 2bc37a25c2..08b4e6c509 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.31.0", + "version": "7.32.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {