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

Commit a4b0f8f

Browse files
Enda Phelanwtrocki
Enda Phelan
authored andcommitted
chore(release): release 1.0
1 parent c306e17 commit a4b0f8f

File tree

19 files changed

+54
-54
lines changed

19 files changed

+54
-54
lines changed

integration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphback-integration-tests",
3-
"version": "0.16.2",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Integration tests",
66
"main": "index.js",
@@ -19,15 +19,15 @@
1919
"@graphql-tools/graphql-file-loader": "6.2.3",
2020
"apollo-server": "2.17.0",
2121
"apollo-server-testing": "2.17.0",
22+
"graphql": "15.3.0",
2223
"jest": "26.4.2",
2324
"knex": "0.21.5",
2425
"mongodb": "3.6.2",
2526
"node-fetch": "2.6.1",
2627
"rimraf": "3.0.2",
2728
"ts-node": "9.0.0",
2829
"tsutils": "3.17.1",
29-
"typescript": "4.0.3",
30-
"graphql": "15.3.0"
30+
"typescript": "4.0.3"
3131
},
3232
"license": "Apache-2.0"
3333
}

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": "0.16.2"
10+
"version": "1.0.0"
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
51+
"graphback": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
45+
"@graphback/core": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
46+
"@graphback/core": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
48-
"@graphback/core": "0.16.2",
49-
"@graphback/runtime-mongo": "0.16.2",
47+
"@graphback/codegen-schema": "1.0.0",
48+
"@graphback/core": "1.0.0",
49+
"@graphback/runtime-mongo": "1.0.0",
5050
"@graphql-tools/utils": "6.2.3",
51-
"graphback": "0.16.2",
51+
"graphback": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
46+
"@graphback/core": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
38+
"graphql-migrations": "1.0.0",
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": "0.16.2",
48+
"@graphback/core": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
34+
"@graphback/codegen-schema": "1.0.0",
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": "0.16.2",
48+
"@graphback/core": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
43-
"@graphback/codegen-schema": "0.16.2",
44-
"@graphback/core": "0.16.2",
42+
"@graphback/codegen-client": "1.0.0",
43+
"@graphback/codegen-schema": "1.0.0",
44+
"@graphback/core": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
26+
"@graphback/core": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
49-
"@graphback/codegen-schema": "0.16.2",
50-
"@graphback/core": "0.16.2",
51-
"@graphback/datasync": "0.16.2",
52-
"@graphback/runtime-mongo": "0.16.2",
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",
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": "0.16.2",
61+
"graphback": "1.0.0",
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": "0.16.2",
3+
"version": "1.0.0",
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": "0.16.2",
34+
"graphback": "1.0.0",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
},
1414
"license": "Apache 2.0",
1515
"dependencies": {
16-
"@graphback/runtime-mongo": "next",
16+
"@graphback/runtime-mongo": "1.0.0",
1717
"apollo-server-express": "2.17.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
21-
"graphback": "next",
21+
"graphback": "1.0.0",
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": "next",
35+
"graphback-cli": "1.0.0",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
},
1414
"license": "Apache 2.0",
1515
"dependencies": {
16-
"@graphback/datasync": "next",
16+
"@graphback/datasync": "1.0.0",
1717
"apollo-server-express": "2.17.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
21-
"graphback": "next",
21+
"graphback": "1.0.0",
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": "next",
35+
"graphback-cli": "1.0.0",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
},
1414
"license": "Apache 2.0",
1515
"dependencies": {
16-
"@graphback/runtime-knex": "next",
16+
"@graphback/runtime-knex": "1.0.0",
1717
"apollo-server-express": "2.17.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
21-
"graphback": "next",
21+
"graphback": "1.0.0",
2222
"graphql": "15.3.0",
2323
"graphql-config": "3.0.3",
24-
"graphql-migrations": "next",
24+
"graphql-migrations": "1.0.0",
2525
"graphql-subscriptions": "1.1.0",
2626
"graphql-tag": "2.11.0",
27-
"pg": "8.3.3",
28-
"knex": "0.21.5"
27+
"knex": "0.21.5",
28+
"pg": "8.3.3"
2929
},
3030
"devDependencies": {
3131
"@graphql-cli/codegen": "1.17.8",
@@ -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": "next",
37+
"graphback-cli": "1.0.0",
3838
"graphql-cli": "4.0.0",
3939
"ts-node": "9.0.0",
4040
"tslint": "6.1.3",

templates/ts-react-apollo-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"@graphql-codegen/typescript": "1.17.9",
99
"@graphql-codegen/typescript-operations": "1.17.8",
1010
"@graphql-codegen/typescript-react-apollo": "2.0.6",
11-
"graphback-cli": "next",
12-
"graphql-cli": "4.0.0",
11+
"graphback-cli": "1.0.0",
1312
"graphql": "15.3.0",
13+
"graphql-cli": "4.0.0",
1414
"tslint": "6.1.3",
1515
"typescript": "4.0.3"
1616
},

0 commit comments

Comments
 (0)