Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @whatsgood/uniform-graphql@0.2.7
 - @whatsgood/uniform-graphql-examples@0.2.7
  • Loading branch information
mechanical-turk committed Apr 8, 2021
1 parent 3c1cb26 commit 8733a91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whatsgood/uniform-graphql",
"private": false,
"version": "0.2.6",
"version": "0.2.7",
"description": "Code-first GraphQL apis in TypeScript with complete & robust end-to-end type safety",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/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/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whatsgood/uniform-graphql-examples",
"private": false,
"version": "0.2.6",
"version": "0.2.7",
"description": "Usage examples for @whatsgood/uniform-graphql",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"start": "ts-node-dev --respawn ./src/index.ts"
},
"dependencies": {
"@whatsgood/uniform-graphql": "^0.2.6",
"@whatsgood/uniform-graphql": "^0.2.7",
"apollo-server-express": "2.19.0",
"body-parser": "1.19.0",
"express": "4.17.1",
Expand Down

0 comments on commit 8733a91

Please sign in to comment.