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/cli/CHANGELOG.md b/cli/CHANGELOG.md index 53a6de0b7d..08002b528d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # 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 + ## 7.32.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 9b89f03d04..9c42ad91ae 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": {