Skip to content

Commit

Permalink
release: v0.33.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fhur committed Apr 17, 2024
1 parent b34c5f3 commit 7c6306e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.32.4",
"version": "0.33.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand All @@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"@synthql/queries": "0.32.4",
"@synthql/queries": "0.33.4",
"pg": "^8.11.3"
},
"scripts": {
Expand All @@ -38,4 +38,4 @@
"vitest": "^1.1.0",
"typescript": "^5.4.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/synthql/synthql#readme",
"type": "module",
"private": false,
"version": "0.32.4",
"version": "0.33.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand All @@ -32,4 +32,4 @@
"typescript": "^5.4.5",
"vitest": "^1.1.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthql/react",
"version": "0.32.4",
"version": "0.33.4",
"repository": {
"type": "git",
"url": "git@github.com:synthql/synthql.git"
Expand All @@ -12,7 +12,7 @@
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@synthql/queries": "0.32.4"
"@synthql/queries": "0.33.4"
},
"devDependencies": {
"@tanstack/react-query": "^4",
Expand All @@ -36,4 +36,4 @@
"format": "yarn prettier --config ../../prettier.config.js --write ./src/",
"compile-executable-examples": "node ../../scripts/compile-executable-examples.cjs ./src/useSynthql.test.tsx"
}
}
}

0 comments on commit 7c6306e

Please sign in to comment.