From 2c401f8795fa5c14084d259e34bb5cde9ef8fdd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:52:23 +0200 Subject: [PATCH] chore(release): version packages (#1837) Co-authored-by: github-actions[bot] --- .changeset/beige-buttons-chew.md | 5 ----- .changeset/fifty-seals-thank.md | 5 ----- .changeset/thick-weeks-compete.md | 5 ----- cli/CHANGELOG.md | 12 ++++++++++++ cli/package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/beige-buttons-chew.md delete mode 100644 .changeset/fifty-seals-thank.md delete mode 100644 .changeset/thick-weeks-compete.md diff --git a/.changeset/beige-buttons-chew.md b/.changeset/beige-buttons-chew.md deleted file mode 100644 index bac1cf0ff5..0000000000 --- a/.changeset/beige-buttons-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -feat: replace better-sqlite3 with libsql diff --git a/.changeset/fifty-seals-thank.md b/.changeset/fifty-seals-thank.md deleted file mode 100644 index 55c5cc1910..0000000000 --- a/.changeset/fifty-seals-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -chore: pin zod version diff --git a/.changeset/thick-weeks-compete.md b/.changeset/thick-weeks-compete.md deleted file mode 100644 index f78a6c2f73..0000000000 --- a/.changeset/thick-weeks-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Only install @trpc/next when router style is page router diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 94ac96db57..65713e9c23 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 7.31.0 + +### Minor Changes + +- [#1830](https://github.com/t3-oss/create-t3-app/pull/1830) [`3257d0a`](https://github.com/t3-oss/create-t3-app/commit/3257d0a2fe73847b501bdf36f09053638b4a41a4) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: replace better-sqlite3 with libsql + +### Patch Changes + +- [`ab5fa95`](https://github.com/t3-oss/create-t3-app/commit/ab5fa95afce2a0feb8567aed6bb02beeef1401e5) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - chore: pin zod version + +- [#1835](https://github.com/t3-oss/create-t3-app/pull/1835) [`f66e30a`](https://github.com/t3-oss/create-t3-app/commit/f66e30a0c84eb4f74182d79b23e3c5e900788e10) Thanks [@Inshiku-Han](https://github.com/Inshiku-Han)! - Only install @trpc/next when router style is page router + ## 7.30.2 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 2c4a68d728..35220aa3c9 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.30.2", + "version": "7.31.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {