From c870985c68f43d073e588f3e7e72aa92743b5d70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 May 2024 20:22:51 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/curly-windows-learn.md | 5 ----- .changeset/dirty-tools-rule.md | 5 ----- cli/CHANGELOG.md | 10 ++++++++++ cli/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/curly-windows-learn.md delete mode 100644 .changeset/dirty-tools-rule.md diff --git a/.changeset/curly-windows-learn.md b/.changeset/curly-windows-learn.md deleted file mode 100644 index bbf71590fb..0000000000 --- a/.changeset/curly-windows-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -change default font from Inter to Geist Sans diff --git a/.changeset/dirty-tools-rule.md b/.changeset/dirty-tools-rule.md deleted file mode 100644 index 0dad264183..0000000000 --- a/.changeset/dirty-tools-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -chore: update `drizzle-kit` to `0.21.0` diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 53a6de0b7d..04d1af1dc0 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.33.0 + +### Minor Changes + +- [#1821](https://github.com/t3-oss/create-t3-app/pull/1821) [`4de1927`](https://github.com/t3-oss/create-t3-app/commit/4de1927489aa2d0cf61313ea1543f85268c0e645) Thanks [@kakeWasTaken](https://github.com/kakeWasTaken)! - change default font from Inter to Geist Sans + +### Patch Changes + +- [#1881](https://github.com/t3-oss/create-t3-app/pull/1881) [`9e5e7d0`](https://github.com/t3-oss/create-t3-app/commit/9e5e7d0c4342542fec18fdc97552b494fe31f5a3) Thanks [@gcjbr](https://github.com/gcjbr)! - chore: update `drizzle-kit` to `0.21.0` + ## 7.32.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 378ac58589..3f1f8b54a6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.32.1", + "version": "7.33.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {