From 8a7dfdd8f3f04cd0b358ebf7f36c04216ed6c6e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Jul 2023 15:37:31 +0000 Subject: [PATCH] Version Packages --- .changeset/curvy-coins-travel.md | 5 ----- .changeset/five-penguins-unite.md | 5 ----- .changeset/honest-hairs-wave.md | 5 ----- .changeset/rich-crews-wink.md | 5 ----- .changeset/swift-camels-draw.md | 8 -------- examples/with-apq/package.json | 2 +- examples/with-defer-stream-directives/package.json | 2 +- examples/with-graphcache-pagination/package.json | 2 +- examples/with-graphcache-updates/package.json | 2 +- examples/with-infinite-pagination/package.json | 2 +- examples/with-multipart/package.json | 2 +- examples/with-next/package.json | 2 +- examples/with-pagination/package.json | 2 +- examples/with-react-native/package.json | 2 +- examples/with-react/package.json | 2 +- examples/with-refresh-auth/package.json | 2 +- examples/with-retry/package.json | 2 +- examples/with-subscriptions-via-fetch/package.json | 2 +- examples/with-svelte/package.json | 4 ++-- examples/with-vue3/package.json | 2 +- exchanges/persisted/CHANGELOG.md | 7 +++++++ exchanges/persisted/package.json | 2 +- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- packages/svelte-urql/CHANGELOG.md | 7 +++++++ packages/svelte-urql/package.json | 2 +- 26 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 .changeset/curvy-coins-travel.md delete mode 100644 .changeset/five-penguins-unite.md delete mode 100644 .changeset/honest-hairs-wave.md delete mode 100644 .changeset/rich-crews-wink.md delete mode 100644 .changeset/swift-camels-draw.md diff --git a/.changeset/curvy-coins-travel.md b/.changeset/curvy-coins-travel.md deleted file mode 100644 index 0d94754964..0000000000 --- a/.changeset/curvy-coins-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Re-order `maskTypename` to apply masking earlier in the chain. diff --git a/.changeset/five-penguins-unite.md b/.changeset/five-penguins-unite.md deleted file mode 100644 index a0334989e9..0000000000 --- a/.changeset/five-penguins-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-persisted': patch ---- - -Fix `persistedExchange` ignoring teardowns in its initial operation mapping. Since the hash function is promisified, which defers any persisted operation, it needs to respect teardowns. diff --git a/.changeset/honest-hairs-wave.md b/.changeset/honest-hairs-wave.md deleted file mode 100644 index bf4545ec25..0000000000 --- a/.changeset/honest-hairs-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Fix `ssrExchange` not formatting query documents using `formatDocument`. Without this call we'd run the risk of not having `__typename` available on the client-side when rehydrating. diff --git a/.changeset/rich-crews-wink.md b/.changeset/rich-crews-wink.md deleted file mode 100644 index 32beeadf5a..0000000000 --- a/.changeset/rich-crews-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/svelte': patch ---- - -Updated peer dependency range to include support for Svelte `^4.0.0` diff --git a/.changeset/swift-camels-draw.md b/.changeset/swift-camels-draw.md deleted file mode 100644 index 331f95ba8d..0000000000 --- a/.changeset/swift-camels-draw.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@urql/core': patch ---- - -Add deprecation notice for `maskTypename` option. -Masking typenames in a result is no longer recommended. It’s only -useful when multiple pre-conditions are applied and inferior to -mapping to an input object manually. diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index 4f2a7e8e29..4ff1a53548 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "@urql/exchange-persisted-fetch": "^1.3.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 38be63df5b..7acdb1ce22 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "@urql/exchange-graphcache": "^6.1.4", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index ac14723cfd..d80c335c79 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "@urql/exchange-graphcache": "^6.1.4", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index fddd9a028e..98554989a6 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "@urql/exchange-auth": "^2.1.4", "@urql/exchange-graphcache": "^6.1.4", "graphql": "^16.6.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index fc715ebc17..3d2cf74c0c 100644 --- a/examples/with-infinite-pagination/package.json +++ b/examples/with-infinite-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index 7094096b99..19fa2fc0b6 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 883f59a585..1d98d978e0 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "graphql": "^16.6.0", "next": "13.2.4", "next-urql": "^5.0.2", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index fc715ebc17..3d2cf74c0c 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index b6676e3e45..c539a424b0 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -8,7 +8,7 @@ "start": "react-native start" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "graphql": "^16.6.0", "react": "18.2.0", "react-native": "0.71.4", diff --git a/examples/with-react/package.json b/examples/with-react/package.json index 456419bc8a..239df0402c 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-refresh-auth/package.json b/examples/with-refresh-auth/package.json index 9d6ff1a121..cf3ca2b37f 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "@urql/exchange-auth": "^2.1.4", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 099b215f8b..b9c7cb9f68 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "@urql/exchange-retry": "^1.2.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index ce64bda8da..53452dfbaa 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -8,7 +8,7 @@ "start": "run-p client server" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "@urql/exchange-graphcache": "^6.1.4", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index a76bba3752..ef0a955618 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -8,8 +8,8 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.0.10", - "@urql/svelte": "^4.0.2", + "@urql/core": "^4.0.11", + "@urql/svelte": "^4.0.3", "graphql": "^16.6.0", "svelte": "^4.0.5" }, diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index 64bff96b61..fd42190a5d 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.0.10", + "@urql/core": "^4.0.11", "@urql/vue": "^1.1.2", "graphql": "^16.6.0", "vue": "^3.2.47" diff --git a/exchanges/persisted/CHANGELOG.md b/exchanges/persisted/CHANGELOG.md index 7cce8d26cc..0479cdd9da 100644 --- a/exchanges/persisted/CHANGELOG.md +++ b/exchanges/persisted/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-persisted-fetch +## 4.0.1 + +### Patch Changes + +- ⚠️ Fix `persistedExchange` ignoring teardowns in its initial operation mapping. Since the hash function is promisified, which defers any persisted operation, it needs to respect teardowns + Submitted by [@kitten](https://github.com/kitten) (See [#3312](https://github.com/urql-graphql/urql/pull/3312)) + ## 4.0.0 ### Major Changes diff --git a/exchanges/persisted/package.json b/exchanges/persisted/package.json index 55a2f5d8d9..2587793d3c 100644 --- a/exchanges/persisted/package.json +++ b/exchanges/persisted/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-persisted", - "version": "4.0.0", + "version": "4.0.1", "description": "An exchange that allows for persisted queries support when fetching queries", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d944c25a63..cbe556bc05 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @urql/core +## 4.0.11 + +### Patch Changes + +- Re-order `maskTypename` to apply masking earlier in the chain + Submitted by [@kitten](https://github.com/kitten) (See [#3298](https://github.com/urql-graphql/urql/pull/3298)) +- ⚠️ Fix `ssrExchange` not formatting query documents using `formatDocument`. Without this call we'd run the risk of not having `__typename` available on the client-side when rehydrating + Submitted by [@kitten](https://github.com/kitten) (See [#3288](https://github.com/urql-graphql/urql/pull/3288)) +- Add deprecation notice for `maskTypename` option. + Masking typenames in a result is no longer recommended. It’s only + useful when multiple pre-conditions are applied and inferior to + mapping to an input object manually + Submitted by [@kitten](https://github.com/kitten) (See [#3299](https://github.com/urql-graphql/urql/pull/3299)) + ## 4.0.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 79be78f00c..46edaf2158 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "4.0.10", + "version": "4.0.11", "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/svelte-urql/CHANGELOG.md b/packages/svelte-urql/CHANGELOG.md index 215fd8801c..bb1695668f 100644 --- a/packages/svelte-urql/CHANGELOG.md +++ b/packages/svelte-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/svelte +## 4.0.3 + +### Patch Changes + +- Updated peer dependency range to include support for Svelte `^4.0.0` + Submitted by [@ategen3rt](https://github.com/ategen3rt) (See [#3302](https://github.com/urql-graphql/urql/pull/3302)) + ## 4.0.2 ### Patch Changes diff --git a/packages/svelte-urql/package.json b/packages/svelte-urql/package.json index e472b5b5cc..d9bd44d483 100644 --- a/packages/svelte-urql/package.json +++ b/packages/svelte-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/svelte", - "version": "4.0.2", + "version": "4.0.3", "description": "A highly customizable and versatile GraphQL client for Svelte", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",