Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adelsz committed Mar 16, 2020
1 parent f7150f1 commit ccdef1e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.4.2"
"version": "0.4.3"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/cli",
"version": "0.4.2",
"version": "0.4.3",
"main": "lib/index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -24,7 +24,7 @@
}
},
"dependencies": {
"@pgtyped/query": "^0.4.2",
"@pgtyped/query": "^0.4.3",
"@types/camel-case": "^1.2.1",
"camel-case": "^3.0.0",
"chokidar": "^3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/example",
"version": "0.4.2",
"version": "0.4.3",
"description": "A package demonstrating how pgtyped works.",
"author": "Adel Salakh",
"private": true,
Expand All @@ -21,8 +21,8 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@pgtyped/cli": "^0.4.2",
"@pgtyped/query": "^0.4.2",
"@pgtyped/cli": "^0.4.3",
"@pgtyped/query": "^0.4.3",
"@types/pg": "^7.11.2",
"pg": "^7.12.1",
"typescript": "^3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/query",
"version": "0.4.2",
"version": "0.4.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit ccdef1e

Please sign in to comment.