Skip to content

Commit 338643c

Browse files
committed
Match Zod version to dependencies
1 parent 92395c8 commit 338643c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-12-19] [Match Zod version to dependencies](https://github.com/rubriclab/create-rubric-app/commit/8549dc0f70c39a1ecf28cfedbfce5d3da5c5fab0)
12
- [2025-12-19] [Bleed chat template dependencies](https://github.com/rubriclab/create-rubric-app/commit/23782eb6f316061dc679883e0c230a87f1889fe9)
23
- [2025-09-23] [Add README](https://github.com/rubriclab/create-rubric-app/commit/33744bf670bfac43cfbcaf9859d0df1e4e0629a4)
34
- [2025-08-26] [commit .env.example](https://github.com/RubricLab/create-rubric-app/commit/bb94b9bff4d1a2eb3046a51b326fffef7989ffc1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"simple-git-hooks": {
3333
"post-commit": "bun x @rubriclab/package post-commit"
3434
},
35-
"version": "1.6.27"
35+
"version": "1.6.28"
3636
}

templates/chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prisma": "6.19.1",
1111
"react": "19.2.3",
1212
"react-dom": "19.2.3",
13-
"zod": "4.2.1"
13+
"zod": "4.1.13"
1414
},
1515
"description": "This project was bootstrapped with create-rubric-app",
1616
"devDependencies": {

0 commit comments

Comments
 (0)