diff --git a/.changeset/good-walls-obey.md b/.changeset/good-walls-obey.md deleted file mode 100644 index b475ae8c04..0000000000 --- a/.changeset/good-walls-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Allow empty error messages when re-hydrating GraphQL errors diff --git a/.changeset/old-humans-knock.md b/.changeset/old-humans-knock.md deleted file mode 100644 index e87d696a0e..0000000000 --- a/.changeset/old-humans-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/vue': patch ---- - -Use `shallowRef` for data variable to avoid extra overhead for heavy objects diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index 05be11fae7..8f11da151d 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "@urql/exchange-persisted": "^4.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 559ebd7098..778cb473d5 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": "^5.0.5", + "@urql/core": "^5.0.6", "@urql/exchange-graphcache": "^7.1.2", "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 6d00eee5db..c3676b750d 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "@urql/exchange-graphcache": "^7.1.2", "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 f3e84ebc7a..e483722169 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "@urql/exchange-auth": "^2.2.0", "@urql/exchange-graphcache": "^7.1.2", "graphql": "^16.6.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index 74b1127351..65418a50ec 100644 --- a/examples/with-infinite-pagination/package.json +++ b/examples/with-infinite-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "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 889bd9adc4..d7ca48f6bd 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "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 e55e8bc02b..9904146e8e 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": "^5.0.5", + "@urql/core": "^5.0.6", "@urql/next": "^1.1.1", "graphql": "^16.6.0", "next": "13.4.2", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index 74b1127351..65418a50ec 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "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 e13d89ebc7..c828baa8ef 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": "^5.0.5", + "@urql/core": "^5.0.6", "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 506f24acce..2959d2dd83 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "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 00d350ccd5..e6493cae6c 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "@urql/exchange-auth": "^2.2.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 9d337b75e2..e625fed232 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "@urql/exchange-retry": "^1.3.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 7f87480d0e..6559b8ff42 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": "^5.0.5", + "@urql/core": "^5.0.6", "@urql/exchange-graphcache": "^7.1.2", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 0a2cf42519..20c4efb2e2 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^5.0.5", + "@urql/core": "^5.0.6", "@urql/svelte": "^4.2.1", "graphql": "^16.6.0", "svelte": "^4.0.5" diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index 9b9c554e5d..16935b2f2a 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -8,8 +8,8 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^5.0.5", - "@urql/vue": "^1.4.0", + "@urql/core": "^5.0.6", + "@urql/vue": "^1.4.1", "graphql": "^16.6.0", "vue": "^3.2.47" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 21554fa20c..de8d5c093e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/core +## 5.0.6 + +### Patch Changes + +- Allow empty error messages when re-hydrating GraphQL errors + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3650](https://github.com/urql-graphql/urql/pull/3650)) + ## 5.0.5 ### Patch Changes diff --git a/packages/core/jsr.json b/packages/core/jsr.json index fb4c7303af..a5c4960a1e 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.5", + "version": "5.0.6", "exports": { ".": "./src/index.ts", "./internal": "./src/internal/index.ts" diff --git a/packages/core/package.json b/packages/core/package.json index bfb33195d3..9ea40dcf3e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.5", + "version": "5.0.6", "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/vue-urql/CHANGELOG.md b/packages/vue-urql/CHANGELOG.md index 1904c537b9..52f56ddba8 100644 --- a/packages/vue-urql/CHANGELOG.md +++ b/packages/vue-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/vue +## 1.4.1 + +### Patch Changes + +- Use `shallowRef` for data variable to avoid extra overhead for heavy objects + Submitted by [@yurks](https://github.com/yurks) (See [#3641](https://github.com/urql-graphql/urql/pull/3641)) + ## 1.4.0 ### Minor Changes diff --git a/packages/vue-urql/jsr.json b/packages/vue-urql/jsr.json index 7a77fe5e74..10fad1ea9b 100644 --- a/packages/vue-urql/jsr.json +++ b/packages/vue-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.4.0", + "version": "1.4.1", "exports": { ".": "./src/index.ts" }, diff --git a/packages/vue-urql/package.json b/packages/vue-urql/package.json index 4ddf785666..becee05825 100644 --- a/packages/vue-urql/package.json +++ b/packages/vue-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.4.0", + "version": "1.4.1", "description": "A highly customizable and versatile GraphQL client for vue", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",