Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: Release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Mar 11, 2020
1 parent 04a04e3 commit 6b8820e
Show file tree
Hide file tree
Showing 17 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.11.1"
"version": "0.11.2"
}
6 changes: 3 additions & 3 deletions packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-cli",
"version": "0.11.1",
"version": "0.11.2",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -60,10 +60,10 @@
"execa": "4.0.0",
"figlet": "1.3.0",
"glob": "7.1.6",
"graphback": "0.11.1",
"graphback": "0.11.2",
"graphql": "^14.6.0",
"graphql-config": "3.0.0-alpha.18",
"graphql-migrations": "0.11.1",
"graphql-migrations": "0.11.2",
"inquirer": "7.1.0",
"js-yaml": "3.13.1",
"node-emoji": "1.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-codegen-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/codegen-client",
"version": "0.11.1",
"version": "0.11.2",
"description": "GraphQL-Code-Generator compatible client side queries generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.1",
"@graphback/core": "0.11.2",
"pluralize": "8.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-codegen-offix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/codegen-offix",
"version": "0.11.1",
"version": "0.11.2",
"description": "GraphQL-Code-Generator offix plugin",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.1",
"@graphback/core": "0.11.2",
"@graphql-toolkit/common": "0.9.7",
"@graphql-toolkit/core": "0.9.7",
"graphql-compose": "7.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-codegen-resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/codegen-resolvers",
"version": "0.11.1",
"version": "0.11.2",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.1",
"@graphback/core": "0.11.2",
"pg": "7.18.2",
"pluralize": "8.0.0",
"prettier": "1.19.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-codegen-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/codegen-schema",
"version": "0.11.1",
"version": "0.11.2",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.1",
"@graphback/core": "0.11.2",
"@graphql-toolkit/common": "0.9.7",
"@graphql-toolkit/core": "0.9.7",
"@graphql-toolkit/schema-merging": "0.9.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/core",
"version": "0.11.1",
"version": "0.11.2",
"description": "Api for building Graphback generator metadata",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphback-runtime-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/runtime-knex",
"version": "0.11.1",
"version": "0.11.2",
"description": "Graphback Runtime Knex.js integration",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -46,8 +46,8 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.1",
"@graphback/runtime": "0.11.1",
"@graphback/core": "0.11.2",
"@graphback/runtime": "0.11.2",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0",
"knex": "0.20.11"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphback-runtime-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/runtime-mongo",
"version": "0.11.1",
"version": "0.11.2",
"description": "Graphback runtime mongodb",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -46,8 +46,8 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.1",
"@graphback/runtime": "0.11.1",
"@graphback/core": "0.11.2",
"@graphback/runtime": "0.11.2",
"@types/mongodb": "3.5.2",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/runtime",
"version": "0.11.1",
"version": "0.11.2",
"description": "Graphback Runtime Core",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.1",
"@graphback/core": "0.11.2",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0",
"node-fetch": "2.6.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/graphback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback",
"version": "0.11.1",
"version": "0.11.2",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -43,11 +43,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@graphback/codegen-client": "0.11.1",
"@graphback/codegen-resolvers": "0.11.1",
"@graphback/codegen-schema": "0.11.1",
"@graphback/core": "0.11.1",
"@graphback/runtime": "0.11.1",
"@graphback/codegen-client": "0.11.2",
"@graphback/codegen-resolvers": "0.11.2",
"@graphback/codegen-schema": "0.11.2",
"@graphback/core": "0.11.2",
"@graphback/runtime": "0.11.2",
"@graphql-inspector/core": "1.27.0",
"glob": "7.1.6",
"graphql-subscriptions": "1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-migrations",
"version": "0.11.1",
"version": "0.11.2",
"description": "Create & migrate Databases from GraphQL Schema",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@graphback/core": "0.11.1",
"@graphback/core": "0.11.2",
"@graphql-inspector/core": "1.27.0",
"case": "1.6.2",
"chalk": "3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/graphql-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-serve",
"version": "0.11.1",
"version": "0.11.2",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
Expand Down Expand Up @@ -29,21 +29,21 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/codegen-client": "0.11.1",
"@graphback/codegen-schema": "0.11.1",
"@graphback/core": "0.11.1",
"@graphback/runtime": "0.11.1",
"@graphback/runtime-knex": "0.11.1",
"@graphback/runtime-mongo": "0.11.1",
"@graphback/codegen-client": "0.11.2",
"@graphback/codegen-schema": "0.11.2",
"@graphback/core": "0.11.2",
"@graphback/runtime": "0.11.2",
"@graphback/runtime-knex": "0.11.2",
"@graphback/runtime-mongo": "0.11.2",
"apollo-server-express": "2.11.0",
"cors": "2.8.5",
"express": "4.17.1",
"get-port": "5.1.1",
"glob": "7.1.6",
"graphback": "0.11.1",
"graphback": "0.11.2",
"graphql": "14.6.0",
"graphql-config": "3.0.0-alpha.18",
"graphql-migrations": "0.11.1",
"graphql-migrations": "0.11.2",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.10.3",
"knex": "0.20.11",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-apollo-fullstack/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-client-example",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"devDependencies": {
"@types/jest": "25.1.4",
Expand Down
6 changes: 3 additions & 3 deletions templates/ts-apollo-fullstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-templates-fullstack",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"workspaces": [
"client",
Expand All @@ -13,12 +13,12 @@
},
"license": "MIT",
"devDependencies": {
"@graphql-codegen/cli": "1.13.0",
"@graphql-codegen/add": "1.13.0",
"@graphql-codegen/cli": "1.13.0",
"@graphql-codegen/typescript": "1.13.0",
"@graphql-codegen/typescript-operations": "1.13.0",
"@graphql-codegen/typescript-react-apollo": "1.13.0",
"graphback-cli": "0.11.1",
"graphback-cli": "0.11.2",
"graphql": "14.6.0",
"tslint": "5.20.1",
"typescript": "3.8.3"
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-apollo-fullstack/server/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "graphback-templates-fullstack-server",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc"
},
"dependencies": {
"@graphback/runtime-knex": "0.11.1",
"@graphback/runtime-knex": "0.11.2",
"@graphql-toolkit/file-loading": "0.9.7",
"@types/cors": "2.8.6",
"@types/express": "4.17.3",
Expand Down
6 changes: 3 additions & 3 deletions templates/ts-apollo-runtime-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-templates-runtime",
"version": "0.11.1",
"version": "0.11.2",
"description": "Graphback runtime template",
"private": true,
"main": "dist/src/index.js",
Expand All @@ -16,10 +16,10 @@
"cors": "2.8.5",
"express": "4.17.1",
"glob": "7.1.6",
"graphback": "0.11.1",
"graphback": "0.11.2",
"graphql": "14.6.0",
"graphql-config": "3.0.0-alpha.18",
"graphql-migrations": "0.11.1",
"graphql-migrations": "0.11.2",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.10.3",
"knex": "0.20.11",
Expand Down

0 comments on commit 6b8820e

Please sign in to comment.