Skip to content

Commit

Permalink
Bump @urql/core minor for the integrations (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Apr 20, 2020
1 parent b4cbbca commit 6469ffe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/wicked-tools-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@urql/preact': patch
'urql': patch
'@urql/svelte': patch
---

Bump @urql/core to ensure exchanges have dispatchDebug, this could formerly result in a crash.
2 changes: 1 addition & 1 deletion packages/preact-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"preact": ">= 10.0.0"
},
"dependencies": {
"@urql/core": "^1.10.8",
"@urql/core": "^1.11.0",
"wonka": "^4.0.9"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": "^1.10.8",
"@urql/core": "^1.11.0",
"wonka": "^4.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"svelte": "^3.0.0"
},
"dependencies": {
"@urql/core": "^1.10.8",
"@urql/core": "^1.11.0",
"wonka": "^4.0.9"
},
"devDependencies": {
Expand Down

0 comments on commit 6469ffe

Please sign in to comment.