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>

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