···11----
22-'@urql/core': patch
33----
44-55-Fix a regression in `@urql/core@2.1.1` that prevented concurrent operations from being dispatched with differing request policies, which for instance prevented the explicit `executeQuery` calls on bindings to fail.
+6
packages/core/CHANGELOG.md
···11# @urql/core
2233+## 2.1.1
44+55+### Patch Changes
66+77+- ⚠️ Fix a regression in `@urql/core@2.1.1` that prevented concurrent operations from being dispatched with differing request policies, which for instance prevented the explicit `executeQuery` calls on bindings to fail, by [@kitten](https://github.com/kitten) (See [#1626](https://github.com/FormidableLabs/urql/pull/1626))
88+39## 2.1.0
410511### Minor Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "2.1.0",
33+ "version": "2.1.1",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",