diff --git a/.changeset/five-kangaroos-sin.md b/.changeset/five-kangaroos-sin.md deleted file mode 100644 index 9cde4a839f..0000000000 --- a/.changeset/five-kangaroos-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -Add .idea to .gitignore diff --git a/.changeset/green-scissors-chew.md b/.changeset/green-scissors-chew.md deleted file mode 100644 index 04b4bad66b..0000000000 --- a/.changeset/green-scissors-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: Added $defaultFn to the user table's id field when using Drizzle to fix #1906 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 364549ea2b..cef2bae183 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.35.0 + +### Minor Changes + +- [#1905](https://github.com/t3-oss/create-t3-app/pull/1905) [`b22e2e10d005689faa7b1db771a217b59c88635f`](https://github.com/t3-oss/create-t3-app/commit/b22e2e10d005689faa7b1db771a217b59c88635f) Thanks [@jessedelira](https://github.com/jessedelira)! - Add .idea to .gitignore + +### Patch Changes + +- [#1909](https://github.com/t3-oss/create-t3-app/pull/1909) [`f69fa29733d3bd0d6e5043d1200e250a938b6335`](https://github.com/t3-oss/create-t3-app/commit/f69fa29733d3bd0d6e5043d1200e250a938b6335) Thanks [@TheDevilOnLine](https://github.com/TheDevilOnLine)! - fix: Added $defaultFn to the user table's id field when using Drizzle to fix #1906 + ## 7.34.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 917aeb50df..8e77e90b8c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.34.0", + "version": "7.35.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {