From a78d933b90cc6e178bf28c9151a9d20caa2ab8df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Jan 2022 20:49:30 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-llamas-report.md | 5 ----- .changeset/fix-use-mutation-in-react-18.md | 5 ----- .changeset/gentle-readers-tan.md | 5 ----- .changeset/smart-brooms-fix.md | 5 ----- .changeset/strong-islands-hope.md | 5 ----- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- packages/react-urql/CHANGELOG.md | 8 ++++++++ packages/react-urql/package.json | 4 ++-- 9 files changed, 23 insertions(+), 28 deletions(-) delete mode 100644 .changeset/bright-llamas-report.md delete mode 100644 .changeset/fix-use-mutation-in-react-18.md delete mode 100644 .changeset/gentle-readers-tan.md delete mode 100644 .changeset/smart-brooms-fix.md delete mode 100644 .changeset/strong-islands-hope.md diff --git a/.changeset/bright-llamas-report.md b/.changeset/bright-llamas-report.md deleted file mode 100644 index 3ee6106106..0000000000 --- a/.changeset/bright-llamas-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': minor ---- - -Allow for repeated mutations that have similar inputs which results in the same key, this is for instance the case with file uploads diff --git a/.changeset/fix-use-mutation-in-react-18.md b/.changeset/fix-use-mutation-in-react-18.md deleted file mode 100644 index 7cc5309d06..0000000000 --- a/.changeset/fix-use-mutation-in-react-18.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'urql': patch ---- - -Fix `useMutation` not working correctly with React 18 diff --git a/.changeset/gentle-readers-tan.md b/.changeset/gentle-readers-tan.md deleted file mode 100644 index 441c4ca035..0000000000 --- a/.changeset/gentle-readers-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Bump `@graphql-typed-document-node/core` to 3.1.1 for `graphql@16` support diff --git a/.changeset/smart-brooms-fix.md b/.changeset/smart-brooms-fix.md deleted file mode 100644 index 968f5a93e0..0000000000 --- a/.changeset/smart-brooms-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Fix error bubbling, when an error happened in the exchange-pipeline we would treat it as a GraphQL-error diff --git a/.changeset/strong-islands-hope.md b/.changeset/strong-islands-hope.md deleted file mode 100644 index a1c7bf0575..0000000000 --- a/.changeset/strong-islands-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@urql/core": patch ---- - -Filter `network-only` requests from the `ssrExchange`, this is to enable `staleWhileRevalidated` queries to successfully dispatch their queries diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ae56e34a3c..c892fa1fae 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @urql/core +## 2.4.0 + +### Minor Changes + +- Allow for repeated mutations that have similar inputs which results in the same key, this is for instance the case with file uploads, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2189](https://github.com/FormidableLabs/urql/pull/2189)) + +### 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)) +- ⚠️ Fix error bubbling, when an error happened in the exchange-pipeline we would treat it as a GraphQL-error, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2210](https://github.com/FormidableLabs/urql/pull/2210)) +- Filter `network-only` requests from the `ssrExchange`, this is to enable `staleWhileRevalidated` queries to successfully dispatch their queries, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2198](https://github.com/FormidableLabs/urql/pull/2198)) + ## 2.3.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 042f23a28d..b36701731b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "2.3.6", + "version": "2.4.0", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/react-urql/CHANGELOG.md b/packages/react-urql/CHANGELOG.md index 9b6a4a49fd..c2f8c75752 100644 --- a/packages/react-urql/CHANGELOG.md +++ b/packages/react-urql/CHANGELOG.md @@ -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 [#2189](https://github.com/FormidableLabs/urql/pull/2189), [#2153](https://github.com/FormidableLabs/urql/pull/2153), [#2210](https://github.com/FormidableLabs/urql/pull/2210), and [#2198](https://github.com/FormidableLabs/urql/pull/2198)) + - @urql/core@2.4.0 + ## 2.0.6 ### Patch Changes diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index 43f7b608a0..75688d0079 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -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/", @@ -59,7 +59,7 @@ "react": ">= 16.8.0" }, "dependencies": { - "@urql/core": "^2.3.6", + "@urql/core": "^2.4.0", "wonka": "^4.0.14" } }