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 Dec 21, 2021
1 parent 771607e commit e53372f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fix-use-mutation-in-react-18.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-readers-tan.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @urql/core

## 2.3.7

### Patch Changes

- Bump `@graphql-typed-document-node/core` to 3.1.1 for `graphql@16` support, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2153](https://github.com/FormidableLabs/urql/pull/2153))

## 2.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/core",
"version": "2.3.6",
"version": "2.3.7",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# urql

## 2.0.7

### Patch Changes

- ⚠️ Fix `useMutation` not working correctly with React 18, by [@Dremora](https://github.com/Dremora) (See [#2158](https://github.com/FormidableLabs/urql/pull/2158))
- Updated dependencies (See [#2153](https://github.com/FormidableLabs/urql/pull/2153))
- @urql/core@2.3.7

## 2.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urql",
"version": "2.0.6",
"version": "2.0.7",
"description": "A highly customizable and versatile GraphQL client for React",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -59,7 +59,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": "^2.3.6",
"@urql/core": "^2.3.7",
"wonka": "^4.0.14"
}
}

0 comments on commit e53372f

Please sign in to comment.