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

Version Packages (#3766)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
9bb7ef8f c8c39542

+9 -7
-5
.changeset/lucky-bears-promise.md
··· 1 - --- 2 - '@urql/exchange-throw-on-error': patch 3 - --- 4 - 5 - Update `graphql-toe` and add more detail to README.
+7
exchanges/throw-on-error/CHANGELOG.md
··· 1 1 # @urql/exchange-throw-on-error 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - Update `graphql-toe` and add more detail to README 8 + Submitted by [@benjie](https://github.com/benjie) (See [#3765](https://github.com/urql-graphql/urql/pull/3765)) 9 + 3 10 ## 0.1.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/throw-on-error/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-throw-on-error", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+1 -1
exchanges/throw-on-error/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-throw-on-error", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "description": "An exchange for throw-on-error support in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",