diff --git a/.changeset/eighty-toys-wink.md b/.changeset/eighty-toys-wink.md deleted file mode 100644 index 49438eb9ed..0000000000 --- a/.changeset/eighty-toys-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -remove duplicate `
` tags diff --git a/.changeset/orange-meals-clean.md b/.changeset/orange-meals-clean.md deleted file mode 100644 index 71c813a23a..0000000000 --- a/.changeset/orange-meals-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: unify drizlze schema and fix sqlite timestamps diff --git a/.changeset/spotty-donkeys-admire.md b/.changeset/spotty-donkeys-admire.md deleted file mode 100644 index 647cd1d9c4..0000000000 --- a/.changeset/spotty-donkeys-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -feat: add trpc rsc prefetching diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index cef2bae183..9340dde1cd 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 7.36.0 + +### Minor Changes + +- [#1932](https://github.com/t3-oss/create-t3-app/pull/1932) [`42a485a29370fbfe4f03e5f756d97c0fee0b09e8`](https://github.com/t3-oss/create-t3-app/commit/42a485a29370fbfe4f03e5f756d97c0fee0b09e8) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: add trpc rsc prefetching + +### Patch Changes + +- [#1934](https://github.com/t3-oss/create-t3-app/pull/1934) [`1cfbb117c892905ea956a597aa6d48e9984b1190`](https://github.com/t3-oss/create-t3-app/commit/1cfbb117c892905ea956a597aa6d48e9984b1190) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - remove duplicate `
` tags + +- [#1931](https://github.com/t3-oss/create-t3-app/pull/1931) [`a1a4b8707b95b82e755733b2853ac595bb9d4829`](https://github.com/t3-oss/create-t3-app/commit/a1a4b8707b95b82e755733b2853ac595bb9d4829) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: unify drizlze schema and fix sqlite timestamps + ## 7.35.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 1f48d03bac..38352ca6f4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.35.0", + "version": "7.36.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {