Skip to content

Commit 661d2e2

Browse files
github-actions[bot]mvantellingen
authored andcommitted
update version (next)
1 parent bd2d55c commit 661d2e2

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"five-weeks-talk",
1010
"gentle-plants-rule",
1111
"tough-grapes-hug",
12+
"tricky-news-jam",
1213
"warm-tomatoes-wonder"
1314
]
1415
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @labdigital/react-query-opal
22

3+
## 2.0.0-next.5
4+
5+
### Minor Changes
6+
7+
- bd2d55c: Remove the default timeout signal since the presence of the signal disables nextjs request deduplication
8+
39
## 2.0.0-next.4
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labdigital/graphql-fetcher",
3-
"version": "2.0.0-next.4",
3+
"version": "2.0.0-next.5",
44
"description": "Custom fetcher for react-query to use with @labdigital/node-federated-token",
55
"type": "module",
66
"main": "./dist/index.cjs",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const initServerFetcher =
8282
astNode: DocumentTypeDecoration<TResponse, TVariables>,
8383
variables: TVariables,
8484
{ cache, next = {} }: CacheOptions,
85-
options: RequestOptions = {}
85+
options: RequestOptions = {},
8686
): Promise<GqlResponse<TResponse>> => {
8787
const query = isNode(astNode) ? print(astNode) : astNode.toString();
8888

0 commit comments

Comments
 (0)