Skip to content

Commit 641fd4f

Browse files
authored
chore release 0.17.0 (#216)
1 parent b4a172f commit 641fd4f

File tree

3 files changed

+766
-3022
lines changed

3 files changed

+766
-3022
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pnpm-lock.yaml
2+
node_modules/
3+
dist/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-zero",
3-
"version": "0.17.0-canary.2",
3+
"version": "0.17.0",
44
"description": "Generate Zero schemas from Drizzle ORM schemas",
55
"type": "module",
66
"scripts": {
@@ -85,7 +85,7 @@
8585
},
8686
"devDependencies": {
8787
"@rocicorp/prettier-config": "^0.4.0",
88-
"@rocicorp/zero": "0.25.0-canary.27",
88+
"@rocicorp/zero": "0.25.1",
8989
"@ts-morph/common": "^0.28.1",
9090
"@types/node": "^24.10.1",
9191
"@types/pg": "^8.15.6",

0 commit comments

Comments
 (0)