diff --git a/.changeset/few-bikes-collect.md b/.changeset/few-bikes-collect.md deleted file mode 100644 index 497fabad1b..0000000000 --- a/.changeset/few-bikes-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -chore(deps): upgrade Prisma to v5.1.1, bump patch versions of other dependencies diff --git a/.changeset/wild-walls-share.md b/.changeset/wild-walls-share.md deleted file mode 100644 index 84f249dde3..0000000000 --- a/.changeset/wild-walls-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -If the project is not in a Git repo, the next steps will show git init instead of git commit -m "initial commit". diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 4b5e3b92c2..16dfc608ae 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.18.0 + +### Minor Changes + +- [#1532](https://github.com/t3-oss/create-t3-app/pull/1532) [`941a0fc`](https://github.com/t3-oss/create-t3-app/commit/941a0fc79bcfb24c894525c93aab87c2860b2ad4) Thanks [@spicybackend](https://github.com/spicybackend)! - chore(deps): upgrade Prisma to v5.1.1, bump patch versions of other dependencies + +- [#1507](https://github.com/t3-oss/create-t3-app/pull/1507) [`fe5755c`](https://github.com/t3-oss/create-t3-app/commit/fe5755c2d575ce27e8e9c86e6fc79e7903af0390) Thanks [@LevinUncu](https://github.com/LevinUncu)! - If the project is not in a Git repo, the next steps will show git init instead of git commit -m "initial commit". + ## 7.17.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 8b2294e92d..55c364c5a0 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.17.0", + "version": "7.18.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {