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 c570e03 commit ac6b1b0Copy full SHA for ac6b1b0
.changeset/pre.json
@@ -4,5 +4,7 @@
4
"initialVersions": {
5
"@labdigital/graphql-fetcher": "2.0.0"
6
},
7
- "changesets": []
+ "changesets": [
8
+ "rich-ants-shop"
9
+ ]
10
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @labdigital/react-query-opal
2
3
+## 3.0.0-beta.0
+
+### Major Changes
+- c570e03: Remove deprecated is "isPersistedQuery" and make apq explicitly opt in
## 2.0.0
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@labdigital/graphql-fetcher",
- "version": "2.0.0",
+ "version": "3.0.0-beta.0",
"description": "Custom fetcher for react-query to use with @labdigital/node-federated-token",
"type": "module",
"main": "./dist/index.cjs",
0 commit comments