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

Commit

Permalink
Merge pull request #513 from aerogear/rc2
Browse files Browse the repository at this point in the history
0.10.0-rc2
  • Loading branch information
wtrocki authored Nov 23, 2019
2 parents 204c54b + 0f5e02e commit 4742316
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion examples/generator-fullstack/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-client-example",
"version": "0.10.0-rc1",
"version": "0.10.0-rc2",
"private": true,
"dependencies": {
"@apollo/react-common": "3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/generator-fullstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-cli-fullstack-template",
"version": "0.10.0-rc1",
"version": "0.10.0-rc2",
"private": true,
"workspaces": [
"client",
Expand Down
4 changes: 2 additions & 2 deletions examples/generator-fullstack/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "generator-server-example",
"version": "0.10.0-rc1",
"version": "0.10.0-rc2",
"scripts": {
"develop": "ts-node-dev src/index.ts",
"build": "echo disabled",
Expand All @@ -10,7 +10,7 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@graphback/runtime": "0.10.0-rc1",
"@graphback/runtime": "^0.10.0-rc2",
"@types/cors": "2.8.6",
"@types/express": "4.17.2",
"@types/node": "12.12.5",
Expand Down
6 changes: 3 additions & 3 deletions examples/runtime-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-runtime-template",
"version": "0.10.0-rc1",
"version": "0.10.0-rc2",
"description": "",
"private": true,
"main": "dist/src/index.js",
Expand All @@ -15,9 +15,9 @@
"apollo-server-express": "2.9.12",
"cors": "2.8.5",
"express": "4.17.1",
"graphback": "0.10.0-rc1",
"graphback": "^0.10.0-rc2",
"graphql": "14.5.8",
"graphql-migrations": "0.10.0-rc1",
"graphql-migrations": "^0.10.0-rc2",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.10.1",
"knex": "0.20.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"examples/generator-fullstack/*",
"packages/*"
],
"version": "0.10.0-rc1"
"version": "0.10.0-rc2"
}
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.10.0-rc1",
"version": "0.10.0-rc2",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -59,9 +59,9 @@
"execa": "3.3.0",
"figlet": "1.2.4",
"glob": "7.1.6",
"graphback": "^0.10.0-rc1",
"graphback": "^0.10.0-rc2",
"graphql": "14.5.8",
"graphql-migrations": "^0.10.0-rc1",
"graphql-migrations": "^0.10.0-rc2",
"inquirer": "7.0.0",
"js-yaml": "3.13.1",
"knex": "0.20.2",
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.10.0-rc1",
"version": "0.10.0-rc2",
"description": "GraphQL-Code-Generator compatibile client side queries generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "3.7.2"
},
"dependencies": {
"@graphback/core": "^0.10.0-rc1"
"@graphback/core": "^0.10.0-rc2"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.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.10.0-rc1",
"version": "0.10.0-rc2",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "3.7.2"
},
"dependencies": {
"@graphback/core": "^0.10.0-rc1",
"@graphback/core": "^0.10.0-rc2",
"knex": "0.20.2",
"pg": "7.14.0",
"sqlite3": "4.1.0"
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.10.0-rc1",
"version": "0.10.0-rc2",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "3.7.2"
},
"dependencies": {
"@graphback/core": "^0.10.0-rc1"
"@graphback/core": "^0.10.0-rc2"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
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.10.0-rc1",
"version": "0.10.0-rc2",
"description": "Api for building Graphback generator metadata",
"main": "dist/index.js",
"types": "types/index.d.ts",
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.10.0-rc1",
"version": "0.10.0-rc2",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "3.7.2"
},
"dependencies": {
"@graphback/core": "^0.10.0-rc1",
"@graphback/core": "^0.10.0-rc2",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0",
"knex": "0.20.2"
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.10.0-rc1",
"version": "0.10.0-rc2",
"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 @@ -45,11 +45,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@graphback/codegen-client": "^0.10.0-rc1",
"@graphback/codegen-resolvers": "^0.10.0-rc1",
"@graphback/codegen-schema": "^0.10.0-rc1",
"@graphback/core": "^0.10.0-rc1",
"@graphback/runtime": "^0.10.0-rc1",
"@graphback/codegen-client": "^0.10.0-rc2",
"@graphback/codegen-resolvers": "^0.10.0-rc2",
"@graphback/codegen-schema": "^0.10.0-rc2",
"@graphback/core": "^0.10.0-rc2",
"@graphback/runtime": "^0.10.0-rc2",
"@graphql-inspector/core": "1.26.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,14 +1,14 @@
{
"name": "graphql-migrations",
"version": "0.10.0-rc1",
"version": "0.10.0-rc2",
"description": "Graphback database migrations",
"main": "dist/index.js",
"types": "types/index.d.ts",
"typescript": {
"definition": "types/index.d.ts"
},
"dependencies": {
"@graphback/core": "^0.10.0-rc1",
"@graphback/core": "^0.10.0-rc2",
"@graphql-inspector/core": "1.26.0",
"chalk": "2.4.2",
"glob": "7.1.6",
Expand Down

0 comments on commit 4742316

Please sign in to comment.