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

Commit 80e5c14

Browse files
author
Enda
authored
chore: release 1.1.0 (#2206)
1 parent 625a513 commit 80e5c14

File tree

22 files changed

+71
-65
lines changed

22 files changed

+71
-65
lines changed

docs/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@ id: releases
33
title: Release Notes
44
---
55

6-
## Unreleased (2020-10-06)
6+
## 1.1.0 (2020-10-06)
77

88
#### Bug Fixes
9+
* `graphback-codegen-schema`, `graphback-core`, `graphback-datasync`, `graphback-runtime-knex`, `graphql-serve`
10+
* [#2171](https://github.com/aerogear/graphback/pull/2171) fix(codegen-schema): remove auto primary key from create input ([@craicoverflow](https://github.com/craicoverflow))
911
* `graphback-codegen-client`
10-
* [#2139](https://github.com/aerogear/graphback/pull/2139) fix: unable to generate subscription query unless mutation operation in model is set to `true` ([@RinkiyaKeDad](https://github.com/RinkiyaKeDad))
12+
* [#2139](https://github.com/aerogear/graphback/pull/2139) fix: unable to generate subscription query unless mutation operation in model is set to `true` ([@RinkiyaKeDad](https://github.com/RinkiyaKeDad)
13+
* `codegen-schema`
14+
* [#2205](https://github.com/aerogear/graphback/pull/2205) fix(codegen-schema): map String list to String list in input type ([@craicoverflow](https://github.com/craicoverflow))
1115

1216
#### Committers: 2
1317
- Arsh Sharma ([@RinkiyaKeDad](https://github.com/RinkiyaKeDad))
14-
- [@ssd71](https://github.com/ssd71)
18+
- ssd71 [@ssd71](https://github.com/ssd71)
19+
- mudit Choudhary ([@Muditxofficial](https://github.com/Muditxofficial))
20+
- Enda Phelan ([@craicoverflow](https://github.com/craicoverflow)
1521

1622
## 1.0.1 (2020-09-25)
1723

integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphback-integration-tests",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "Integration tests",
66
"main": "index.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
],
88
"npmClient": "yarn",
99
"useWorkspaces": true,
10-
"version": "1.0.1"
10+
"version": "1.1.0"
1111
}

packages/create-graphback/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-graphback",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Create production-ready GraphQL servers using Graphback",
55
"main": "dist/index.js",
66
"bin": {

packages/graphback-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphback-cli",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Auto generate resolvers on top of the graphql and database of your choice",
55
"main": "dist/index.js",
66
"bin": {
@@ -48,7 +48,7 @@
4848
"chalk": "2.4.2",
4949
"chokidar": "3.4.2",
5050
"debounce": "1.2.0",
51-
"graphback": "1.0.1",
51+
"graphback": "1.1.0",
5252
"graphql-config": "3.0.3",
5353
"node-emoji": "1.10.0",
5454
"yargs": "16.0.3"

packages/graphback-codegen-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphback/codegen-client",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "GraphQL-Code-Generator compatible client side queries generator",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -42,7 +42,7 @@
4242
"typescript": "4.0.3"
4343
},
4444
"dependencies": {
45-
"@graphback/core": "1.0.1",
45+
"@graphback/core": "1.1.0",
4646
"pluralize": "8.0.0"
4747
},
4848
"peerDependencies": {

packages/graphback-codegen-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphback/codegen-schema",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "GraphQL-Code-Generator compatibile schema generator",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -43,7 +43,7 @@
4343
"typescript": "4.0.3"
4444
},
4545
"dependencies": {
46-
"@graphback/core": "1.0.1",
46+
"@graphback/core": "1.1.0",
4747
"@graphql-tools/utils": "6.2.4",
4848
"graphql-compose": "7.21.5",
4949
"graphql-metadata": "0.7.6",

packages/graphback-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphback/core",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Api for building Graphback generator metadata",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

packages/graphback-datasync/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphback/datasync",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Datasync Plugin for Graphback",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -44,11 +44,11 @@
4444
"typescript": "4.0.3"
4545
},
4646
"dependencies": {
47-
"@graphback/codegen-schema": "1.0.1",
48-
"@graphback/core": "1.0.1",
49-
"@graphback/runtime-mongo": "1.0.1",
47+
"@graphback/codegen-schema": "1.1.0",
48+
"@graphback/core": "1.1.0",
49+
"@graphback/runtime-mongo": "1.1.0",
5050
"@graphql-tools/utils": "6.2.4",
51-
"graphback": "1.0.1",
51+
"graphback": "1.1.0",
5252
"graphql-compose": "7.21.5",
5353
"graphql-metadata": "0.7.6",
5454
"graphql-subscriptions": "1.1.0",

packages/graphback-keycloak-authz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphback/keycloak-authz",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Add Keycloak auth to Graphback runtime applications",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -43,7 +43,7 @@
4343
"typescript": "4.0.3"
4444
},
4545
"dependencies": {
46-
"@graphback/core": "1.0.1",
46+
"@graphback/core": "1.1.0",
4747
"graphql-subscriptions": "1.1.0"
4848
},
4949
"peerDependencies": {

packages/graphback-runtime-knex/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphback/runtime-knex",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Graphback Runtime Knex.js integration",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -35,7 +35,7 @@
3535
"@types/jest": "26.0.14",
3636
"@types/node": "12.12.64",
3737
"graphql": "15.3.0",
38-
"graphql-migrations": "1.0.1",
38+
"graphql-migrations": "1.1.0",
3939
"jest": "26.6.3",
4040
"rimraf": "3.0.2",
4141
"sqlite3": "5.0.0",
@@ -45,7 +45,7 @@
4545
"typescript": "4.0.3"
4646
},
4747
"dependencies": {
48-
"@graphback/core": "1.0.1",
48+
"@graphback/core": "1.1.0",
4949
"dataloader": "2.0.0",
5050
"graphql-subscriptions": "1.1.0"
5151
},

packages/graphback-runtime-mongodb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphback/runtime-mongo",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Graphback runtime mongodb",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"devDependencies": {
34-
"@graphback/codegen-schema": "1.0.1",
34+
"@graphback/codegen-schema": "1.1.0",
3535
"@types/jest": "26.0.14",
3636
"@types/node": "12.12.64",
3737
"graphql": "15.3.0",
@@ -45,7 +45,7 @@
4545
"typescript": "4.0.3"
4646
},
4747
"dependencies": {
48-
"@graphback/core": "1.0.1",
48+
"@graphback/core": "1.1.0",
4949
"@types/mongodb": "3.5.27",
5050
"dataloader": "2.0.0",
5151
"escape-string-regexp": "4.0.0",

packages/graphback/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphback",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Auto generate resolvers on top of the graphql and database of your choice",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -39,9 +39,9 @@
3939
},
4040
"license": "Apache-2.0",
4141
"dependencies": {
42-
"@graphback/codegen-client": "1.0.1",
43-
"@graphback/codegen-schema": "1.0.1",
44-
"@graphback/core": "1.0.1",
42+
"@graphback/codegen-client": "1.1.0",
43+
"@graphback/codegen-schema": "1.1.0",
44+
"@graphback/core": "1.1.0",
4545
"@graphql-tools/merge": "6.2.5",
4646
"graphql-subscriptions": "1.1.0",
4747
"tslib": "2.0.2"

packages/graphql-migrations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-migrations",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Create & migrate Databases from GraphQL Schema",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -23,7 +23,7 @@
2323
"test": "jest"
2424
},
2525
"dependencies": {
26-
"@graphback/core": "1.0.1",
26+
"@graphback/core": "1.1.0",
2727
"@graphql-inspector/core": "2.2.0",
2828
"@types/jest": "26.0.14",
2929
"case": "1.6.3",

packages/graphql-serve/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-serve",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"main": "dist/index.js",
55
"types": "types/index.d.ts",
66
"license": "Apache 2.0",
@@ -45,11 +45,11 @@
4545
"typescript": "4.0.3"
4646
},
4747
"dependencies": {
48-
"@graphback/codegen-client": "1.0.1",
49-
"@graphback/codegen-schema": "1.0.1",
50-
"@graphback/core": "1.0.1",
51-
"@graphback/datasync": "1.0.1",
52-
"@graphback/runtime-mongo": "1.0.1",
48+
"@graphback/codegen-client": "1.1.0",
49+
"@graphback/codegen-schema": "1.1.0",
50+
"@graphback/core": "1.1.0",
51+
"@graphback/datasync": "1.1.0",
52+
"@graphback/runtime-mongo": "1.1.0",
5353
"@graphql-tools/graphql-file-loader": "6.2.5",
5454
"@graphql-tools/load": "6.2.5",
5555
"apollo-server-express": "2.19.0",
@@ -58,7 +58,7 @@
5858
"express": "4.17.1",
5959
"get-port": "5.1.1",
6060
"glob": "7.1.6",
61-
"graphback": "1.0.1",
61+
"graphback": "1.1.0",
6262
"graphql": "15.3.0",
6363
"mongodb": "3.6.2",
6464
"mongodb-memory-server": "6.9.0",

performance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphback-benchmarks",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "Benchmarks for Graphback, a fast and low-overhead web framework.",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"fastify": "3.2.1",
3232
"fastify-gql": "5.7.0",
3333
"fastify-healthcheck": "3.0.0",
34-
"graphback": "1.0.1",
34+
"graphback": "1.1.0",
3535
"graphql-api-koa": "6.0.0",
3636
"hapi": "18.1.0",
3737
"inquirer": "7.3.3",

templates/ts-apollo-mongo-apache-kafka-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphback-templates-apollo-kafka-mongo",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Graphback runtime template with Apollo Server, Kafka and MongoDb",
55
"private": true,
66
"main": "dist/index.js",
@@ -13,13 +13,13 @@
1313
},
1414
"license": "Apache 2.0",
1515
"dependencies": {
16-
"@graphback/runtime-mongo": "1.0.1",
16+
"@graphback/runtime-mongo": "1.1.0",
1717
"@aerogear/graphql-kafka-subscriptions": "0.4.1",
1818
"apollo-server-express": "2.19.0",
1919
"cors": "2.8.5",
2020
"dotenv": "8.2.0",
2121
"express": "4.17.1",
22-
"graphback": "1.0.1",
22+
"graphback": "1.1.0",
2323
"graphql": "15.3.0",
2424
"graphql-config": "3.0.3",
2525
"graphql-subscriptions": "1.1.0",
@@ -34,7 +34,7 @@
3434
"@types/graphql": "14.2.3",
3535
"@types/node-fetch": "2.5.7",
3636
"@types/uuid": "8.3.0",
37-
"graphback-cli": "1.0.1",
37+
"graphback-cli": "1.1.0",
3838
"graphql-cli": "4.0.0",
3939
"ts-node": "9.0.0",
4040
"tslint": "6.1.3",

templates/ts-apollo-mongodb-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphback-templates-mongodb-runtime",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Graphback runtime template with Apollo Server and MongoDb",
55
"private": true,
66
"main": "dist/index.js",
@@ -13,12 +13,12 @@
1313
},
1414
"license": "Apache 2.0",
1515
"dependencies": {
16-
"@graphback/runtime-mongo": "1.0.1",
16+
"@graphback/runtime-mongo": "1.1.0",
1717
"apollo-server-express": "2.19.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
21-
"graphback": "1.0.1",
21+
"graphback": "1.1.0",
2222
"graphql": "15.3.0",
2323
"graphql-config": "3.0.3",
2424
"graphql-subscriptions": "1.1.0",
@@ -32,7 +32,7 @@
3232
"@types/glob": "7.1.3",
3333
"@types/graphql": "14.2.3",
3434
"@types/node-fetch": "2.5.7",
35-
"graphback-cli": "1.0.1",
35+
"graphback-cli": "1.1.0",
3636
"graphql-cli": "4.1.0",
3737
"ts-node": "9.0.0",
3838
"tslint": "6.1.3",

templates/ts-apollo-mongodb-datasync-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphback-templates-mongodb-datasync-runtime",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Graphback with Data Synchronization runtime template with Apollo Server and MongoDb",
55
"private": true,
66
"main": "dist/index.js",
@@ -13,12 +13,12 @@
1313
},
1414
"license": "Apache 2.0",
1515
"dependencies": {
16-
"@graphback/datasync": "1.0.1",
16+
"@graphback/datasync": "1.1.0",
1717
"apollo-server-express": "2.19.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
21-
"graphback": "1.0.1",
21+
"graphback": "1.1.0",
2222
"graphql": "15.3.0",
2323
"graphql-config": "3.0.3",
2424
"graphql-subscriptions": "1.1.0",
@@ -32,7 +32,7 @@
3232
"@types/glob": "7.1.3",
3333
"@types/graphql": "14.2.3",
3434
"@types/node-fetch": "2.5.7",
35-
"graphback-cli": "1.0.1",
35+
"graphback-cli": "1.1.0",
3636
"graphql-cli": "4.1.0",
3737
"ts-node": "9.0.0",
3838
"tslint": "6.1.3",

0 commit comments

Comments
 (0)