Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adelsz committed Mar 14, 2020
1 parent 0c4b8bd commit 0779fa3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.1"
"version": "0.4.2"
}
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.1",
"version": "0.4.2",
"main": "lib/index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -24,7 +24,7 @@
}
},
"dependencies": {
"@pgtyped/query": "^0.4.1",
"@pgtyped/query": "^0.4.2",
"@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.1",
"version": "0.4.2",
"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.1",
"@pgtyped/query": "^0.4.1",
"@pgtyped/cli": "^0.4.2",
"@pgtyped/query": "^0.4.2",
"@types/pg": "^7.11.2",
"pg": "^7.12.1",
"typescript": "^3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/query",
"version": "0.4.1",
"version": "0.4.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
}
},
"dependencies": {
"@pgtyped/wire": "^0.4.1",
"@pgtyped/wire": "^0.4.2",
"@types/debug": "^4.1.4",
"debug": "^4.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/wire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/wire",
"version": "0.4.1",
"version": "0.4.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 0779fa3

Please sign in to comment.