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

Commit

Permalink
chore: prepare 1.1.1 release (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda authored Feb 5, 2021
1 parent 83538bb commit 5a54480
Show file tree
Hide file tree
Showing 22 changed files with 68 additions and 62 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ id: releases
title: Release Notes
---

## 1.1.1 (2021-02-06)

#### Bug Fixes

* [#2261](https://github.com/aerogear/graphback/pull/2261) fix: import format was throwing an error ([@craicoverflow](https://github.com/craicoverflow))

## 1.1.0 (2020-10-06)

#### Bug Fixes
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.1.0",
"version": "1.1.1",
"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.1.0"
"version": "1.1.1"
}
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.1.0",
"version": "1.1.1",
"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.1.0",
"version": "1.1.1",
"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.3",
"debounce": "1.2.0",
"graphback": "1.1.0",
"graphback": "1.1.1",
"graphql-config": "3.2.0",
"node-emoji": "1.10.0",
"yargs": "16.2.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": "1.1.0",
"version": "1.1.1",
"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.1.3"
},
"dependencies": {
"@graphback/core": "1.1.0",
"@graphback/core": "1.1.1",
"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.1.0",
"version": "1.1.1",
"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.1.3"
},
"dependencies": {
"@graphback/core": "1.1.0",
"@graphback/core": "1.1.1",
"@graphql-tools/utils": "7.1.4",
"graphql-compose": "7.23.0",
"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.1.0",
"version": "1.1.1",
"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.1.0",
"version": "1.1.1",
"description": "Datasync Plugin for Graphback",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -44,11 +44,11 @@
"typescript": "4.1.3"
},
"dependencies": {
"@graphback/codegen-schema": "1.1.0",
"@graphback/core": "1.1.0",
"@graphback/runtime-mongo": "1.1.0",
"@graphback/codegen-schema": "1.1.1",
"@graphback/core": "1.1.1",
"@graphback/runtime-mongo": "1.1.1",
"@graphql-tools/utils": "7.1.4",
"graphback": "1.1.0",
"graphback": "1.1.1",
"graphql-compose": "7.23.0",
"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.1.0",
"version": "1.1.1",
"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.1.3"
},
"dependencies": {
"@graphback/core": "1.1.0",
"@graphback/core": "1.1.1",
"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.1.0",
"version": "1.1.1",
"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.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"graphql-migrations": "1.1.0",
"graphql-migrations": "1.1.1",
"jest": "26.6.3",
"rimraf": "3.0.2",
"sqlite3": "5.0.0",
Expand All @@ -45,7 +45,7 @@
"typescript": "4.1.3"
},
"dependencies": {
"@graphback/core": "1.1.0",
"@graphback/core": "1.1.1",
"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.1.0",
"version": "1.1.1",
"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.1.0",
"@graphback/codegen-schema": "1.1.1",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
Expand All @@ -45,7 +45,7 @@
"typescript": "4.1.3"
},
"dependencies": {
"@graphback/core": "1.1.0",
"@graphback/core": "1.1.1",
"@types/mongodb": "3.6.3",
"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.1.0",
"version": "1.1.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 @@ -39,9 +39,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@graphback/codegen-client": "1.1.0",
"@graphback/codegen-schema": "1.1.0",
"@graphback/core": "1.1.0",
"@graphback/codegen-client": "1.1.1",
"@graphback/codegen-schema": "1.1.1",
"@graphback/core": "1.1.1",
"@graphql-tools/merge": "6.2.6",
"graphql-subscriptions": "1.1.0",
"tslib": "2.0.3"
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.1.0",
"version": "1.1.1",
"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.1.0",
"@graphback/core": "1.1.1",
"@graphql-inspector/core": "2.3.0",
"@types/jest": "26.0.19",
"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.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"types": "types/index.d.ts",
"license": "Apache 2.0",
Expand Down Expand Up @@ -45,11 +45,11 @@
"typescript": "4.1.3"
},
"dependencies": {
"@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",
"@graphback/codegen-client": "1.1.1",
"@graphback/codegen-schema": "1.1.1",
"@graphback/core": "1.1.1",
"@graphback/datasync": "1.1.1",
"@graphback/runtime-mongo": "1.1.1",
"@graphql-tools/graphql-file-loader": "6.2.6",
"@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.1.0",
"graphback": "1.1.1",
"graphql": "15.4.0",
"mongodb": "3.6.3",
"mongodb-memory-server": "6.9.2",
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.1.0",
"version": "1.1.1",
"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.1.0",
"graphback": "1.1.1",
"graphql-api-koa": "6.0.0",
"hapi": "18.1.0",
"inquirer": "7.3.3",
Expand Down
10 changes: 5 additions & 5 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.1.0",
"version": "1.1.1",
"description": "Graphback runtime template with Apollo Server, Kafka and MongoDb",
"private": true,
"main": "dist/index.js",
Expand All @@ -13,16 +13,16 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "1.1.0",
"@graphback/runtime-mongo": "1.1.1",
"@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.1.0",
"graphback": "1.1.1",
"graphql": "15.4.0",
"graphql-config": "3.2.0",
"graphql-subscriptions": "1.1.0",
"graphql-subscriptions": "1.1.1",
"graphql-tag": "2.11.0",
"mongodb": "3.6.3"
},
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.1.0",
"graphback-cli": "1.1.1",
"graphql-cli": "4.1.0",
"ts-node": "9.1.1",
"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.1.0",
"version": "1.1.1",
"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.1.0",
"@graphback/runtime-mongo": "1.1.1",
"apollo-server-express": "2.19.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "1.1.0",
"graphback": "1.1.1",
"graphql": "15.4.0",
"graphql-config": "3.2.0",
"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.1.0",
"graphback-cli": "1.1.1",
"graphql-cli": "4.1.0",
"ts-node": "9.1.1",
"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.1.0",
"version": "1.1.1",
"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.1.0",
"@graphback/datasync": "1.1.1",
"apollo-server-express": "2.19.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "1.1.0",
"graphback": "1.1.1",
"graphql": "15.4.0",
"graphql-config": "3.2.0",
"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.1.0",
"graphback-cli": "1.1.1",
"graphql-cli": "4.1.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
Expand Down
Loading

0 comments on commit 5a54480

Please sign in to comment.