We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adb7fd commit b723d08Copy full SHA for b723d08
.changeset/pre.json
@@ -5,6 +5,7 @@
5
"@labdigital/graphql-fetcher": "1.4.1"
6
},
7
"changesets": [
8
+ "beige-donuts-attend",
9
"tough-grapes-hug"
10
]
11
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @labdigital/react-query-opal
2
3
+## 1.5.0-next.1
4
+
+### Patch Changes
+- 83ff174: update `@apollo/utils.createhash` to fix issue with require() in nextjs
## 1.5.0-next.0
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@labdigital/graphql-fetcher",
- "version": "1.5.0-next.0",
+ "version": "1.5.0-next.1",
"description": "Custom fetcher for react-query to use with @labdigital/node-federated-token",
"type": "module",
"main": "./dist/index.cjs",
0 commit comments