From 0806a225d62e1a8b744964f650e1b06af4c682f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 12:19:30 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/lucky-parents-invent.md | 5 ----- .changeset/red-rules-turn.md | 5 ----- .changeset/violet-elephants-sit.md | 5 ----- cli/CHANGELOG.md | 10 ++++++++++ cli/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/lucky-parents-invent.md delete mode 100644 .changeset/red-rules-turn.md delete mode 100644 .changeset/violet-elephants-sit.md diff --git a/.changeset/lucky-parents-invent.md b/.changeset/lucky-parents-invent.md deleted file mode 100644 index 99e678b28e..0000000000 --- a/.changeset/lucky-parents-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix issue with prefetch protected procedure in auth templates diff --git a/.changeset/red-rules-turn.md b/.changeset/red-rules-turn.md deleted file mode 100644 index becc31f97e..0000000000 --- a/.changeset/red-rules-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Add more scripts in `package.json` diff --git a/.changeset/violet-elephants-sit.md b/.changeset/violet-elephants-sit.md deleted file mode 100644 index ae72cc68c8..0000000000 --- a/.changeset/violet-elephants-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Resolved issue where database startup script did not check for docker daemon being up and running diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c7e7a1b4ef..d054a7fcd6 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.37.1 + +### Patch Changes + +- [#1969](https://github.com/t3-oss/create-t3-app/pull/1969) [`e08dbe307b4e37c7cc7e0cbf6243c008771ef4f8`](https://github.com/t3-oss/create-t3-app/commit/e08dbe307b4e37c7cc7e0cbf6243c008771ef4f8) Thanks [@Guria](https://github.com/Guria)! - fix issue with prefetch protected procedure in auth templates + +- [#1997](https://github.com/t3-oss/create-t3-app/pull/1997) [`fe85a233c62af607e8a39bf5ca1b2358d43c6587`](https://github.com/t3-oss/create-t3-app/commit/fe85a233c62af607e8a39bf5ca1b2358d43c6587) Thanks [@programming-with-ia](https://github.com/programming-with-ia)! - Add more scripts in `package.json` + +- [#1975](https://github.com/t3-oss/create-t3-app/pull/1975) [`78cb06f99f15f4f4f90b57e3545f1dc0b222eaf3`](https://github.com/t3-oss/create-t3-app/commit/78cb06f99f15f4f4f90b57e3545f1dc0b222eaf3) Thanks [@0pilatos0](https://github.com/0pilatos0)! - Resolved issue where database startup script did not check for docker daemon being up and running + ## 7.37.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 41b5152d49..e43261a1a1 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.37.0", + "version": "7.37.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {