From ba446b78504d417a9ad487eee8f5087fe9f7848d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:55:00 +0200 Subject: [PATCH] chore(release): version packages (#1947) --- .changeset/orange-onions-argue.md | 5 ----- .changeset/twenty-items-cry.md | 5 ----- .changeset/wet-vans-rest.md | 5 ----- cli/CHANGELOG.md | 10 ++++++++++ cli/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/orange-onions-argue.md delete mode 100644 .changeset/twenty-items-cry.md delete mode 100644 .changeset/wet-vans-rest.md diff --git a/.changeset/orange-onions-argue.md b/.changeset/orange-onions-argue.md deleted file mode 100644 index 80bc0af140..0000000000 --- a/.changeset/orange-onions-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -resolve client error during getLatest trpc call diff --git a/.changeset/twenty-items-cry.md b/.changeset/twenty-items-cry.md deleted file mode 100644 index 79345c4342..0000000000 --- a/.changeset/twenty-items-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Update seed.ts in prisma in documentation diff --git a/.changeset/wet-vans-rest.md b/.changeset/wet-vans-rest.md deleted file mode 100644 index 506ada4112..0000000000 --- a/.changeset/wet-vans-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -changed default password error message for `start-database` script diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 8b64d7491f..db0e146edd 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.36.2 + +### Patch Changes + +- [#1945](https://github.com/t3-oss/create-t3-app/pull/1945) [`9eea9fb5f6d26d42944a660bfcee5f7fb33438ad`](https://github.com/t3-oss/create-t3-app/commit/9eea9fb5f6d26d42944a660bfcee5f7fb33438ad) Thanks [@datasalaryman](https://github.com/datasalaryman)! - resolve client error during getLatest trpc call + +- [#1948](https://github.com/t3-oss/create-t3-app/pull/1948) [`3a1b94d29a3addc783e2d6645c2e88a5b7273174`](https://github.com/t3-oss/create-t3-app/commit/3a1b94d29a3addc783e2d6645c2e88a5b7273174) Thanks [@keyding](https://github.com/keyding)! - Update seed.ts in prisma in documentation + +- [#1940](https://github.com/t3-oss/create-t3-app/pull/1940) [`46a4e2d144da8b184bf39444b19e0b1bd00bab2b`](https://github.com/t3-oss/create-t3-app/commit/46a4e2d144da8b184bf39444b19e0b1bd00bab2b) Thanks [@KrishanGoyal1](https://github.com/KrishanGoyal1)! - changed default password error message for `start-database` script + ## 7.36.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index f78cc2404b..22be1404ec 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.36.1", + "version": "7.36.2", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {