diff --git a/.changeset/four-dolphins-tie.md b/.changeset/four-dolphins-tie.md deleted file mode 100644 index b6a66a1305..0000000000 --- a/.changeset/four-dolphins-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -upgrade to typescript eslint v8 diff --git a/.changeset/quick-laws-breathe.md b/.changeset/quick-laws-breathe.md deleted file mode 100644 index 77a557cc5b..0000000000 --- a/.changeset/quick-laws-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -upgrade to drizzle-orm@0.33 and corresponding drizzle-kit version diff --git a/.changeset/three-garlics-cheat.md b/.changeset/three-garlics-cheat.md deleted file mode 100644 index 04e4557f12..0000000000 --- a/.changeset/three-garlics-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix typo diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index db0e146edd..c7e7a1b4ef 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 7.37.0 + +### Minor Changes + +- [#1936](https://github.com/t3-oss/create-t3-app/pull/1936) [`2d1878e53767e35ab4b22a37622fbf0d5fdb4da7`](https://github.com/t3-oss/create-t3-app/commit/2d1878e53767e35ab4b22a37622fbf0d5fdb4da7) Thanks [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)! - upgrade to typescript eslint v8 + +- [#1936](https://github.com/t3-oss/create-t3-app/pull/1936) [`2d1878e53767e35ab4b22a37622fbf0d5fdb4da7`](https://github.com/t3-oss/create-t3-app/commit/2d1878e53767e35ab4b22a37622fbf0d5fdb4da7) Thanks [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)! - upgrade to drizzle-orm@0.33 and corresponding drizzle-kit version + +### Patch Changes + +- [#1954](https://github.com/t3-oss/create-t3-app/pull/1954) [`f9f96d069af87d4372dc917e3625409859e4e615`](https://github.com/t3-oss/create-t3-app/commit/f9f96d069af87d4372dc917e3625409859e4e615) Thanks [@ronanru](https://github.com/ronanru)! - fix typo + ## 7.36.2 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 52fea5098f..41b5152d49 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.36.2", + "version": "7.37.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {