diff --git a/.changeset/gold-toes-compete.md b/.changeset/gold-toes-compete.md deleted file mode 100644 index de60ddaff7..0000000000 --- a/.changeset/gold-toes-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -temporarily pin next-auth version diff --git a/.changeset/gorgeous-jars-vanish.md b/.changeset/gorgeous-jars-vanish.md deleted file mode 100644 index dc1cc18a06..0000000000 --- a/.changeset/gorgeous-jars-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Update the type for global prisma instance diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c89d8e719c..211c412b55 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.10.2 + +### Patch Changes + +- [#1329](https://github.com/t3-oss/create-t3-app/pull/1329) [`5429989`](https://github.com/t3-oss/create-t3-app/commit/54299895517d3c406637efec8f0512cf1ba2da5a) Thanks [@c-ehrlich](https://github.com/c-ehrlich)! - temporarily pin next-auth version + +- [#1321](https://github.com/t3-oss/create-t3-app/pull/1321) [`7fcb41c`](https://github.com/t3-oss/create-t3-app/commit/7fcb41c95d24567040b72409a576d8c694f910a1) Thanks [@JingLi1998](https://github.com/JingLi1998)! - Update the type for global prisma instance + ## 7.10.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 4763bd5c9d..392d19fdb6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.10.1", + "version": "7.10.2", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {