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 #1971 from aerogear/release-0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda authored Sep 1, 2020
2 parents 4283852 + 89bbb39 commit 97ac02a
Show file tree
Hide file tree
Showing 322 changed files with 25,166 additions and 67 deletions.
2 changes: 1 addition & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Release Notes
This file contains changes and migration steps for the Graphback project.
Please follow individual releases for more information.

# 0.16
# 0.16.0

### New Features

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": "0.15.1",
"version": "0.16.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": "0.15.1"
"version": "0.16.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": "0.15.1",
"version": "0.16.0",
"description": "Create production-ready GraphQL servers using Graphback",
"main": "dist/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-graphback/src/init/starterTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ export const allTemplates: Template[] = [
repos: [
{
uri: 'https://github.com/aerogear/graphback',
branch: 'templates-0.15.0',
branch: 'templates-0.16.0',
path: '/templates/ts-react-apollo-client',
mountpath: "client"
}, {
uri: 'https://github.com/aerogear/graphback',
branch: 'templates-0.15.0',
branch: 'templates-0.16.0',
path: '/templates/ts-apollo-postgres-backend',
}]
},
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": "0.15.1",
"version": "0.16.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": "0.15.1",
"graphback": "0.16.0",
"graphql-config": "3.0.3",
"node-emoji": "1.10.0",
"yargs": "15.4.1"
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.15.1",
"version": "0.16.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.2"
},
"dependencies": {
"@graphback/core": "0.15.1",
"@graphback/core": "0.16.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": "0.15.1",
"version": "0.16.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.2"
},
"dependencies": {
"@graphback/core": "0.15.1",
"@graphback/core": "0.16.0",
"@graphql-tools/utils": "6.2.0",
"graphql-compose": "7.20.1",
"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": "0.15.1",
"version": "0.16.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": "0.15.1",
"version": "0.16.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.2"
},
"dependencies": {
"graphback": "0.15.1",
"@graphback/codegen-schema": "0.15.1",
"@graphback/core": "0.15.1",
"@graphback/runtime-mongo": "0.15.1",
"@graphback/codegen-schema": "0.16.0",
"@graphback/core": "0.16.0",
"@graphback/runtime-mongo": "0.16.0",
"@graphql-tools/utils": "6.2.0",
"graphback": "0.16.0",
"graphql-compose": "7.20.1",
"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": "0.15.1",
"version": "0.16.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.2"
},
"dependencies": {
"@graphback/core": "0.15.1",
"@graphback/core": "0.16.0",
"graphql-subscriptions": "1.1.0"
},
"peerDependencies": {
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.15.1",
"version": "0.16.0",
"description": "Graphback Runtime Knex.js integration",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -31,26 +31,26 @@
"access": "public"
},
"devDependencies": {
"@graphback/codegen-schema": "0.15.0",
"@types/jest": "26.0.12",
"@types/node": "12.12.54",
"graphql": "15.3.0",
"graphql-migrations": "0.15.1",
"graphql-migrations": "0.16.0",
"jest": "26.4.2",
"@graphback/codegen-schema": "0.15.0",
"sqlite3": "5.0.0",
"rimraf": "3.0.2",
"sqlite3": "5.0.0",
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tsutils": "3.17.1",
"typescript": "4.0.2"
},
"dependencies": {
"@graphback/core": "0.15.1",
"@graphback/core": "0.16.0",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0"
},
"peerDependencies": {
"knex": "0.20.x || 0.21.x",
"graphql": "^14.0.0 || ^15.0.0"
"graphql": "^14.0.0 || ^15.0.0",
"knex": "0.20.x || 0.21.x"
}
}
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.15.1",
"version": "0.16.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": "0.15.1",
"@graphback/codegen-schema": "0.16.0",
"@types/jest": "26.0.12",
"@types/node": "12.12.54",
"graphql": "15.3.0",
Expand All @@ -45,7 +45,7 @@
"typescript": "4.0.2"
},
"dependencies": {
"@graphback/core": "0.15.1",
"@graphback/core": "0.16.0",
"@types/mongodb": "3.5.26",
"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": "0.15.1",
"version": "0.16.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": "0.15.1",
"@graphback/codegen-schema": "0.15.1",
"@graphback/core": "0.15.1",
"@graphback/codegen-client": "0.16.0",
"@graphback/codegen-schema": "0.16.0",
"@graphback/core": "0.16.0",
"@graphql-tools/merge": "6.2.0",
"graphql-subscriptions": "1.1.0",
"tslib": "2.0.1"
Expand Down
8 changes: 4 additions & 4 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.15.1",
"version": "0.16.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": "0.15.1",
"@graphback/core": "0.16.0",
"@graphql-inspector/core": "2.2.0",
"@types/jest": "26.0.12",
"case": "1.6.3",
Expand Down Expand Up @@ -51,8 +51,8 @@
"typescript": "4.0.2"
},
"peerDependencies": {
"knex": "0.20.x || 0.21.x",
"graphql": "^14.0.0 || ^15.0.0"
"graphql": "^14.0.0 || ^15.0.0",
"knex": "0.20.x || 0.21.x"
},
"engines": {
"node": ">=10.15.3"
Expand Down
16 changes: 8 additions & 8 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.15.1",
"version": "0.16.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"license": "Apache 2.0",
Expand Down Expand Up @@ -45,11 +45,11 @@
"typescript": "4.0.2"
},
"dependencies": {
"@graphback/codegen-client": "0.15.1",
"@graphback/codegen-schema": "0.15.1",
"@graphback/core": "0.15.1",
"@graphback/datasync": "0.15.1",
"@graphback/runtime-mongo": "0.15.1",
"@graphback/codegen-client": "0.16.0",
"@graphback/codegen-schema": "0.16.0",
"@graphback/core": "0.16.0",
"@graphback/datasync": "0.16.0",
"@graphback/runtime-mongo": "0.16.0",
"@graphql-tools/graphql-file-loader": "6.2.0",
"@graphql-tools/load": "6.2.0",
"apollo-server-express": "2.17.0",
Expand All @@ -58,9 +58,9 @@
"express": "4.17.1",
"get-port": "5.1.1",
"glob": "7.1.6",
"graphback": "0.15.1",
"graphback": "0.16.0",
"graphql": "15.3.0",
"graphql-migrations": "0.15.1",
"graphql-migrations": "0.16.0",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.11.0",
"mongodb": "3.6.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": "0.15.1",
"version": "0.16.0",
"private": true,
"description": "Benchmarks for Graphback, a fast and low-overhead web framework.",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"express": "4.17.1",
"faker": "4.1.0",
"fastify": "3.2.1",
"graphback": "0.15.1",
"graphback": "0.16.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-mongodb-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-templates-mongodb-runtime",
"version": "0.15.1",
"version": "0.16.0",
"description": "Graphback runtime template with Apollo Server and MongoDb",
"private": true,
"main": "dist/src/index.js",
Expand All @@ -12,14 +12,14 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "0.15.1",
"@graphback/runtime-mongo": "0.16.0",
"@graphql-tools/graphql-file-loader": "6.2.0",
"@graphql-tools/load": "6.2.0",
"apollo-server-express": "2.17.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "0.15.1",
"graphback": "0.16.0",
"graphql": "15.3.0",
"graphql-config": "3.0.3",
"graphql-subscriptions": "1.1.0",
Expand All @@ -30,7 +30,7 @@
"@types/glob": "7.1.3",
"@types/graphql": "14.2.3",
"@types/node-fetch": "2.5.7",
"graphback-cli": "0.15.1",
"graphback-cli": "0.16.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
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": "0.15.1",
"version": "0.16.0",
"description": "Graphback with Data Synchronization runtime template with Apollo Server and MongoDb",
"private": true,
"main": "dist/src/index.js",
Expand All @@ -12,14 +12,14 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/datasync": "0.15.1",
"@graphback/datasync": "0.16.0",
"@graphql-tools/graphql-file-loader": "6.2.0",
"@graphql-tools/load": "6.2.0",
"apollo-server-express": "2.17.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "0.15.1",
"graphback": "0.16.0",
"graphql": "15.3.0",
"graphql-config": "3.0.3",
"graphql-subscriptions": "1.1.0",
Expand All @@ -30,7 +30,7 @@
"@types/glob": "7.1.3",
"@types/graphql": "14.2.3",
"@types/node-fetch": "2.5.7",
"graphback-cli": "0.15.1",
"graphback-cli": "0.16.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
Expand Down
Loading

0 comments on commit 97ac02a

Please sign in to comment.