We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cd99f commit a9b0c2dCopy full SHA for a9b0c2d
3 files changed
.changeset/pre.json
@@ -10,6 +10,7 @@
10
"bumpy-tigers-grow",
11
"curvy-fireants-smash",
12
"fast-plants-dress",
13
+ "five-games-burn",
14
"full-carpets-attack",
15
"giant-falcons-repair",
16
"grumpy-weeks-stand",
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# solid-relay
2
3
+## 1.0.0-beta.18
4
+
5
+### Patch Changes
6
7
+- 84ff641: Fix updating the params of `createLazyLoadQuery` and `createFragment` not resetting the data store
8
9
## 1.0.0-beta.17
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "solid-relay",
- "version": "1.0.0-beta.17",
+ "version": "1.0.0-beta.18",
"description": "SolidJS bindings for Relay",
"homepage": "https://solid-relay.xiniha.dev",
"license": "MIT",
0 commit comments