Skip to content

Commit

Permalink
release: v0.39.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fhur committed May 9, 2024
1 parent 1aed41b commit 2183415
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synthql/backend",
"type": "module",
"version": "0.37.4",
"version": "0.39.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"format": "yarn prettier --config ../../prettier.config.js --write ./src/"
},
"dependencies": {
"@synthql/queries": "0.37.4",
"@synthql/queries": "0.39.4",
"kysely": "^0.27.3",
"pg": "^8.11.3",
"sql-formatter": "^15.0.2"
Expand All @@ -45,4 +45,4 @@
"typescript": "^5.4.5",
"vitest": "^1.1.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synthql/cli",
"type": "module",
"version": "0.37.4",
"version": "0.39.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"format": "yarn prettier --config ../../prettier.config.js --write ./src/"
},
"dependencies": {
"@synthql/backend": "0.37.4",
"@synthql/backend": "0.39.4",
"pg": "^8.11.3",
"yargs": "^17.7.2"
},
Expand All @@ -44,4 +44,4 @@
"bin": {
"synthql": "build/src/index.cjs"
}
}
}
4 changes: 2 additions & 2 deletions packages/queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/synthql/SynthQL#readme",
"type": "module",
"private": false,
"version": "0.37.4",
"version": "0.39.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand All @@ -36,4 +36,4 @@
"typescript": "^5.4.5",
"vitest": "^1.1.0"
}
}
}
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthql/react",
"version": "0.37.4",
"version": "0.39.4",
"repository": {
"type": "git",
"url": "git@github.com:synthql/SynthQL.git"
Expand All @@ -16,9 +16,9 @@
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@synthql/backend": "0.37.4",
"@synthql/cli": "0.37.4",
"@synthql/queries": "0.37.4"
"@synthql/backend": "0.39.4",
"@synthql/cli": "0.39.4",
"@synthql/queries": "0.39.4"
},
"devDependencies": {
"@tanstack/react-query": "^4",
Expand All @@ -43,4 +43,4 @@
"generate-types": "synthql generate --out=src/test",
"compile-executable-examples": "node ../../scripts/compile-executable-examples.cjs ./src/useSynthqlExamples.test.tsx"
}
}
}

0 comments on commit 2183415

Please sign in to comment.