Skip to content

Commit

Permalink
Merge 3990817 into 454e2a4
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jan 19, 2017
2 parents 454e2a4 + 3990817 commit 273e8ee
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### VNEXT

### v0.5.1
* add support for HTTP GET Method ([@DxCx](https://github.com/DxCx)) on [#180](https://github.com/apollostack/graphql-server/pull/180)

### v0.5.0
Expand Down
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-beta.30",
"version": "0.5.0",
"version": "0.5.1",
"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.5.0",
"version": "0.5.1",
"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.5.0",
"version": "0.5.1",
"description": "Production-ready Node.js GraphQL server for Express and Connect",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,15 +26,15 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.5.0",
"graphql-server-core": "^0.5.1",
"graphql-server-module-graphiql": "^0.4.4"
},
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/connect": "^3.4.30",
"@types/express": "^4.0.33",
"@types/multer": "0.0.32",
"graphql-server-integration-testsuite": "^0.5.0",
"graphql-server-integration-testsuite": "^0.5.1",
"body-parser": "^1.15.2",
"connect": "^3.4.1",
"connect-query": "^0.2.0",
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.5.0",
"version": "0.5.1",
"description": "Production-ready Node.js GraphQL server for Hapi",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,14 +25,14 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.5.0",
"graphql-server-core": "^0.5.1",
"graphql-server-module-graphiql": "^0.4.4",
"boom": "^4.0.0"
},
"devDependencies": {
"@types/boom": "0.0.32",
"@types/hapi": "^13.0.35",
"graphql-server-integration-testsuite": "^0.5.0",
"graphql-server-integration-testsuite": "^0.5.1",
"hapi": "^15.0.3",
"@types/graphql": "^0.8.5"
},
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.5.0",
"version": "0.5.1",
"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.5.0",
"graphql-server-core": "^0.5.1",
"graphql-server-module-graphiql": "^0.4.4",
"graphql-server-module-operation-store": "^0.5.0",
"supertest": "^2.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.5.0",
"version": "0.5.1",
"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.5.0",
"graphql-server-core": "^0.5.1",
"graphql-server-module-graphiql": "^0.4.4"
},
"devDependencies": {
"@types/koa": "^2.0.33",
"@types/koa-bodyparser": "^3.0.19",
"@types/koa-router": "^7.0.21",
"graphql-server-integration-testsuite": "^0.5.0",
"graphql-server-integration-testsuite": "^0.5.1",
"koa": "^2.0.0-alpha.4",
"koa-bodyparser": "^3.0.0",
"koa-router": "^7.0.1"
Expand Down

0 comments on commit 273e8ee

Please sign in to comment.