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

Commit

Permalink
fix: Release patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Mar 27, 2020
1 parent d5349dc commit 6cfa484
Show file tree
Hide file tree
Showing 17 changed files with 92 additions and 92 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.2"
"version": "0.11.3"
}
14 changes: 7 additions & 7 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.2",
"version": "0.11.3",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"bin": {
Expand All @@ -23,23 +23,23 @@
"node": ">=10.15.3"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/chalk": "0.4.31",
"@types/inquirer": "6.5.0",
"@types/jest": "25.1.4",
"@types/js-yaml": "3.12.3",
"@types/node": "12.12.31",
"@types/node-emoji": "1.8.1",
"@types/through": "0.0.30",
"@types/yargs": "15.0.4",
"jest": "25.2.3",
"lint-staged": "10.0.9",
"ncp": "2.0.0",
"rimraf": "3.0.2",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tsutils": "3.17.1",
"typescript": "3.8.3",
"typescript-eslint-parser": "21.0.2",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"typescript-eslint-parser": "21.0.2"
},
"dependencies": {
"@graphql-toolkit/code-file-loader": "0.9.10",
Expand All @@ -49,10 +49,10 @@
"execa": "4.0.0",
"figlet": "1.3.0",
"glob": "7.1.6",
"graphback": "0.11.2",
"graphback": "0.11.3",
"graphql": "^14.6.0",
"graphql-config": "3.0.0-alpha.23",
"graphql-migrations": "0.11.2",
"graphql-migrations": "0.11.3",
"inquirer": "7.1.0",
"js-yaml": "3.13.1",
"node-emoji": "1.10.0",
Expand Down
12 changes: 6 additions & 6 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.2",
"version": "0.11.3",
"description": "GraphQL-Code-Generator compatible client side queries generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,18 +23,18 @@
"access": "public"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.31",
"graphql": "14.6.0",
"jest": "25.2.3",
"rimraf": "3.0.2",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tsutils": "3.17.1",
"typescript": "3.8.3",
"@types/jest": "25.1.4",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.2",
"@graphback/core": "0.11.3",
"pluralize": "8.0.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 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.2",
"version": "0.11.3",
"description": "GraphQL-Code-Generator offix plugin",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,18 +23,18 @@
"access": "public"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.31",
"graphql": "14.6.0",
"jest": "25.2.3",
"rimraf": "3.0.2",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tsutils": "3.17.1",
"typescript": "3.8.3",
"@types/jest": "25.1.4",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.2",
"@graphback/core": "0.11.3",
"@graphql-toolkit/common": "0.9.10",
"@graphql-toolkit/core": "0.9.10",
"graphql-compose": "7.14.0",
Expand Down
12 changes: 6 additions & 6 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.2",
"version": "0.11.3",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,20 +23,20 @@
"access": "public"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.31",
"@types/prettier": "1.19.1",
"ava": "2.4.0",
"graphql": "14.6.0",
"jest": "25.2.3",
"rimraf": "3.0.2",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tsutils": "3.17.1",
"typescript": "3.8.3",
"@types/jest": "25.1.4",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.2",
"@graphback/core": "0.11.3",
"pg": "7.18.2",
"pluralize": "8.0.0",
"prettier": "2.0.2",
Expand Down
12 changes: 6 additions & 6 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.2",
"version": "0.11.3",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,19 +23,19 @@
"access": "public"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.31",
"ava": "2.4.0",
"graphql": "14.6.0",
"jest": "25.2.3",
"rimraf": "3.0.2",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tsutils": "3.17.1",
"typescript": "3.8.3",
"@types/jest": "25.1.4",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.2",
"@graphback/core": "0.11.3",
"@graphql-toolkit/common": "0.9.10",
"@graphql-toolkit/core": "0.9.10",
"@graphql-toolkit/schema-merging": "0.9.10",
Expand Down
10 changes: 5 additions & 5 deletions 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.2",
"version": "0.11.3",
"description": "Api for building Graphback generator metadata",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -20,16 +20,16 @@
"node": ">=10.15.3"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.31",
"@types/pino": "5.20.0",
"graphql": "14.6.0",
"jest": "25.2.3",
"rimraf": "3.0.2",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tslint": "6.1.0",
"typescript": "3.8.3",
"@types/jest": "25.1.4",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"typescript": "3.8.3"
},
"license": "Apache-2.0",
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 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.2",
"version": "0.11.3",
"description": "Graphback Runtime Knex.js integration",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,21 +23,21 @@
"access": "public"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.31",
"ava": "2.4.0",
"graphql": "14.6.0",
"jest": "25.2.3",
"rimraf": "3.0.2",
"sqlite3": "4.1.1",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tsutils": "3.17.1",
"typescript": "3.8.3",
"@types/jest": "25.1.4",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.2",
"@graphback/runtime": "0.11.2",
"@graphback/core": "0.11.3",
"@graphback/runtime": "0.11.3",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0",
"knex": "0.20.13"
Expand Down
14 changes: 7 additions & 7 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.2",
"version": "0.11.3",
"description": "Graphback runtime mongodb",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,21 +23,21 @@
"access": "public"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.31",
"ava": "2.4.0",
"graphql": "14.6.0",
"jest": "25.2.3",
"mongodb-memory-server": "6.5.0",
"rimraf": "3.0.2",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tsutils": "3.17.1",
"typescript": "3.8.3",
"@types/jest": "25.1.4",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.2",
"@graphback/runtime": "0.11.2",
"@graphback/core": "0.11.3",
"@graphback/runtime": "0.11.3",
"@types/mongodb": "3.5.4",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0"
Expand Down
12 changes: 6 additions & 6 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.2",
"version": "0.11.3",
"description": "Graphback Runtime Core",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,20 +23,20 @@
"access": "public"
},
"devDependencies": {
"@types/jest": "25.1.4",
"@types/node": "12.12.31",
"ava": "2.4.0",
"graphql": "14.6.0",
"jest": "25.2.3",
"rimraf": "3.0.2",
"sqlite3": "4.1.1",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tsutils": "3.17.1",
"typescript": "3.8.3",
"@types/jest": "25.1.4",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.11.2",
"@graphback/core": "0.11.3",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0",
"node-fetch": "2.6.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/graphback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback",
"version": "0.11.2",
"version": "0.11.3",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,20 +23,20 @@
"@types/node": "12.12.31",
"@types/pino": "5.20.0",
"graphql": "14.6.0",
"jest": "25.2.3",
"rimraf": "3.0.2",
"ts-node": "8.8.1",
"ts-jest": "25.2.1",
"ts-node": "8.8.1",
"tsutils": "3.17.1",
"typescript": "3.8.3",
"jest": "25.2.3"
"typescript": "3.8.3"
},
"license": "Apache-2.0",
"dependencies": {
"@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",
"@graphback/codegen-client": "0.11.3",
"@graphback/codegen-resolvers": "0.11.3",
"@graphback/codegen-schema": "0.11.3",
"@graphback/core": "0.11.3",
"@graphback/runtime": "0.11.3",
"@graphql-inspector/core": "1.27.0",
"glob": "7.1.6",
"graphql-subscriptions": "1.1.0",
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "0.11.3",
"description": "Create & migrate Databases from GraphQL Schema",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -15,20 +15,20 @@
"test": "jest"
},
"dependencies": {
"@graphback/core": "0.11.2",
"@graphback/core": "0.11.3",
"@graphql-inspector/core": "1.27.0",
"@types/jest": "25.1.4",
"case": "1.6.3",
"chalk": "3.0.0",
"glob": "7.1.6",
"graphql-metadata": "0.5.0",
"jest": "25.2.3",
"knex": "0.20.13",
"lodash": "4.17.15",
"lodash-es": "4.17.15",
"node-emoji": "1.10.0",
"pino": "5.17.0",
"@types/jest": "25.1.4",
"ts-jest": "25.2.1",
"jest": "25.2.3"
"ts-jest": "25.2.1"
},
"devDependencies": {
"@types/jest": "25.1.4",
Expand Down
Loading

0 comments on commit 6cfa484

Please sign in to comment.