diff --git a/.changeset/nine-hats-warn.md b/.changeset/nine-hats-warn.md deleted file mode 100644 index fa94ad84e5..0000000000 --- a/.changeset/nine-hats-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Load PORT in start-database script diff --git a/.changeset/selfish-geese-camp.md b/.changeset/selfish-geese-camp.md deleted file mode 100644 index 3bc7ab6d57..0000000000 --- a/.changeset/selfish-geese-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Fixed project creation of . bug in ./start-database.sh diff --git a/.changeset/tough-mice-drop.md b/.changeset/tough-mice-drop.md deleted file mode 100644 index 0a702d738a..0000000000 --- a/.changeset/tough-mice-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Added drizzle's db.sqlite location to .gitignore diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ec1ba0847d..71cfee472e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.32.1 + +### Patch Changes + +- [#1860](https://github.com/t3-oss/create-t3-app/pull/1860) [`b5ced34`](https://github.com/t3-oss/create-t3-app/commit/b5ced343f8a7fbc889a113ec05bef6c5e550cd55) Thanks [@victor-falcon](https://github.com/victor-falcon)! - Load PORT in start-database script + +- [#1871](https://github.com/t3-oss/create-t3-app/pull/1871) [`f29a69f`](https://github.com/t3-oss/create-t3-app/commit/f29a69fcc300db539fe0cfa9f52858551e89b869) Thanks [@xelacast](https://github.com/xelacast)! - Fixed project creation of . bug in ./start-database.sh + +- [#1858](https://github.com/t3-oss/create-t3-app/pull/1858) [`29348b6`](https://github.com/t3-oss/create-t3-app/commit/29348b6b4f11d7f19915be6639e3c5aaa27b8907) Thanks [@lcabraja](https://github.com/lcabraja)! - Added drizzle's db.sqlite location to .gitignore + ## 7.32.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 08b4e6c509..9b89f03d04 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.32.0", + "version": "7.32.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {