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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages

+21 -10
-7
.changeset/wicked-tools-wave.md
··· 1 - --- 2 - '@urql/preact': patch 3 - 'urql': patch 4 - '@urql/svelte': patch 5 - --- 6 - 7 - Bump @urql/core to ensure exchanges have dispatchDebug, this could formerly result in a crash.
+6
packages/preact-urql/CHANGELOG.md
··· 1 1 # @urql/preact 2 2 3 + ## 1.1.6 4 + 5 + ### Patch Changes 6 + 7 + - Bump @urql/core to ensure exchanges have dispatchDebug, this could formerly result in a crash, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#726](https://github.com/FormidableLabs/urql/pull/726)) 8 + 3 9 ## 1.1.5 4 10 5 11 ### Patch Changes
+1 -1
packages/preact-urql/package.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "1.1.5", 3 + "version": "1.1.6", 4 4 "description": "A highly customizable and versatile GraphQL client for Preact", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+6
packages/react-urql/CHANGELOG.md
··· 1 1 # urql 2 2 3 + ## 1.9.7 4 + 5 + ### Patch Changes 6 + 7 + - Bump @urql/core to ensure exchanges have dispatchDebug, this could formerly result in a crash, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#726](https://github.com/FormidableLabs/urql/pull/726)) 8 + 3 9 ## 1.9.6 4 10 5 11 ### Patch Changes
+1 -1
packages/react-urql/package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "1.9.6", 3 + "version": "1.9.7", 4 4 "description": "A highly customizable and versatile GraphQL client for React", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+6
packages/svelte-urql/CHANGELOG.md
··· 1 1 # @urql/svelte 2 2 3 + ## 0.2.1 4 + 5 + ### Patch Changes 6 + 7 + - Bump @urql/core to ensure exchanges have dispatchDebug, this could formerly result in a crash, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#726](https://github.com/FormidableLabs/urql/pull/726)) 8 + 3 9 ## 0.2.0 4 10 5 11 ### Minor Changes
+1 -1
packages/svelte-urql/package.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "description": "A highly customizable and versatile GraphQL client for Svelte", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",