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

Commit

Permalink
chore(release): bump to version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
machi1990 committed Jun 4, 2020
1 parent 870172e commit ef5f521
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 49 deletions.
7 changes: 7 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ title: Releases
This file contains changes and migration steps for the Graphback project.
Please follow individual releases for more information.

# 0.12.1

##### Bug Fixes

* Fix subscription configuration mixup ([#1375](https://github.com/aerogear/graphback/pull/1375)) ([2c72ddb0](https://github.com/aerogear/graphback/commit/2c72ddb03058a6b5c478fe28067325aebd172d5e))


# 0.12.0

##### New Features
Expand Down
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.12.0"
"version": "0.12.1"
}
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.12.0",
"version": "0.12.1",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -49,10 +49,10 @@
"execa": "4.0.0",
"figlet": "1.3.0",
"glob": "7.1.6",
"graphback": "0.12.0",
"graphback": "0.12.1",
"graphql": "^14.6.0",
"graphql-config": "3.0.0",
"graphql-migrations": "0.12.0",
"graphql-migrations": "0.12.1",
"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.12.0",
"version": "0.12.1",
"description": "GraphQL-Code-Generator compatible client side queries generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.12.0",
"@graphback/core": "0.12.1",
"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.12.0",
"version": "0.12.1",
"description": "GraphQL-Code-Generator offix plugin",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.12.0",
"@graphback/core": "0.12.1",
"@graphql-toolkit/common": "0.10.4",
"@graphql-toolkit/core": "0.10.4",
"graphql-compose": "7.14.3",
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.12.0",
"version": "0.12.1",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.12.0",
"@graphback/core": "0.12.1",
"pg": "8.0.2",
"pluralize": "8.0.0",
"prettier": "2.0.4",
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.12.0",
"version": "0.12.1",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.12.0",
"@graphback/core": "0.12.1",
"@graphql-toolkit/common": "0.10.4",
"@graphql-toolkit/core": "0.10.4",
"@graphql-toolkit/schema-merging": "0.10.4",
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.12.0",
"version": "0.12.1",
"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.12.0",
"version": "0.12.1",
"description": "Graphback Runtime Knex.js integration",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.12.0",
"@graphback/runtime": "0.12.0",
"@graphback/core": "0.12.1",
"@graphback/runtime": "0.12.1",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0",
"knex": "0.21.0"
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.12.0",
"version": "0.12.1",
"description": "Graphback runtime mongodb",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.12.0",
"@graphback/runtime": "0.12.0",
"@graphback/core": "0.12.1",
"@graphback/runtime": "0.12.1",
"@types/mongodb": "3.5.8",
"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.12.0",
"version": "0.12.1",
"description": "Graphback Runtime Core",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/core": "0.12.0",
"@graphback/core": "0.12.1",
"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.12.0",
"version": "0.12.1",
"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 @@ -32,11 +32,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@graphback/codegen-client": "0.12.0",
"@graphback/codegen-resolvers": "0.12.0",
"@graphback/codegen-schema": "0.12.0",
"@graphback/core": "0.12.0",
"@graphback/runtime": "0.12.0",
"@graphback/codegen-client": "0.12.1",
"@graphback/codegen-resolvers": "0.12.1",
"@graphback/codegen-schema": "0.12.1",
"@graphback/core": "0.12.1",
"@graphback/runtime": "0.12.1",
"@graphql-inspector/core": "1.30.4",
"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.12.0",
"version": "0.12.1",
"description": "Create & migrate Databases from GraphQL Schema",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"test": "jest"
},
"dependencies": {
"@graphback/core": "0.12.0",
"@graphback/core": "0.12.1",
"@graphql-inspector/core": "1.30.4",
"@types/jest": "25.2.1",
"case": "1.6.3",
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.12.0",
"version": "0.12.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
Expand Down Expand Up @@ -31,21 +31,21 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphback/codegen-client": "0.12.0",
"@graphback/codegen-schema": "0.12.0",
"@graphback/core": "0.12.0",
"@graphback/runtime": "0.12.0",
"@graphback/runtime-knex": "0.12.0",
"@graphback/runtime-mongo": "0.12.0",
"@graphback/codegen-client": "0.12.1",
"@graphback/codegen-schema": "0.12.1",
"@graphback/core": "0.12.1",
"@graphback/runtime": "0.12.1",
"@graphback/runtime-knex": "0.12.1",
"@graphback/runtime-mongo": "0.12.1",
"apollo-server-express": "2.12.0",
"cors": "2.8.5",
"express": "4.17.1",
"get-port": "5.1.1",
"glob": "7.1.6",
"graphback": "0.12.0",
"graphback": "0.12.1",
"graphql": "14.6.0",
"graphql-config": "3.0.0",
"graphql-migrations": "0.12.0",
"graphql-migrations": "0.12.1",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.10.3",
"knex": "0.21.0",
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.12.0",
"version": "0.12.1",
"private": true,
"devDependencies": {
"@types/jest": "25.2.1",
Expand Down
4 changes: 2 additions & 2 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.12.0",
"version": "0.12.1",
"private": true,
"workspaces": [
"client",
Expand All @@ -18,7 +18,7 @@
"@graphql-codegen/typescript": "1.13.3",
"@graphql-codegen/typescript-operations": "1.13.3",
"@graphql-codegen/typescript-react-apollo": "1.13.3",
"graphback-cli": "0.12.0",
"graphback-cli": "0.12.1",
"graphql": "14.6.0",
"tslint": "6.1.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.12.0",
"version": "0.12.1",
"private": true,
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc"
},
"dependencies": {
"@graphback/runtime-knex": "0.12.0",
"@graphback/runtime-knex": "0.12.1",
"@graphql-toolkit/file-loading": "0.10.4",
"apollo-server-express": "2.12.0",
"cors": "2.8.5",
Expand Down
6 changes: 3 additions & 3 deletions templates/ts-apollo-mongodb-runtime-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-templates-mongodb-runtime",
"version": "0.12.0",
"version": "0.12.1",
"description": "Graphback runtime template with Apollo Server and MongoDb",
"private": true,
"main": "dist/src/index.js",
Expand All @@ -12,12 +12,12 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "0.12.0",
"@graphback/runtime-mongo": "0.12.1",
"apollo-server-express": "2.12.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "0.12.0",
"graphback": "0.12.1",
"graphql": "14.6.0",
"graphql-config": "3.0.0",
"graphql-subscriptions": "1.1.0",
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.12.0",
"version": "0.12.1",
"description": "Graphback runtime template with Apollo Server and PostgreSQL",
"private": true,
"main": "dist/src/index.js",
Expand All @@ -16,10 +16,10 @@
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "0.12.0",
"graphback": "0.12.1",
"graphql": "14.6.0",
"graphql-config": "3.0.0",
"graphql-migrations": "0.12.0",
"graphql-migrations": "0.12.1",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.10.3",
"knex": "0.21.0"
Expand Down

0 comments on commit ef5f521

Please sign in to comment.