diff --git a/.changeset/fast-sheep-fetch.md b/.changeset/fast-sheep-fetch.md deleted file mode 100644 index b8c5433dfd..0000000000 --- a/.changeset/fast-sheep-fetch.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@urql/exchange-graphcache': patch -'@urql/exchange-multipart-fetch': patch -'@urql/exchange-populate': patch -'@urql/exchange-retry': patch -'@urql/exchange-suspense': patch -'@urql/core': patch -'@urql/preact': patch -'urql': patch -'@urql/svelte': patch ---- - -Add graphql@^15.0.0 to peer dependency range. diff --git a/.changeset/large-paws-look.md b/.changeset/large-paws-look.md deleted file mode 100644 index 897aa66fab..0000000000 --- a/.changeset/large-paws-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-multipart-fetch': patch ---- - -Bump extract-files to ^8.1.0 diff --git a/.changeset/modern-weeks-retire.md b/.changeset/modern-weeks-retire.md deleted file mode 100644 index 46d32c827a..0000000000 --- a/.changeset/modern-weeks-retire.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@urql/exchange-graphcache': patch -'@urql/preact': patch -'urql': patch -'@urql/svelte': patch ---- - -Forcefully bump @urql/core package in all bindings and in @urql/exchange-graphcache. -We're aware that in some cases users may not have upgraded to @urql/core, even though that's within -the typical patch range. Since the latest @urql/core version contains a patch that is required for -`cache-and-network` to work, we're pushing another patch that now forcefully bumps everyone to the -new version that includes this fix. diff --git a/.changeset/rotten-jobs-count.md b/.changeset/rotten-jobs-count.md deleted file mode 100644 index cd4522d354..0000000000 --- a/.changeset/rotten-jobs-count.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@urql/exchange-multipart-fetch': patch -'@urql/core': patch ---- - -Fix non-2xx results never being parsed as GraphQL results. This can result in valid GraphQLErrors being hidden, which should take precedence over generic HTTP NetworkErrors. diff --git a/.changeset/sweet-ghosts-share.md b/.changeset/sweet-ghosts-share.md deleted file mode 100644 index e70954118d..0000000000 --- a/.changeset/sweet-ghosts-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': patch ---- - -Reimplement persistence support to take commutative layers into account. diff --git a/exchanges/graphcache/CHANGELOG.md b/exchanges/graphcache/CHANGELOG.md index 18d512d491..2708cbcc74 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,20 @@ # @urql/exchange-graphcache +## 2.3.1 + +### Patch Changes + +- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- Forcefully bump @urql/core package in all bindings and in @urql/exchange-graphcache. + We're aware that in some cases users may not have upgraded to @urql/core, even though that's within + the typical patch range. Since the latest @urql/core version contains a patch that is required for + `cache-and-network` to work, we're pushing another patch that now forcefully bumps everyone to the + new version that includes this fix, by [@kitten](https://github.com/kitten) (See [#684](https://github.com/FormidableLabs/urql/pull/684)) +- Reimplement persistence support to take commutative layers into account, by [@kitten](https://github.com/kitten) (See [#674](https://github.com/FormidableLabs/urql/pull/674)) +- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678)) + - @urql/exchange-populate@0.1.4 + - @urql/core@1.10.8 + ## 2.3.0 ### Minor Changes diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 38f43df7eb..f2d380e481 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "2.3.0", + "version": "2.3.1", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache", @@ -57,8 +57,8 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=1.10.7", - "@urql/exchange-populate": ">=0.1.3", + "@urql/core": ">=1.10.8", + "@urql/exchange-populate": ">=0.1.4", "wonka": "^4.0.9" }, "peerDependencies": { diff --git a/exchanges/multipart-fetch/CHANGELOG.md b/exchanges/multipart-fetch/CHANGELOG.md index fcbc5d3427..f7712858f3 100644 --- a/exchanges/multipart-fetch/CHANGELOG.md +++ b/exchanges/multipart-fetch/CHANGELOG.md @@ -1,5 +1,15 @@ # @urql/exchange-multipart-fetch +## 0.1.4 + +### Patch Changes + +- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- Bump extract-files to ^8.1.0, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- ⚠️ Fix non-2xx results never being parsed as GraphQL results. This can result in valid GraphQLErrors being hidden, which should take precedence over generic HTTP NetworkErrors, by [@kitten](https://github.com/kitten) (See [#678](https://github.com/FormidableLabs/urql/pull/678)) +- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678)) + - @urql/core@1.10.8 + ## 0.1.3 ### Patch Changes diff --git a/exchanges/multipart-fetch/package.json b/exchanges/multipart-fetch/package.json index bb8c9fb60d..6571b94adc 100644 --- a/exchanges/multipart-fetch/package.json +++ b/exchanges/multipart-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-multipart-fetch", - "version": "0.1.3", + "version": "0.1.4", "description": "An exchange that allows regular fetch and will transition to multipart when files are included", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -48,7 +48,7 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=1.10.4", + "@urql/core": ">=1.10.8", "extract-files": "^8.1.0", "wonka": "^4.0.9" }, diff --git a/exchanges/populate/CHANGELOG.md b/exchanges/populate/CHANGELOG.md index 1ec2388775..806173e179 100644 --- a/exchanges/populate/CHANGELOG.md +++ b/exchanges/populate/CHANGELOG.md @@ -1,5 +1,13 @@ # @urql/exchange-populate +## 0.1.4 + +### Patch Changes + +- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678)) + - @urql/core@1.10.8 + ## 0.1.3 ### Patch Changes diff --git a/exchanges/populate/package.json b/exchanges/populate/package.json index d32dbfe12f..fc5cac5bb4 100644 --- a/exchanges/populate/package.json +++ b/exchanges/populate/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-populate", - "version": "0.1.3", + "version": "0.1.4", "description": "An exchange that automaticcally populates the mutation selection body", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/advanced/auto-populate-mutations", @@ -48,7 +48,7 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=1.10.4", + "@urql/core": ">=1.10.8", "wonka": "^4.0.9" }, "peerDependencies": { diff --git a/exchanges/retry/CHANGELOG.md b/exchanges/retry/CHANGELOG.md index 7a7b74eaac..1559c4d95c 100644 --- a/exchanges/retry/CHANGELOG.md +++ b/exchanges/retry/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.4 + +### Patch Changes + +- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678)) + - @urql/core@1.10.8 + ## 0.1.3 ### Patch Changes diff --git a/exchanges/retry/package.json b/exchanges/retry/package.json index 4b2010e5e2..b47d7a0907 100644 --- a/exchanges/retry/package.json +++ b/exchanges/retry/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-retry", - "version": "0.1.3", + "version": "0.1.4", "description": "An exchange for operation retry support in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -59,7 +59,7 @@ "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" }, "dependencies": { - "@urql/core": ">=1.10.4", + "@urql/core": ">=1.10.8", "wonka": "^4.0.9" }, "publishConfig": { diff --git a/exchanges/suspense/CHANGELOG.md b/exchanges/suspense/CHANGELOG.md index 198d30b5bd..9d9b5bbd7e 100644 --- a/exchanges/suspense/CHANGELOG.md +++ b/exchanges/suspense/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.8.8 + +### Patch Changes + +- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678)) + - @urql/core@1.10.8 + ## 1.8.7 ### Patch Changes diff --git a/exchanges/suspense/package.json b/exchanges/suspense/package.json index 67e075ea9e..37420e5805 100644 --- a/exchanges/suspense/package.json +++ b/exchanges/suspense/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-suspense", - "version": "1.8.7", + "version": "1.8.8", "description": "An exchange for client-side React Suspense support in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -52,7 +52,7 @@ "react": ">= 16.8.0" }, "dependencies": { - "@urql/core": ">=1.10.4", + "@urql/core": ">=1.10.8", "wonka": "^4.0.9" }, "publishConfig": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e8ca6176fe..2299efc0e7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/core +## 1.10.8 + +### Patch Changes + +- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- ⚠️ Fix non-2xx results never being parsed as GraphQL results. This can result in valid GraphQLErrors being hidden, which should take precedence over generic HTTP NetworkErrors, by [@kitten](https://github.com/kitten) (See [#678](https://github.com/FormidableLabs/urql/pull/678)) + ## 1.10.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index fef926123b..26e8ff86d1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "1.10.7", + "version": "1.10.8", "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/preact-urql/CHANGELOG.md b/packages/preact-urql/CHANGELOG.md index a7c7fe1f64..1ed97a94ec 100644 --- a/packages/preact-urql/CHANGELOG.md +++ b/packages/preact-urql/CHANGELOG.md @@ -1,5 +1,18 @@ # @urql/preact +## 1.1.5 + +### Patch Changes + +- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- Forcefully bump @urql/core package in all bindings and in @urql/exchange-graphcache. + We're aware that in some cases users may not have upgraded to @urql/core, even though that's within + the typical patch range. Since the latest @urql/core version contains a patch that is required for + `cache-and-network` to work, we're pushing another patch that now forcefully bumps everyone to the + new version that includes this fix, by [@kitten](https://github.com/kitten) (See [#684](https://github.com/FormidableLabs/urql/pull/684)) +- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678)) + - @urql/core@1.10.8 + ## 1.1.4 ### Patch Changes diff --git a/packages/preact-urql/package.json b/packages/preact-urql/package.json index a3e8199236..d3be6d8958 100644 --- a/packages/preact-urql/package.json +++ b/packages/preact-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "1.1.4", + "version": "1.1.5", "description": "A highly customizable and versatile GraphQL client for Preact", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -60,7 +60,7 @@ "preact": ">= 10.0.0" }, "dependencies": { - "@urql/core": "^1.10.7", + "@urql/core": "^1.10.8", "wonka": "^4.0.9" }, "publishConfig": { diff --git a/packages/react-urql/CHANGELOG.md b/packages/react-urql/CHANGELOG.md index 654cad1794..8cee0f6678 100644 --- a/packages/react-urql/CHANGELOG.md +++ b/packages/react-urql/CHANGELOG.md @@ -1,5 +1,18 @@ # urql +## 1.9.6 + +### Patch Changes + +- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- Forcefully bump @urql/core package in all bindings and in @urql/exchange-graphcache. + We're aware that in some cases users may not have upgraded to @urql/core, even though that's within + the typical patch range. Since the latest @urql/core version contains a patch that is required for + `cache-and-network` to work, we're pushing another patch that now forcefully bumps everyone to the + new version that includes this fix, by [@kitten](https://github.com/kitten) (See [#684](https://github.com/FormidableLabs/urql/pull/684)) +- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678)) + - @urql/core@1.10.8 + ## 1.9.5 ### Patch Changes diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index 6bfb24ed77..56c565ba94 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "1.9.5", + "version": "1.9.6", "description": "A highly customizable and versatile GraphQL client for React", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -60,7 +60,7 @@ "react": ">= 16.8.0" }, "dependencies": { - "@urql/core": "^1.10.7", + "@urql/core": "^1.10.8", "wonka": "^4.0.9" } } diff --git a/packages/svelte-urql/CHANGELOG.md b/packages/svelte-urql/CHANGELOG.md index 4314cefdd9..d8dea1c335 100644 --- a/packages/svelte-urql/CHANGELOG.md +++ b/packages/svelte-urql/CHANGELOG.md @@ -1,5 +1,18 @@ # @urql/svelte +## 0.1.3 + +### Patch Changes + +- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) +- Forcefully bump @urql/core package in all bindings and in @urql/exchange-graphcache. + We're aware that in some cases users may not have upgraded to @urql/core, even though that's within + the typical patch range. Since the latest @urql/core version contains a patch that is required for + `cache-and-network` to work, we're pushing another patch that now forcefully bumps everyone to the + new version that includes this fix, by [@kitten](https://github.com/kitten) (See [#684](https://github.com/FormidableLabs/urql/pull/684)) +- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678)) + - @urql/core@1.10.8 + ## 0.1.2 ### Patch Changes diff --git a/packages/svelte-urql/package.json b/packages/svelte-urql/package.json index 4fc0a71c61..c861f1f4af 100644 --- a/packages/svelte-urql/package.json +++ b/packages/svelte-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/svelte", - "version": "0.1.2", + "version": "0.1.3", "description": "A highly customizable and versatile GraphQL client for Svelte", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -54,7 +54,7 @@ "svelte": "^3.0.0" }, "dependencies": { - "@urql/core": "^1.10.7", + "@urql/core": "^1.10.8", "wonka": "^4.0.9" }, "devDependencies": {