Skip to content

Commit ac6b1b0

Browse files
committed
chore: version bump
1 parent c570e03 commit ac6b1b0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"initialVersions": {
55
"@labdigital/graphql-fetcher": "2.0.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"rich-ants-shop"
9+
]
810
}

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+
## 3.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- c570e03: Remove deprecated is "isPersistedQuery" and make apq explicitly opt in
8+
39
## 2.0.0
410

511
### Minor 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",
3+
"version": "3.0.0-beta.0",
44
"description": "Custom fetcher for react-query to use with @labdigital/node-federated-token",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)