Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 23, 2021
1 parent efc0662 commit 1387738
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-colts-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-islands-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-icons-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-students-relax.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"express": "4.17.1",
"express-session": "1.17.2",
"graphql": "15.6.0",
"graphql-helix": "^1.7.0"
"graphql-helix": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/csp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"express": "4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0",
"graphql-helix": "^1.8.0",
"helmet": "4.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"express": "4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0"
"graphql-helix": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"express": "4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0"
"graphql-helix": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"fastify": "3.21.6",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0"
"graphql-helix": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"express": "4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0",
"graphql-helix": "^1.8.0",
"graphql-upload": "^11.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"express": "4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0",
"graphql-helix": "^1.8.0",
"graphql-jit": "0.5.2",
"tiny-lru": "7.0.6"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"express": "4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0",
"graphql-helix": "^1.8.0",
"graphql-modules": "1.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"express": "4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0",
"graphql-helix": "^1.8.0",
"graphql-ws": "5.5.0",
"ws": "8.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0"
"graphql-helix": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "1.7.0",
"graphql-helix": "1.8.0",
"koa": "2.13.1",
"koa-bodyparser": "4.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/live-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@n1ru4l/graphql-live-query": "0.8.1",
"express": "4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0"
"graphql-helix": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/persisted-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"express": "4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "^1.7.0"
"graphql-helix": "^1.8.0"
}
}
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# graphql-helix

## 1.8.0
### Minor Changes

- 185b64c: Added response helpers for Node.js for reducing boilerplate in projects

### Patch Changes

- 9d6adb7: Improve build flow for GraphiQL
- 91f3fcf: handle graphql error as 200 response #46
- 91f3fcf: Allow user code to throw HttpError during context building #43
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-helix",
"version": "1.7.0",
"version": "1.8.0",
"description": "A highly evolved GraphQL HTTP Server 🧬",
"keywords": [
"graphql",
Expand Down

0 comments on commit 1387738

Please sign in to comment.