Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adelsz committed May 2, 2020
1 parent 5045dce commit cf52fa5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/cli",
"version": "0.6.0",
"version": "0.6.1",
"main": "lib/index.js",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/example",
"version": "0.6.0",
"version": "0.6.1",
"description": "A package demonstrating how pgtyped works.",
"author": "Adel Salakh",
"private": true,
Expand All @@ -21,7 +21,7 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@pgtyped/cli": "^0.6.0",
"@pgtyped/cli": "^0.6.1",
"@pgtyped/query": "^0.6.0",
"@types/pg": "7.14.3",
"pg": "8.0.3",
Expand Down

0 comments on commit cf52fa5

Please sign in to comment.