Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2023
1 parent 51f67ad commit cc15c7a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-kangaroos-rhyme.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-graphcache-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@urql/core": "^4.1.0",
"@urql/exchange-auth": "^2.1.5",
"@urql/exchange-auth": "^2.1.6",
"@urql/exchange-graphcache": "^6.3.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-refresh-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@urql/core": "^4.1.0",
"@urql/exchange-auth": "^2.1.5",
"@urql/exchange-auth": "^2.1.6",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.6

### Patch Changes

- `authExchange()` will now block and pass on errors if the initialization function passed to it fails, and will retry indefinitely. It’ll also output a warning for these cases, as the initialization function (i.e. `authExchange(async (utils) => { /*...*/ })`) is not expected to reject/throw
Submitted by [@kitten](https://github.com/kitten) (See [#3343](https://github.com/urql-graphql/urql/pull/3343))

## 2.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-auth",
"version": "2.1.5",
"version": "2.1.6",
"description": "An exchange for managing authentication and token refresh in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down

0 comments on commit cc15c7a

Please sign in to comment.