Skip to content

Commit

Permalink
Upcoming Release Changes (#68)
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 Oct 7, 2021
1 parent a1ce7db commit 6871248
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-cars-decide.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.8.0"
"graphql-helix": "^1.8.1"
}
}
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.8.0",
"graphql-helix": "^1.8.1",
"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.8.0"
"graphql-helix": "^1.8.1"
}
}
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.8.0"
"graphql-helix": "^1.8.1"
}
}
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.8.0"
"graphql-helix": "^1.8.1"
}
}
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.8.0",
"graphql-helix": "^1.8.1",
"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.8.0",
"graphql-helix": "^1.8.1",
"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.8.0",
"graphql-helix": "^1.8.1",
"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.8.0",
"graphql-helix": "^1.8.1",
"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.8.0"
"graphql-helix": "^1.8.1"
}
}
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.8.0",
"graphql-helix": "1.8.1",
"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.8.0"
"graphql-helix": "^1.8.1"
}
}
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.8.0"
"graphql-helix": "^1.8.1"
}
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# graphql-helix

## 1.8.1

### Patch Changes

- a1ce7db: add esm support

## 1.8.0

### Minor Changes

- 185b64c: Added response helpers for Node.js for reducing boilerplate in projects
Expand Down
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.8.0",
"version": "1.8.1",
"description": "A highly evolved GraphQL HTTP Server 🧬",
"keywords": [
"graphql",
Expand Down

0 comments on commit 6871248

Please sign in to comment.