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

Commit

Permalink
chore: release 1.1.0 (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda authored Nov 10, 2020
1 parent 625a513 commit 80e5c14
Show file tree
Hide file tree
Showing 22 changed files with 71 additions and 65 deletions.
12 changes: 9 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@ id: releases
title: Release Notes
---

## Unreleased (2020-10-06)
## 1.1.0 (2020-10-06)

#### Bug Fixes
* `graphback-codegen-schema`, `graphback-core`, `graphback-datasync`, `graphback-runtime-knex`, `graphql-serve`
* [#2171](https://github.com/aerogear/graphback/pull/2171) fix(codegen-schema): remove auto primary key from create input ([@craicoverflow](https://github.com/craicoverflow))
* `graphback-codegen-client`
* [#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))
* [#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)
* `codegen-schema`
* [#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))

#### Committers: 2
- Arsh Sharma ([@RinkiyaKeDad](https://github.com/RinkiyaKeDad))
- [@ssd71](https://github.com/ssd71)
- ssd71 [@ssd71](https://github.com/ssd71)
- mudit Choudhary ([@Muditxofficial](https://github.com/Muditxofficial))
- Enda Phelan ([@craicoverflow](https://github.com/craicoverflow)

## 1.0.1 (2020-09-25)

Expand Down
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-integration-tests",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"description": "Integration tests",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.1"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion packages/create-graphback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-graphback",
"version": "1.0.1",
"version": "1.1.0",
"description": "Create production-ready GraphQL servers using Graphback",
"main": "dist/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-cli",
"version": "1.0.1",
"version": "1.1.0",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"chalk": "2.4.2",
"chokidar": "3.4.2",
"debounce": "1.2.0",
"graphback": "1.0.1",
"graphback": "1.1.0",
"graphql-config": "3.0.3",
"node-emoji": "1.10.0",
"yargs": "16.0.3"
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": "1.0.1",
"version": "1.1.0",
"description": "GraphQL-Code-Generator compatible client side queries generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/core": "1.0.1",
"@graphback/core": "1.1.0",
"pluralize": "8.0.0"
},
"peerDependencies": {
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": "1.0.1",
"version": "1.1.0",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/core": "1.0.1",
"@graphback/core": "1.1.0",
"@graphql-tools/utils": "6.2.4",
"graphql-compose": "7.21.5",
"graphql-metadata": "0.7.6",
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": "1.0.1",
"version": "1.1.0",
"description": "Api for building Graphback generator metadata",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/graphback-datasync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/datasync",
"version": "1.0.1",
"version": "1.1.0",
"description": "Datasync Plugin for Graphback",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -44,11 +44,11 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/codegen-schema": "1.0.1",
"@graphback/core": "1.0.1",
"@graphback/runtime-mongo": "1.0.1",
"@graphback/codegen-schema": "1.1.0",
"@graphback/core": "1.1.0",
"@graphback/runtime-mongo": "1.1.0",
"@graphql-tools/utils": "6.2.4",
"graphback": "1.0.1",
"graphback": "1.1.0",
"graphql-compose": "7.21.5",
"graphql-metadata": "0.7.6",
"graphql-subscriptions": "1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-keycloak-authz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/keycloak-authz",
"version": "1.0.1",
"version": "1.1.0",
"description": "Add Keycloak auth to Graphback runtime applications",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/core": "1.0.1",
"@graphback/core": "1.1.0",
"graphql-subscriptions": "1.1.0"
},
"peerDependencies": {
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": "1.0.1",
"version": "1.1.0",
"description": "Graphback Runtime Knex.js integration",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/jest": "26.0.14",
"@types/node": "12.12.64",
"graphql": "15.3.0",
"graphql-migrations": "1.0.1",
"graphql-migrations": "1.1.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"sqlite3": "5.0.0",
Expand All @@ -45,7 +45,7 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/core": "1.0.1",
"@graphback/core": "1.1.0",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.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": "1.0.1",
"version": "1.1.0",
"description": "Graphback runtime mongodb",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"access": "public"
},
"devDependencies": {
"@graphback/codegen-schema": "1.0.1",
"@graphback/codegen-schema": "1.1.0",
"@types/jest": "26.0.14",
"@types/node": "12.12.64",
"graphql": "15.3.0",
Expand All @@ -45,7 +45,7 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/core": "1.0.1",
"@graphback/core": "1.1.0",
"@types/mongodb": "3.5.27",
"dataloader": "2.0.0",
"escape-string-regexp": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/graphback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback",
"version": "1.0.1",
"version": "1.1.0",
"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 @@ -39,9 +39,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@graphback/codegen-client": "1.0.1",
"@graphback/codegen-schema": "1.0.1",
"@graphback/core": "1.0.1",
"@graphback/codegen-client": "1.1.0",
"@graphback/codegen-schema": "1.1.0",
"@graphback/core": "1.1.0",
"@graphql-tools/merge": "6.2.5",
"graphql-subscriptions": "1.1.0",
"tslib": "2.0.2"
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": "1.0.1",
"version": "1.1.0",
"description": "Create & migrate Databases from GraphQL Schema",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"@graphback/core": "1.0.1",
"@graphback/core": "1.1.0",
"@graphql-inspector/core": "2.2.0",
"@types/jest": "26.0.14",
"case": "1.6.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/graphql-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-serve",
"version": "1.0.1",
"version": "1.1.0",
"main": "dist/index.js",
"types": "types/index.d.ts",
"license": "Apache 2.0",
Expand Down Expand Up @@ -45,11 +45,11 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/codegen-client": "1.0.1",
"@graphback/codegen-schema": "1.0.1",
"@graphback/core": "1.0.1",
"@graphback/datasync": "1.0.1",
"@graphback/runtime-mongo": "1.0.1",
"@graphback/codegen-client": "1.1.0",
"@graphback/codegen-schema": "1.1.0",
"@graphback/core": "1.1.0",
"@graphback/datasync": "1.1.0",
"@graphback/runtime-mongo": "1.1.0",
"@graphql-tools/graphql-file-loader": "6.2.5",
"@graphql-tools/load": "6.2.5",
"apollo-server-express": "2.19.0",
Expand All @@ -58,7 +58,7 @@
"express": "4.17.1",
"get-port": "5.1.1",
"glob": "7.1.6",
"graphback": "1.0.1",
"graphback": "1.1.0",
"graphql": "15.3.0",
"mongodb": "3.6.2",
"mongodb-memory-server": "6.9.0",
Expand Down
4 changes: 2 additions & 2 deletions performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-benchmarks",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"description": "Benchmarks for Graphback, a fast and low-overhead web framework.",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"fastify": "3.2.1",
"fastify-gql": "5.7.0",
"fastify-healthcheck": "3.0.0",
"graphback": "1.0.1",
"graphback": "1.1.0",
"graphql-api-koa": "6.0.0",
"hapi": "18.1.0",
"inquirer": "7.3.3",
Expand Down
8 changes: 4 additions & 4 deletions templates/ts-apollo-mongo-apache-kafka-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-templates-apollo-kafka-mongo",
"version": "1.0.1",
"version": "1.1.0",
"description": "Graphback runtime template with Apollo Server, Kafka and MongoDb",
"private": true,
"main": "dist/index.js",
Expand All @@ -13,13 +13,13 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "1.0.1",
"@graphback/runtime-mongo": "1.1.0",
"@aerogear/graphql-kafka-subscriptions": "0.4.1",
"apollo-server-express": "2.19.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "1.0.1",
"graphback": "1.1.0",
"graphql": "15.3.0",
"graphql-config": "3.0.3",
"graphql-subscriptions": "1.1.0",
Expand All @@ -34,7 +34,7 @@
"@types/graphql": "14.2.3",
"@types/node-fetch": "2.5.7",
"@types/uuid": "8.3.0",
"graphback-cli": "1.0.1",
"graphback-cli": "1.1.0",
"graphql-cli": "4.0.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
Expand Down
8 changes: 4 additions & 4 deletions templates/ts-apollo-mongodb-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-templates-mongodb-runtime",
"version": "1.0.1",
"version": "1.1.0",
"description": "Graphback runtime template with Apollo Server and MongoDb",
"private": true,
"main": "dist/index.js",
Expand All @@ -13,12 +13,12 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "1.0.1",
"@graphback/runtime-mongo": "1.1.0",
"apollo-server-express": "2.19.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "1.0.1",
"graphback": "1.1.0",
"graphql": "15.3.0",
"graphql-config": "3.0.3",
"graphql-subscriptions": "1.1.0",
Expand All @@ -32,7 +32,7 @@
"@types/glob": "7.1.3",
"@types/graphql": "14.2.3",
"@types/node-fetch": "2.5.7",
"graphback-cli": "1.0.1",
"graphback-cli": "1.1.0",
"graphql-cli": "4.1.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
Expand Down
8 changes: 4 additions & 4 deletions templates/ts-apollo-mongodb-datasync-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-templates-mongodb-datasync-runtime",
"version": "1.0.1",
"version": "1.1.0",
"description": "Graphback with Data Synchronization runtime template with Apollo Server and MongoDb",
"private": true,
"main": "dist/index.js",
Expand All @@ -13,12 +13,12 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/datasync": "1.0.1",
"@graphback/datasync": "1.1.0",
"apollo-server-express": "2.19.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "1.0.1",
"graphback": "1.1.0",
"graphql": "15.3.0",
"graphql-config": "3.0.3",
"graphql-subscriptions": "1.1.0",
Expand All @@ -32,7 +32,7 @@
"@types/glob": "7.1.3",
"@types/graphql": "14.2.3",
"@types/node-fetch": "2.5.7",
"graphback-cli": "1.0.1",
"graphback-cli": "1.1.0",
"graphql-cli": "4.1.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
Expand Down
Loading

0 comments on commit 80e5c14

Please sign in to comment.