diff --git a/.changeset/clever-geese-clap.md b/.changeset/clever-geese-clap.md deleted file mode 100644 index 95b7560d65..0000000000 --- a/.changeset/clever-geese-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: non planetscale env.js refers to YOUR_MYSQL_URL_HERE diff --git a/.changeset/violet-plums-sparkle.md b/.changeset/violet-plums-sparkle.md deleted file mode 100644 index bfe9b7d8cd..0000000000 --- a/.changeset/violet-plums-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Apply drizzle-orm lint rules for `db` keyword only diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 452702c4d5..79c7caf1be 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.30.1 + +### Patch Changes + +- [#1802](https://github.com/t3-oss/create-t3-app/pull/1802) [`41380d1`](https://github.com/t3-oss/create-t3-app/commit/41380d1cbf29418c3d60a2dcefd3eaf3f7e7bc28) Thanks [@c-ehrlich](https://github.com/c-ehrlich)! - fix: non planetscale env.js refers to YOUR_MYSQL_URL_HERE + +- [#1808](https://github.com/t3-oss/create-t3-app/pull/1808) [`fedd7b3`](https://github.com/t3-oss/create-t3-app/commit/fedd7b3926540fdf3137f327cac917237a438943) Thanks [@thecmdrunner](https://github.com/thecmdrunner)! - Apply drizzle-orm lint rules for `db` keyword only + ## 7.30.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 5b0f86cbdc..934f07638b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.30.0", + "version": "7.30.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {