Skip to content

Commit 5714e99

Browse files
chore(release): version packages (#1408)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5cef63a commit 5714e99

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/curvy-dolls-hammer.md

-13
This file was deleted.

cli/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 7.13.0
4+
5+
### Minor Changes
6+
7+
- [#1397](https://github.com/t3-oss/create-t3-app/pull/1397) [`be9a834`](https://github.com/t3-oss/create-t3-app/commit/be9a83483339f8bb799be7a3d69cf67e64882daf) Thanks [@brieyla1](https://github.com/brieyla1)! - feat: Added JsonProtocol as the Default Prisma Engine for Serverless speedups
8+
9+
modified:
10+
11+
- cli/template/extras/prisma/schema/base.prisma
12+
13+
- cli/template/extras/prisma/schema/with-auth.prisma
14+
15+
Description: This pull request proposes the enabling of the JsonProtocol by default. The rationale for this change is based on the performance improvements provided by the JsonProtocol without compromising stability, even though it is still a preview feature. Empirical evidence gathered from large-scale projects, with 100+ Prisma calls, demonstrates the significant time reductions enabled by this optimization, particularly in serverless environments such as Vercel. Another point worth adding is that most projects using nextJS create-t3-app will be deployed on serverless platforms such as vercel, where the real impact is.
16+
317
## 7.12.3
418

519
### Patch Changes

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-t3-app",
3-
"version": "7.12.3",
3+
"version": "7.13.0",
44
"description": "Create web application with the t3 stack",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)