Skip to content

Commit e38b73a

Browse files
Upcoming Release Changes (contra#93)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a52d40b commit e38b73a

File tree

16 files changed

+20
-19
lines changed

16 files changed

+20
-19
lines changed

.changeset/sixty-llamas-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"express": "4.17.1",
1616
"express-session": "1.17.2",
1717
"graphql": "16.0.0-experimental-stream-defer.5",
18-
"graphql-helix": "^1.9.0"
18+
"graphql-helix": "^1.9.1"
1919
}
2020
}

examples/csp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"express": "4.17.1",
16-
"graphql-helix": "^1.9.0",
16+
"graphql-helix": "^1.9.1",
1717
"graphql": "16.0.0-experimental-stream-defer.5",
1818
"helmet": "4.6.0"
1919
}

examples/error-handling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",
15-
"graphql-helix": "^1.9.0",
15+
"graphql-helix": "^1.9.1",
1616
"graphql": "16.0.0-experimental-stream-defer.5"
1717
}
1818
}

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",
15-
"graphql-helix": "^1.9.0",
15+
"graphql-helix": "^1.9.1",
1616
"graphql": "16.0.0-experimental-stream-defer.5"
1717
}
1818
}

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"fastify": "3.21.6",
14-
"graphql-helix": "^1.9.0",
14+
"graphql-helix": "^1.9.1",
1515
"graphql": "16.0.0-experimental-stream-defer.5"
1616
}
1717
}

examples/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"express": "4.17.1",
16-
"graphql-helix": "^1.9.0",
16+
"graphql-helix": "^1.9.1",
1717
"graphql": "16.0.0-experimental-stream-defer.5",
1818
"graphql-upload": "^11.0.0"
1919
}

examples/graphql-jit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",
15-
"graphql-helix": "^1.9.0",
15+
"graphql-helix": "^1.9.1",
1616
"graphql": "16.0.0-experimental-stream-defer.5",
1717
"graphql-jit": "0.5.2",
1818
"tiny-lru": "7.0.6"

examples/graphql-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",
15-
"graphql-helix": "^1.9.0",
15+
"graphql-helix": "^1.9.1",
1616
"graphql": "16.0.0-experimental-stream-defer.5",
1717
"graphql-modules": "1.4.4"
1818
}

examples/graphql-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"express": "4.17.1",
16-
"graphql-helix": "^1.9.0",
16+
"graphql-helix": "^1.9.1",
1717
"graphql": "16.0.0-experimental-stream-defer.5",
1818
"graphql-ws": "5.5.0",
1919
"ws": "8.2.2"

examples/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typescript": "4.4.4"
1111
},
1212
"dependencies": {
13-
"graphql-helix": "^1.9.0",
13+
"graphql-helix": "^1.9.1",
1414
"graphql": "16.0.0-experimental-stream-defer.5"
1515
}
1616
}

examples/koa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"typescript": "4.4.4"
1313
},
1414
"dependencies": {
15-
"graphql-helix": "1.9.0",
15+
"graphql-helix": "1.9.1",
1616
"graphql": "16.0.0-experimental-stream-defer.5",
1717
"koa": "2.13.1",
1818
"koa-bodyparser": "4.3.0"

examples/live-queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@n1ru4l/in-memory-live-query-store": "0.7.1",
1515
"@n1ru4l/graphql-live-query": "0.8.1",
1616
"express": "4.17.1",
17-
"graphql-helix": "^1.9.0",
17+
"graphql-helix": "^1.9.1",
1818
"graphql": "16.0.0-experimental-stream-defer.5"
1919
}
2020
}

examples/persisted-queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",
15-
"graphql-helix": "^1.9.0",
15+
"graphql-helix": "^1.9.1",
1616
"graphql": "16.0.0-experimental-stream-defer.5"
1717
}
1818
}

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# graphql-helix
22

3+
## 1.9.1
4+
5+
### Patch Changes
6+
7+
- a52d40b: fix(processRequest): pass context as contextValue correctly
8+
39
## 1.9.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-helix",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "A highly evolved GraphQL HTTP Server 🧬",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)