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

Commit d2cb1bc

Browse files
Enda Phelanwtrocki
Enda Phelan
authored andcommitted
chore: release version 1.0.1
1 parent a4b0f8f commit d2cb1bc

File tree

20 files changed

+58
-54
lines changed

20 files changed

+58
-54
lines changed

docs/releases.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Release Notes
88
This file contains changes and migration steps for the Graphback project.
99
Please follow individual releases for more information.
1010

11-
# 1.0.0
11+
# 1.0.1
1212

1313
### Features
1414

@@ -34,6 +34,10 @@ Please follow individual releases for more information.
3434

3535
* Refactored the Knex Query Mapper ([#2034](https://github.com/aerogear/graphback/pull/2034), fixed by [6d43f28](https://github.com/aerogear/graphback/commit/6d43f288865a2c8c0d441e486a156301ca6cc42a))
3636

37+
## 1.0.0
38+
39+
**INVALID RELEASE**
40+
3741
# 0.16.2
3842

3943
### Bug Fixes

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.0",
3+
"version": "1.0.1",
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.0"
10+
"version": "1.0.1"
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.0",
3+
"version": "1.0.1",
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.0",
3+
"version": "1.0.1",
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.0",
51+
"graphback": "1.0.1",
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.0",
3+
"version": "1.0.1",
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.0",
45+
"@graphback/core": "1.0.1",
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.0",
3+
"version": "1.0.1",
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.0",
46+
"@graphback/core": "1.0.1",
4747
"@graphql-tools/utils": "6.2.3",
4848
"graphql-compose": "7.21.1",
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.0",
3+
"version": "1.0.1",
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.0",
3+
"version": "1.0.1",
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.0",
48-
"@graphback/core": "1.0.0",
49-
"@graphback/runtime-mongo": "1.0.0",
47+
"@graphback/codegen-schema": "1.0.1",
48+
"@graphback/core": "1.0.1",
49+
"@graphback/runtime-mongo": "1.0.1",
5050
"@graphql-tools/utils": "6.2.3",
51-
"graphback": "1.0.0",
51+
"graphback": "1.0.1",
5252
"graphql-compose": "7.21.1",
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.0",
3+
"version": "1.0.1",
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.0",
46+
"@graphback/core": "1.0.1",
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.0",
3+
"version": "1.0.1",
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.62",
3737
"graphql": "15.3.0",
38-
"graphql-migrations": "1.0.0",
38+
"graphql-migrations": "1.0.1",
3939
"jest": "26.4.2",
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.0",
48+
"@graphback/core": "1.0.1",
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.0",
3+
"version": "1.0.1",
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.0",
34+
"@graphback/codegen-schema": "1.0.1",
3535
"@types/jest": "26.0.14",
3636
"@types/node": "12.12.62",
3737
"graphql": "15.3.0",
@@ -45,7 +45,7 @@
4545
"typescript": "4.0.3"
4646
},
4747
"dependencies": {
48-
"@graphback/core": "1.0.0",
48+
"@graphback/core": "1.0.1",
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.0",
3+
"version": "1.0.1",
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.0",
43-
"@graphback/codegen-schema": "1.0.0",
44-
"@graphback/core": "1.0.0",
42+
"@graphback/codegen-client": "1.0.1",
43+
"@graphback/codegen-schema": "1.0.1",
44+
"@graphback/core": "1.0.1",
4545
"@graphql-tools/merge": "6.2.3",
4646
"graphql-subscriptions": "1.1.0",
4747
"tslib": "2.0.1"

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.0",
3+
"version": "1.0.1",
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.0",
26+
"@graphback/core": "1.0.1",
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.0",
3+
"version": "1.0.1",
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.0",
49-
"@graphback/codegen-schema": "1.0.0",
50-
"@graphback/core": "1.0.0",
51-
"@graphback/datasync": "1.0.0",
52-
"@graphback/runtime-mongo": "1.0.0",
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",
5353
"@graphql-tools/graphql-file-loader": "6.2.3",
5454
"@graphql-tools/load": "6.2.3",
5555
"apollo-server-express": "2.17.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.0",
61+
"graphback": "1.0.1",
6262
"graphql": "15.3.0",
6363
"mongodb": "3.6.2",
6464
"mongodb-memory-server": "6.7.6",

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.0",
3+
"version": "1.0.1",
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.0",
34+
"graphback": "1.0.1",
3535
"graphql-api-koa": "6.0.0",
3636
"hapi": "18.1.0",
3737
"inquirer": "7.3.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.0",
3+
"version": "1.0.1",
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.0",
16+
"@graphback/runtime-mongo": "1.0.1",
1717
"apollo-server-express": "2.17.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
21-
"graphback": "1.0.0",
21+
"graphback": "1.0.1",
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.0",
35+
"graphback-cli": "1.0.1",
3636
"graphql-cli": "4.0.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.0",
3+
"version": "1.0.1",
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.0",
16+
"@graphback/datasync": "1.0.1",
1717
"apollo-server-express": "2.17.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
21-
"graphback": "1.0.0",
21+
"graphback": "1.0.1",
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.0",
35+
"graphback-cli": "1.0.1",
3636
"graphql-cli": "4.0.0",
3737
"ts-node": "9.0.0",
3838
"tslint": "6.1.3",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphback-templates-runtime-postgres",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Graphback runtime template with Apollo Server and PostgreSQL",
55
"private": true,
66
"main": "dist/index.js",
@@ -13,15 +13,15 @@
1313
},
1414
"license": "Apache 2.0",
1515
"dependencies": {
16-
"@graphback/runtime-knex": "1.0.0",
16+
"@graphback/runtime-knex": "1.0.1",
1717
"apollo-server-express": "2.17.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
21-
"graphback": "1.0.0",
21+
"graphback": "1.0.1",
2222
"graphql": "15.3.0",
2323
"graphql-config": "3.0.3",
24-
"graphql-migrations": "1.0.0",
24+
"graphql-migrations": "1.0.1",
2525
"graphql-subscriptions": "1.1.0",
2626
"graphql-tag": "2.11.0",
2727
"knex": "0.21.5",
@@ -34,7 +34,7 @@
3434
"@types/glob": "7.1.3",
3535
"@types/graphql": "14.2.3",
3636
"@types/node-fetch": "2.5.7",
37-
"graphback-cli": "1.0.0",
37+
"graphback-cli": "1.0.1",
3838
"graphql-cli": "4.0.0",
3939
"ts-node": "9.0.0",
4040
"tslint": "6.1.3",

0 commit comments

Comments
 (0)