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

Commit

Permalink
chore: release 0.11.4 (#1008)
Browse files Browse the repository at this point in the history
* chore: release 0.11.4

* chore: import relative packages

* chore: remove caret

* chore: remove graphback as a dependency
  • Loading branch information
Enda authored Mar 31, 2020
1 parent 0deec75 commit 9777493
Show file tree
Hide file tree
Showing 20 changed files with 58 additions and 52 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.11.4

##### Bug Fixes

* don't generate blank model file ([ca29103e](https://github.com/aerogear/graphback/commit/ca29103e236800462bf110775c3f243adc363b44))
* remove generation of dbmigrations config in `graphback config` ([f0b8ed4](https://github.com/aerogear/graphback/commit/f0b8ed45af536e4157c9a3d2bc74b18369eac488))

# 0.11.1

- Fixed issue where root query type needed to properly created final schema.
Expand Down
1 change: 0 additions & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"apollo-boost": "0.4.7",
"apollo-server": "2.11.0",
"apollo-server-testing": "2.11.0",
"graphback": "0.11.3",
"jest": "25.2.4",
"knex": "0.20.13",
"node-fetch": "2.6.0"
Expand Down
8 changes: 4 additions & 4 deletions integration/tests/codegen-workflow.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/* eslint-disable @typescript-eslint/no-var-requires import/no-extraneous-dependencies */
/* eslint-disable import/no-extraneous-dependencies */
import { readFileSync, rmdirSync } from 'fs';
import * as path from 'path';
import { ApolloServer, PubSub, gql } from "apollo-server";
import { createTestClient, ApolloServerTestClient } from 'apollo-server-testing';
import { loadConfig } from 'graphql-config';
import { migrateDB } from 'graphql-migrations';
import { GraphbackGenerator } from "../../packages/graphback";
import { createKnexPGCRUDRuntimeServices } from "@graphback/runtime-knex"
import { loadResolversFiles } from '@graphql-toolkit/file-loading';
import { loadDocuments } from '@graphql-toolkit/core';
import { GraphQLFileLoader } from '@graphql-toolkit/graphql-file-loader';
import * as Knex from 'knex';
import { migrateDB } from '../../packages/graphql-migrations/src';
import { GraphbackGenerator } from "../../packages/graphback/src";
import { createKnexPGCRUDRuntimeServices } from "../../packages/graphback-runtime-knex/src"

/** global config */
let client: any;
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.11.3"
"version": "0.11.4"
}
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.11.3",
"version": "0.11.4",
"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.11.3",
"graphback": "0.11.4",
"graphql": "^14.6.0",
"graphql-config": "3.0.0-alpha.23",
"graphql-migrations": "0.11.3",
"graphql-migrations": "0.11.4",
"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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/core": "0.11.4",
"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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/core": "0.11.4",
"@graphql-toolkit/common": "0.9.12",
"@graphql-toolkit/core": "0.9.12",
"graphql-compose": "7.14.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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/core": "0.11.4",
"pg": "8.0.0",
"pluralize": "8.0.0",
"prettier": "2.0.2",
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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/core": "0.11.4",
"@graphql-toolkit/common": "0.9.12",
"@graphql-toolkit/core": "0.9.12",
"@graphql-toolkit/schema-merging": "0.9.12",
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.11.3",
"version": "0.11.4",
"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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/runtime": "0.11.3",
"@graphback/core": "0.11.4",
"@graphback/runtime": "0.11.4",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0",
"knex": "0.20.13"
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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/runtime": "0.11.3",
"@graphback/core": "0.11.4",
"@graphback/runtime": "0.11.4",
"@types/mongodb": "3.5.4",
"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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/core": "0.11.4",
"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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/codegen-resolvers": "0.11.3",
"@graphback/codegen-schema": "0.11.3",
"@graphback/core": "0.11.3",
"@graphback/runtime": "0.11.3",
"@graphback/codegen-client": "0.11.4",
"@graphback/codegen-resolvers": "0.11.4",
"@graphback/codegen-schema": "0.11.4",
"@graphback/core": "0.11.4",
"@graphback/runtime": "0.11.4",
"@graphql-inspector/core": "1.27.0",
"glob": "7.1.6",
"graphql-subscriptions": "1.1.0",
Expand Down
6 changes: 3 additions & 3 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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/core": "0.11.4",
"@graphql-inspector/core": "1.27.0",
"@types/jest": "25.1.4",
"case": "1.6.3",
Expand All @@ -31,12 +31,12 @@
},
"devDependencies": {
"@types/jest": "25.1.4",
"jest": "25.2.4",
"@types/lodash": "4.14.149",
"@types/node": "12.12.34",
"ava": "2.4.0",
"graphql": "14.6.0",
"graphql-tools": "4.0.7",
"jest": "25.2.4",
"pg": "8.0.0",
"rimraf": "3.0.2",
"sqlite3": "4.1.1",
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.11.3",
"version": "0.11.4",
"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.11.3",
"@graphback/codegen-schema": "0.11.3",
"@graphback/core": "0.11.3",
"@graphback/runtime": "0.11.3",
"@graphback/runtime-knex": "0.11.3",
"@graphback/runtime-mongo": "0.11.3",
"@graphback/codegen-client": "0.11.4",
"@graphback/codegen-schema": "0.11.4",
"@graphback/core": "0.11.4",
"@graphback/runtime": "0.11.4",
"@graphback/runtime-knex": "0.11.4",
"@graphback/runtime-mongo": "0.11.4",
"apollo-server-express": "2.11.0",
"cors": "2.8.5",
"express": "4.17.1",
"get-port": "5.1.1",
"glob": "7.1.6",
"graphback": "0.11.3",
"graphback": "0.11.4",
"graphql": "14.6.0",
"graphql-config": "3.0.0-alpha.23",
"graphql-migrations": "0.11.3",
"graphql-migrations": "0.11.4",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.10.3",
"knex": "0.20.13",
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.11.3",
"version": "0.11.4",
"private": true,
"devDependencies": {
"@types/jest": "25.1.4",
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.11.3",
"version": "0.11.4",
"private": true,
"workspaces": [
"client",
Expand All @@ -18,7 +18,7 @@
"@graphql-codegen/typescript": "1.13.1",
"@graphql-codegen/typescript-operations": "1.13.1",
"@graphql-codegen/typescript-react-apollo": "1.13.1",
"graphback-cli": "0.11.3",
"graphback-cli": "0.11.4",
"graphql": "14.6.0",
"tslint": "6.1.0",
"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.11.3",
"version": "0.11.4",
"private": true,
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc"
},
"dependencies": {
"@graphback/runtime-knex": "0.11.3",
"@graphback/runtime-knex": "0.11.4",
"@graphql-toolkit/file-loading": "0.9.12",
"@types/cors": "2.8.6",
"@types/express": "4.17.3",
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.11.3",
"version": "0.11.4",
"description": "Graphback runtime template",
"private": true,
"main": "dist/src/index.js",
Expand All @@ -16,10 +16,10 @@
"cors": "2.8.5",
"express": "4.17.1",
"glob": "7.1.6",
"graphback": "0.11.3",
"graphback": "0.11.4",
"graphql": "14.6.0",
"graphql-config": "3.0.0-alpha.23",
"graphql-migrations": "0.11.3",
"graphql-migrations": "0.11.4",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.10.3",
"knex": "0.20.13"
Expand Down

0 comments on commit 9777493

Please sign in to comment.