Skip to content

Commit 9bb7ef8

Browse files
Version Packages (#3766)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c8c3954 commit 9bb7ef8

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/lucky-bears-promise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

exchanges/throw-on-error/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @urql/exchange-throw-on-error
22

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+
310
## 0.1.1
411

512
### Patch Changes

exchanges/throw-on-error/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/exchange-throw-on-error",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"exports": {
55
".": "./src/index.ts"
66
},

exchanges/throw-on-error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/exchange-throw-on-error",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "An exchange for throw-on-error support in urql",
55
"sideEffects": false,
66
"homepage": "https://formidable.com/open-source/urql/docs/",

0 commit comments

Comments
 (0)