diff --git a/.changeset/itchy-apricots-compare.md b/.changeset/itchy-apricots-compare.md deleted file mode 100644 index 69fc34e676..0000000000 --- a/.changeset/itchy-apricots-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: simplify session user check in protected procedures diff --git a/.changeset/thin-hats-reflect.md b/.changeset/thin-hats-reflect.md deleted file mode 100644 index 386ff6715a..0000000000 --- a/.changeset/thin-hats-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -start-database.sh script gets DB_NAME and DB_CONTAINER_NAME based off of DATABASE_URL in .env diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index fb49f76b41..27deee2cea 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.38.2 + +### Patch Changes + +- [#2044](https://github.com/t3-oss/create-t3-app/pull/2044) [`cd4cf334e786191f36d699dd9ecdca20903d23f9`](https://github.com/t3-oss/create-t3-app/commit/cd4cf334e786191f36d699dd9ecdca20903d23f9) Thanks [@ImBIOS](https://github.com/ImBIOS)! - fix: simplify session user check in protected procedures + +- [#2038](https://github.com/t3-oss/create-t3-app/pull/2038) [`d0a710a65095bc3145a92f13970937af625cb140`](https://github.com/t3-oss/create-t3-app/commit/d0a710a65095bc3145a92f13970937af625cb140) Thanks [@acharlop](https://github.com/acharlop)! - start-database.sh script gets DB_NAME and DB_CONTAINER_NAME based off of DATABASE_URL in .env + ## 7.38.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index bce3f47c45..db3cb22c57 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.38.1", + "version": "7.38.2", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {