Skip to content

Commit 4247b56

Browse files
github-actions[bot]mvantellingen
authored andcommitted
update version (next)
1 parent 0fae2a8 commit 4247b56

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"changesets": [
88
"beige-donuts-attend",
99
"five-weeks-talk",
10+
"gentle-plants-rule",
1011
"tough-grapes-hug",
1112
"warm-tomatoes-wonder"
1213
]

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @labdigital/react-query-opal
22

3+
## 2.0.0-next.4
4+
5+
### Patch Changes
6+
7+
- 0fae2a8: Replace `mode` flag via simpler `includeQuery` to indicate if the query should be sent even if there is a documentId available
8+
39
## 2.0.0-next.3
410

511
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labdigital/graphql-fetcher",
3-
"version": "2.0.0-next.3",
3+
"version": "2.0.0-next.4",
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)