From ea6cbd6073d1d93221645a32860d39c3402ae865 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jan 2024 18:05:48 +0000 Subject: [PATCH] Version Packages --- .changeset/silly-pigs-return.md | 5 ----- .changeset/witty-peas-love.md | 7 ------- 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 | 4 ++-- examples/with-subscriptions-via-fetch/package.json | 2 +- examples/with-svelte/package.json | 2 +- examples/with-vue3/package.json | 2 +- exchanges/retry/CHANGELOG.md | 9 +++++++++ exchanges/retry/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- 21 files changed, 34 insertions(+), 30 deletions(-) delete mode 100644 .changeset/silly-pigs-return.md delete mode 100644 .changeset/witty-peas-love.md diff --git a/.changeset/silly-pigs-return.md b/.changeset/silly-pigs-return.md deleted file mode 100644 index 38d51ccd7f..0000000000 --- a/.changeset/silly-pigs-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Add back our cache-outcome on the document-cache, this was behind a development flag however in our normalized cache we always add it already diff --git a/.changeset/witty-peas-love.md b/.changeset/witty-peas-love.md deleted file mode 100644 index 850dad9de2..0000000000 --- a/.changeset/witty-peas-love.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@urql/exchange-retry': patch ---- - ---- - -Fixed the delay amount not increasing as retry count increases. diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index 73fc2879a3..b3f9c03fb5 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.2.2", + "@urql/core": "^4.2.3", "@urql/exchange-persisted": "^4.1.1", "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 c44ccd988e..3485d1b74f 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.2.2", + "@urql/core": "^4.2.3", "@urql/exchange-graphcache": "^6.4.0", "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 65385e9adb..9ce86eb3a0 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.2.2", + "@urql/core": "^4.2.3", "@urql/exchange-graphcache": "^6.4.0", "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 9bda2982d0..4b16905375 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.2.2", + "@urql/core": "^4.2.3", "@urql/exchange-auth": "^2.1.6", "@urql/exchange-graphcache": "^6.4.0", "graphql": "^16.6.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index d5b80f0d59..337128d359 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.2.2", + "@urql/core": "^4.2.3", "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 c0834c8e5a..6711f61921 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.2.2", + "@urql/core": "^4.2.3", "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 b426f005ed..4fd7c928dc 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.2.2", + "@urql/core": "^4.2.3", "@urql/next": "^1.1.0", "graphql": "^16.6.0", "next": "13.4.2", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index d5b80f0d59..337128d359 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.2.2", + "@urql/core": "^4.2.3", "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 812f44d6f3..4c88146efb 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.2.2", + "@urql/core": "^4.2.3", "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 82350c7730..b16853e741 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.2.2", + "@urql/core": "^4.2.3", "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 65f9ded777..f1b5b747bc 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.2.2", + "@urql/core": "^4.2.3", "@urql/exchange-auth": "^2.1.6", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 4565fa2fb4..fd7624289f 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,8 +6,8 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.2.2", - "@urql/exchange-retry": "^1.2.0", + "@urql/core": "^4.2.3", + "@urql/exchange-retry": "^1.2.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index 162de3b269..4310f55271 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.2.2", + "@urql/core": "^4.2.3", "@urql/exchange-graphcache": "^6.4.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 9aee13756b..a4c11284bc 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.2.2", + "@urql/core": "^4.2.3", "@urql/svelte": "^4.0.4", "graphql": "^16.6.0", "svelte": "^4.0.5" diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index 0f4ffffc2f..230d1d7aac 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.2.2", + "@urql/core": "^4.2.3", "@urql/vue": "^1.1.2", "graphql": "^16.6.0", "vue": "^3.2.47" diff --git a/exchanges/retry/CHANGELOG.md b/exchanges/retry/CHANGELOG.md index 94a8d2572a..2a51a234f1 100644 --- a/exchanges/retry/CHANGELOG.md +++ b/exchanges/retry/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.2.1 + +### Patch Changes + +--- + +Fixed the delay amount not increasing as retry count increases +Submitted by [@DoisKoh](https://github.com/DoisKoh) (See [#3478](https://github.com/urql-graphql/urql/pull/3478)) + ## 1.2.0 ### Minor Changes diff --git a/exchanges/retry/package.json b/exchanges/retry/package.json index d86746e0e0..ef8225d9be 100644 --- a/exchanges/retry/package.json +++ b/exchanges/retry/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-retry", - "version": "1.2.0", + "version": "1.2.1", "description": "An exchange for operation retry support in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e9baa3879e..2b778f65e1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/core +## 4.2.3 + +### Patch Changes + +- Add back our cache-outcome on the document-cache, this was behind a development flag however in our normalized cache we always add it already + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3464](https://github.com/urql-graphql/urql/pull/3464)) + ## 4.2.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8f31d7b3a0..4f8e9e09ad 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "4.2.2", + "version": "4.2.3", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",