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

Commit

Permalink
chore(release): release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda Phelan authored and wtrocki committed Sep 24, 2020
1 parent c306e17 commit a4b0f8f
Show file tree
Hide file tree
Showing 19 changed files with 54 additions and 54 deletions.
6 changes: 3 additions & 3 deletions integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-integration-tests",
"version": "0.16.2",
"version": "1.0.0",
"private": true,
"description": "Integration tests",
"main": "index.js",
Expand All @@ -19,15 +19,15 @@
"@graphql-tools/graphql-file-loader": "6.2.3",
"apollo-server": "2.17.0",
"apollo-server-testing": "2.17.0",
"graphql": "15.3.0",
"jest": "26.4.2",
"knex": "0.21.5",
"mongodb": "3.6.2",
"node-fetch": "2.6.1",
"rimraf": "3.0.2",
"ts-node": "9.0.0",
"tsutils": "3.17.1",
"typescript": "4.0.3",
"graphql": "15.3.0"
"typescript": "4.0.3"
},
"license": "Apache-2.0"
}
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.16.2"
"version": "1.0.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.16.2",
"version": "1.0.0",
"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": "0.16.2",
"version": "1.0.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.16.2",
"graphback": "1.0.0",
"graphql-config": "3.0.3",
"node-emoji": "1.10.0",
"yargs": "16.0.3"
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.16.2",
"version": "1.0.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.3"
},
"dependencies": {
"@graphback/core": "0.16.2",
"@graphback/core": "1.0.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.16.2",
"version": "1.0.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.3"
},
"dependencies": {
"@graphback/core": "0.16.2",
"@graphback/core": "1.0.0",
"@graphql-tools/utils": "6.2.3",
"graphql-compose": "7.21.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.16.2",
"version": "1.0.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.16.2",
"version": "1.0.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.3"
},
"dependencies": {
"@graphback/codegen-schema": "0.16.2",
"@graphback/core": "0.16.2",
"@graphback/runtime-mongo": "0.16.2",
"@graphback/codegen-schema": "1.0.0",
"@graphback/core": "1.0.0",
"@graphback/runtime-mongo": "1.0.0",
"@graphql-tools/utils": "6.2.3",
"graphback": "0.16.2",
"graphback": "1.0.0",
"graphql-compose": "7.21.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.16.2",
"version": "1.0.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.3"
},
"dependencies": {
"@graphback/core": "0.16.2",
"@graphback/core": "1.0.0",
"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": "0.16.2",
"version": "1.0.0",
"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.14",
"@types/node": "12.12.62",
"graphql": "15.3.0",
"graphql-migrations": "0.16.2",
"graphql-migrations": "1.0.0",
"jest": "26.4.2",
"rimraf": "3.0.2",
"sqlite3": "5.0.0",
Expand All @@ -45,7 +45,7 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/core": "0.16.2",
"@graphback/core": "1.0.0",
"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": "0.16.2",
"version": "1.0.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.16.2",
"@graphback/codegen-schema": "1.0.0",
"@types/jest": "26.0.14",
"@types/node": "12.12.62",
"graphql": "15.3.0",
Expand All @@ -45,7 +45,7 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/core": "0.16.2",
"@graphback/core": "1.0.0",
"@types/mongodb": "3.5.27",
"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.16.2",
"version": "1.0.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.16.2",
"@graphback/codegen-schema": "0.16.2",
"@graphback/core": "0.16.2",
"@graphback/codegen-client": "1.0.0",
"@graphback/codegen-schema": "1.0.0",
"@graphback/core": "1.0.0",
"@graphql-tools/merge": "6.2.3",
"graphql-subscriptions": "1.1.0",
"tslib": "2.0.1"
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": "0.16.2",
"version": "1.0.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.16.2",
"@graphback/core": "1.0.0",
"@graphql-inspector/core": "2.2.0",
"@types/jest": "26.0.14",
"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": "0.16.2",
"version": "1.0.0",
"main": "dist/index.js",
"types": "types/index.d.ts",
"license": "Apache 2.0",
Expand Down Expand Up @@ -45,11 +45,11 @@
"typescript": "4.0.3"
},
"dependencies": {
"@graphback/codegen-client": "0.16.2",
"@graphback/codegen-schema": "0.16.2",
"@graphback/core": "0.16.2",
"@graphback/datasync": "0.16.2",
"@graphback/runtime-mongo": "0.16.2",
"@graphback/codegen-client": "1.0.0",
"@graphback/codegen-schema": "1.0.0",
"@graphback/core": "1.0.0",
"@graphback/datasync": "1.0.0",
"@graphback/runtime-mongo": "1.0.0",
"@graphql-tools/graphql-file-loader": "6.2.3",
"@graphql-tools/load": "6.2.3",
"apollo-server-express": "2.17.0",
Expand All @@ -58,7 +58,7 @@
"express": "4.17.1",
"get-port": "5.1.1",
"glob": "7.1.6",
"graphback": "0.16.2",
"graphback": "1.0.0",
"graphql": "15.3.0",
"mongodb": "3.6.2",
"mongodb-memory-server": "6.7.6",
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.16.2",
"version": "1.0.0",
"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": "0.16.2",
"graphback": "1.0.0",
"graphql-api-koa": "6.0.0",
"hapi": "18.1.0",
"inquirer": "7.3.3",
Expand Down
6 changes: 3 additions & 3 deletions templates/ts-apollo-mongodb-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "next",
"@graphback/runtime-mongo": "1.0.0",
"apollo-server-express": "2.17.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "next",
"graphback": "1.0.0",
"graphql": "15.3.0",
"graphql-config": "3.0.3",
"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": "next",
"graphback-cli": "1.0.0",
"graphql-cli": "4.0.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
Expand Down
6 changes: 3 additions & 3 deletions templates/ts-apollo-mongodb-datasync-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/datasync": "next",
"@graphback/datasync": "1.0.0",
"apollo-server-express": "2.17.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "next",
"graphback": "1.0.0",
"graphql": "15.3.0",
"graphql-config": "3.0.3",
"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": "next",
"graphback-cli": "1.0.0",
"graphql-cli": "4.0.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
Expand Down
12 changes: 6 additions & 6 deletions templates/ts-apollo-postgres-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
},
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-knex": "next",
"@graphback/runtime-knex": "1.0.0",
"apollo-server-express": "2.17.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "next",
"graphback": "1.0.0",
"graphql": "15.3.0",
"graphql-config": "3.0.3",
"graphql-migrations": "next",
"graphql-migrations": "1.0.0",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.11.0",
"pg": "8.3.3",
"knex": "0.21.5"
"knex": "0.21.5",
"pg": "8.3.3"
},
"devDependencies": {
"@graphql-cli/codegen": "1.17.8",
Expand All @@ -34,7 +34,7 @@
"@types/glob": "7.1.3",
"@types/graphql": "14.2.3",
"@types/node-fetch": "2.5.7",
"graphback-cli": "next",
"graphback-cli": "1.0.0",
"graphql-cli": "4.0.0",
"ts-node": "9.0.0",
"tslint": "6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-react-apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@graphql-codegen/typescript": "1.17.9",
"@graphql-codegen/typescript-operations": "1.17.8",
"@graphql-codegen/typescript-react-apollo": "2.0.6",
"graphback-cli": "next",
"graphql-cli": "4.0.0",
"graphback-cli": "1.0.0",
"graphql": "15.3.0",
"graphql-cli": "4.0.0",
"tslint": "6.1.3",
"typescript": "4.0.3"
},
Expand Down

0 comments on commit a4b0f8f

Please sign in to comment.