Skip to content

Commit

Permalink
v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jun 14, 2017
1 parent 73ba4fe commit 1a76431
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.4",
"version": "0.8.3",
"version": "0.8.4",
"changelog": {
"repo": "apollostack/graphql-server",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-core",
"version": "0.8.3",
"version": "0.8.4",
"description": "Core engine for Apollo GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-express",
"version": "0.8.3",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Express and Connect",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.3",
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"connect": "^3.6.2",
"connect-query": "^1.0.0",
"express": "^4.15.3",
"graphql-server-integration-testsuite": "^0.8.3",
"graphql-server-integration-testsuite": "^0.8.4",
"multer": "^1.3.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server-hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-hapi",
"version": "0.8.3",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Hapi",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,14 +26,14 @@
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"boom": "^5.1.0",
"graphql-server-core": "^0.8.3",
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/boom": "4.3.2",
"@types/graphql": "^0.9.1",
"@types/hapi": "^16.1.4",
"graphql-server-integration-testsuite": "^0.8.3",
"graphql-server-integration-testsuite": "^0.8.4",
"hapi": "^16.4.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-server-integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-server-integration-testsuite",
"private": true,
"version": "0.8.3",
"version": "0.8.4",
"description": "Apollo Server Integrations testsuite",
"main": "dist/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.3",
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2",
"graphql-server-module-operation-store": "^0.8.2",
"supertest": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-koa",
"version": "0.8.3",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Koa",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,14 +25,14 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.3",
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/koa": "^2.0.39",
"@types/koa-bodyparser": "^3.0.23",
"@types/koa-router": "^7.0.22",
"graphql-server-integration-testsuite": "^0.8.3",
"graphql-server-integration-testsuite": "^0.8.4",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-lambda",
"version": "0.8.3",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for AWS Lambda",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,13 +25,13 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.3",
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/aws-lambda": "0.0.10",
"@types/graphql": "^0.9.1",
"graphql-server-integration-testsuite": "^0.8.3"
"graphql-server-integration-testsuite": "^0.8.4"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server-micro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-micro",
"version": "0.8.3",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Micro",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,11 +25,11 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.3",
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"graphql-server-integration-testsuite": "^0.8.3",
"graphql-server-integration-testsuite": "^0.8.4",
"micro": "^7.3.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server-restify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-restify",
"version": "0.8.3",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Restify",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,12 +25,12 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.3",
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/restify": "^4.3.2",
"graphql-server-integration-testsuite": "^0.8.3",
"graphql-server-integration-testsuite": "^0.8.4",
"restify": "^4.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 1a76431

Please sign in to comment.