Skip to content

Commit

Permalink
v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adelsz committed Mar 25, 2021
1 parent 61302de commit b41a824
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.10.1"
"version": "0.10.2"
}
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.

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.10.1",
"version": "0.10.2",
"main": "lib/index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -24,7 +24,7 @@
}
},
"dependencies": {
"@pgtyped/query": "^0.10.1",
"@pgtyped/query": "^0.10.2",
"@types/nunjucks": "^3.1.3",
"camel-case": "^4.1.1",
"chalk": "^4.0.0",
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.

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.10.1",
"version": "0.10.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.10.1",
"@pgtyped/query": "^0.10.1",
"@pgtyped/cli": "^0.10.2",
"@pgtyped/query": "^0.10.2",
"@types/pg": "7.14.9",
"expect": "26.6.2",
"pg": "8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/query/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/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/query",
"version": "0.10.1",
"version": "0.10.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down

1 comment on commit b41a824

@vercel
Copy link

@vercel vercel bot commented on b41a824 Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.