From 6b672e0bd82aed8bf2b7b45d901458edac259687 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 19:26:51 +0200 Subject: [PATCH] chore(release): version packages (#1892) --- .changeset/dirty-snakes-rescue.md | 5 ----- .changeset/hot-chairs-fail.md | 5 ----- cli/CHANGELOG.md | 10 ++++++++++ cli/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/dirty-snakes-rescue.md delete mode 100644 .changeset/hot-chairs-fail.md diff --git a/.changeset/dirty-snakes-rescue.md b/.changeset/dirty-snakes-rescue.md deleted file mode 100644 index c6258e9ef7..0000000000 --- a/.changeset/dirty-snakes-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Apply drizzle rules for `ctx.db` object in tRPC context diff --git a/.changeset/hot-chairs-fail.md b/.changeset/hot-chairs-fail.md deleted file mode 100644 index 0aa1621ded..0000000000 --- a/.changeset/hot-chairs-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -Add `db:generate` and `db:migrate` scripts to drizzle and prisma installers diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index e429663f03..364549ea2b 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.34.0 + +### Minor Changes + +- [#1893](https://github.com/t3-oss/create-t3-app/pull/1893) [`1925236bcfcafc6c490319ab5f07b2a698e88ef5`](https://github.com/t3-oss/create-t3-app/commit/1925236bcfcafc6c490319ab5f07b2a698e88ef5) Thanks [@brandon93s](https://github.com/brandon93s)! - Add `db:generate` and `db:migrate` scripts to drizzle and prisma installers + +### Patch Changes + +- [#1891](https://github.com/t3-oss/create-t3-app/pull/1891) [`4236f0dfa969ff0d8b7ce2a60b5595c43ced9043`](https://github.com/t3-oss/create-t3-app/commit/4236f0dfa969ff0d8b7ce2a60b5595c43ced9043) Thanks [@thecmdrunner](https://github.com/thecmdrunner)! - Apply drizzle rules for `ctx.db` object in tRPC context + ## 7.33.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 512edff0c9..17a8f6a1d0 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.33.1", + "version": "7.34.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {