Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Version Packages

Changed files
+7 -6
.changeset
packages
-5
.changeset/early-yaks-impress.md
···
-
---
-
'@urql/core': patch
-
---
-
-
Fix critical bug in operation queueing that can lead to unexpected teardowns and swallowed operations. This would happen when a teardown operation kicks off the queue.
···
+6
packages/core/CHANGELOG.md
···
# @urql/core
## 1.10.5
### Patch Changes
···
# @urql/core
+
## 1.10.6
+
+
### Patch Changes
+
+
- ⚠️ Fix critical bug in operation queueing that can lead to unexpected teardowns and swallowed operations. This would happen when a teardown operation kicks off the queue, by [@kitten](https://github.com/kitten) (See [#662](https://github.com/FormidableLabs/urql/pull/662))
+
## 1.10.5
### Patch Changes
+1 -1
packages/core/package.json
···
{
"name": "@urql/core",
-
"version": "1.10.5",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
{
"name": "@urql/core",
+
"version": "1.10.6",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",