From f588ac23176ad32315ff197605d758fe5770c037 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Mar 2025 21:05:55 +0000 Subject: [PATCH] Version Packages --- .changeset/purple-baboons-nail.md | 23 -------------- examples/with-apq/package.json | 6 ++-- .../with-defer-stream-directives/package.json | 6 ++-- .../with-graphcache-pagination/package.json | 6 ++-- examples/with-graphcache-updates/package.json | 8 ++--- .../with-infinite-pagination/package.json | 4 +-- examples/with-multipart/package.json | 4 +-- examples/with-next/package.json | 6 ++-- examples/with-pagination/package.json | 4 +-- examples/with-react-native/package.json | 4 +-- examples/with-react/package.json | 4 +-- examples/with-refresh-auth/package.json | 6 ++-- examples/with-retry/package.json | 6 ++-- .../with-subscriptions-via-fetch/package.json | 6 ++-- examples/with-svelte/package.json | 4 +-- examples/with-vue3/package.json | 4 +-- exchanges/auth/CHANGELOG.md | 13 +++++++- exchanges/auth/jsr.json | 2 +- exchanges/auth/package.json | 4 +-- exchanges/context/CHANGELOG.md | 9 ++++++ exchanges/context/jsr.json | 2 +- exchanges/context/package.json | 4 +-- exchanges/execute/CHANGELOG.md | 9 ++++++ exchanges/execute/jsr.json | 2 +- exchanges/execute/package.json | 4 +-- exchanges/graphcache/CHANGELOG.md | 9 ++++++ exchanges/graphcache/jsr.json | 2 +- exchanges/graphcache/package.json | 4 +-- exchanges/persisted/CHANGELOG.md | 9 ++++++ exchanges/persisted/jsr.json | 2 +- exchanges/persisted/package.json | 4 +-- exchanges/populate/CHANGELOG.md | 9 ++++++ exchanges/populate/jsr.json | 2 +- exchanges/populate/package.json | 4 +-- exchanges/refocus/CHANGELOG.md | 9 ++++++ exchanges/refocus/jsr.json | 2 +- exchanges/refocus/package.json | 4 +-- exchanges/request-policy/CHANGELOG.md | 9 ++++++ exchanges/request-policy/jsr.json | 2 +- exchanges/request-policy/package.json | 4 +-- exchanges/retry/CHANGELOG.md | 9 ++++++ exchanges/retry/jsr.json | 2 +- exchanges/retry/package.json | 4 +-- exchanges/throw-on-error/CHANGELOG.md | 9 ++++++ exchanges/throw-on-error/jsr.json | 2 +- exchanges/throw-on-error/package.json | 4 +-- packages/core/CHANGELOG.md | 7 +++++ packages/core/jsr.json | 2 +- packages/core/package.json | 2 +- packages/introspection/CHANGELOG.md | 7 +++++ packages/introspection/jsr.json | 2 +- packages/introspection/package.json | 2 +- packages/next-urql/CHANGELOG.md | 7 +++++ packages/next-urql/jsr.json | 2 +- packages/next-urql/package.json | 2 +- packages/preact-urql/CHANGELOG.md | 9 ++++++ packages/preact-urql/jsr.json | 2 +- packages/preact-urql/package.json | 4 +-- packages/react-urql/CHANGELOG.md | 9 ++++++ packages/react-urql/jsr.json | 2 +- packages/react-urql/package.json | 4 +-- packages/solid-urql/CHANGELOG.md | 9 ++++++ packages/solid-urql/jsr.json | 2 +- packages/solid-urql/package.json | 4 +-- packages/storage-rn/CHANGELOG.md | 7 +++++ packages/storage-rn/jsr.json | 2 +- packages/storage-rn/package.json | 2 +- packages/svelte-urql/CHANGELOG.md | 9 ++++++ packages/svelte-urql/jsr.json | 2 +- packages/svelte-urql/package.json | 4 +-- packages/vue-urql/CHANGELOG.md | 9 ++++++ packages/vue-urql/jsr.json | 2 +- packages/vue-urql/package.json | 4 +-- pnpm-lock.yaml | 30 +++++++++---------- 74 files changed, 273 insertions(+), 131 deletions(-) delete mode 100644 .changeset/purple-baboons-nail.md diff --git a/.changeset/purple-baboons-nail.md b/.changeset/purple-baboons-nail.md deleted file mode 100644 index 78b7363be0..0000000000 --- a/.changeset/purple-baboons-nail.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -'@urql/exchange-auth': patch -'@urql/exchange-context': patch -'@urql/exchange-execute': patch -'@urql/exchange-graphcache': patch -'@urql/exchange-persisted': patch -'@urql/exchange-populate': patch -'@urql/exchange-refocus': patch -'@urql/exchange-request-policy': patch -'@urql/exchange-retry': patch -'@urql/exchange-throw-on-error': patch -'@urql/core': patch -'@urql/introspection': patch -'@urql/next': patch -'@urql/preact': patch -'urql': patch -'@urql/solid': patch -'@urql/storage-rn': patch -'@urql/svelte': patch -'@urql/vue': patch ---- - -Omit minified files and sourcemaps' `sourcesContent` in published packages diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index ea061b5782..eb8dcc4f36 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.1.0", - "@urql/exchange-persisted": "^4.3.0", + "@urql/core": "^5.1.1", + "@urql/exchange-persisted": "^4.3.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 97af152304..c623419328 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -17,12 +17,12 @@ }, "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", - "@urql/core": "^5.1.0", - "@urql/exchange-graphcache": "^7.2.2", + "@urql/core": "^5.1.1", + "@urql/exchange-graphcache": "^7.2.3", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@apollo/server": "^4.4.1", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index 02ec080c83..760fab6346 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.1.0", - "@urql/exchange-graphcache": "^7.2.2", + "@urql/core": "^5.1.1", + "@urql/exchange-graphcache": "^7.2.3", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index 3c174ef06d..eed51a22f0 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -6,13 +6,13 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.1.0", - "@urql/exchange-auth": "^2.2.0", - "@urql/exchange-graphcache": "^7.2.2", + "@urql/core": "^5.1.1", + "@urql/exchange-auth": "^2.2.1", + "@urql/exchange-graphcache": "^7.2.3", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index 8d3fb37f6c..c3407d10c6 100644 --- a/examples/with-infinite-pagination/package.json +++ b/examples/with-infinite-pagination/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.1.0", + "@urql/core": "^5.1.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index 676cba29fe..827caa6f18 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.1.0", + "@urql/core": "^5.1.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 311c568ec6..c7a24b7ee0 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -3,13 +3,13 @@ "version": "0.0.0", "private": true, "dependencies": { - "@urql/core": "^5.1.0", - "@urql/next": "^1.1.4", + "@urql/core": "^5.1.1", + "@urql/next": "^1.1.5", "graphql": "^16.6.0", "next": "13.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "scripts": { "dev": "next dev", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index 8d3fb37f6c..c3407d10c6 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.1.0", + "@urql/core": "^5.1.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index b3ede493b2..a75b3071b4 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -8,11 +8,11 @@ "start": "react-native start" }, "dependencies": { - "@urql/core": "^5.1.0", + "@urql/core": "^5.1.1", "graphql": "^16.6.0", "react": "18.2.0", "react-native": "0.71.4", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/examples/with-react/package.json b/examples/with-react/package.json index 225d16ca53..60682d8d3d 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.1.0", + "@urql/core": "^5.1.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-refresh-auth/package.json b/examples/with-refresh-auth/package.json index 3e44731657..97679d1498 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.1.0", - "@urql/exchange-auth": "^2.2.0", + "@urql/core": "^5.1.1", + "@urql/exchange-auth": "^2.2.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 3504d7e772..9f0f23743b 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.1.0", - "@urql/exchange-retry": "^1.3.0", + "@urql/core": "^5.1.1", + "@urql/exchange-retry": "^1.3.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index 32ba109db9..2600feddf0 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -8,12 +8,12 @@ "start": "run-p client server" }, "dependencies": { - "@urql/core": "^5.1.0", - "@urql/exchange-graphcache": "^7.2.2", + "@urql/core": "^5.1.1", + "@urql/exchange-graphcache": "^7.2.3", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.1" + "urql": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 0f700101c8..b6c5770867 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -8,8 +8,8 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^5.1.0", - "@urql/svelte": "^4.2.2", + "@urql/core": "^5.1.1", + "@urql/svelte": "^4.2.3", "graphql": "^16.6.0", "svelte": "^4.0.5" }, diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index a196d29270..b0592aca80 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -8,8 +8,8 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^5.1.0", - "@urql/vue": "^1.4.2", + "@urql/core": "^5.1.1", + "@urql/vue": "^1.4.3", "graphql": "^16.6.0", "vue": "^3.2.47" }, diff --git a/exchanges/auth/CHANGELOG.md b/exchanges/auth/CHANGELOG.md index 2e8a550d4e..2dde26e84c 100644 --- a/exchanges/auth/CHANGELOG.md +++ b/exchanges/auth/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.2.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 2.2.0 ### Minor Changes @@ -89,7 +98,9 @@ }); }, didAuthError(error) { - return error.graphQLErrors.some(e => e.extensions?.code === 'FORBIDDEN'); + return error.graphQLErrors.some( + e => e.extensions?.code === 'FORBIDDEN' + ); }, async refreshAuth() { const result = await utils.mutate(REFRESH, { token }); diff --git a/exchanges/auth/jsr.json b/exchanges/auth/jsr.json index 7921e75531..6198150a78 100644 --- a/exchanges/auth/jsr.json +++ b/exchanges/auth/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-auth", - "version": "2.2.0", + "version": "2.2.1", "exports": { ".": "./src/index.ts" }, diff --git a/exchanges/auth/package.json b/exchanges/auth/package.json index 346b194ef7..410193ba77 100644 --- a/exchanges/auth/package.json +++ b/exchanges/auth/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-auth", - "version": "2.2.0", + "version": "2.2.1", "description": "An exchange for managing authentication and token refresh in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -52,7 +52,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/context/CHANGELOG.md b/exchanges/context/CHANGELOG.md index d08998d005..5a63bcc25a 100644 --- a/exchanges/context/CHANGELOG.md +++ b/exchanges/context/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.3.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 0.3.0 ### Minor Changes diff --git a/exchanges/context/jsr.json b/exchanges/context/jsr.json index 31a0ab909b..f9426a0dde 100644 --- a/exchanges/context/jsr.json +++ b/exchanges/context/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-context", - "version": "0.3.0", + "version": "0.3.1", "exports": { ".": "./src/index.ts" }, diff --git a/exchanges/context/package.json b/exchanges/context/package.json index 21c709b476..134410d2ad 100644 --- a/exchanges/context/package.json +++ b/exchanges/context/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-context", - "version": "0.3.0", + "version": "0.3.1", "description": "An exchange for setting (a)synchronous operation-context in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -51,7 +51,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/execute/CHANGELOG.md b/exchanges/execute/CHANGELOG.md index f87a507d39..0082ebf988 100644 --- a/exchanges/execute/CHANGELOG.md +++ b/exchanges/execute/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.3.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 2.3.0 ### Minor Changes diff --git a/exchanges/execute/jsr.json b/exchanges/execute/jsr.json index 7f2dcb8d72..25ecd9602a 100644 --- a/exchanges/execute/jsr.json +++ b/exchanges/execute/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-execute", - "version": "2.3.0", + "version": "2.3.1", "exports": { ".": "./src/index.ts" }, diff --git a/exchanges/execute/package.json b/exchanges/execute/package.json index 19ead894c8..a53d598f19 100644 --- a/exchanges/execute/package.json +++ b/exchanges/execute/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-execute", - "version": "2.3.0", + "version": "2.3.1", "description": "An exchange for executing queries against a local schema in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -49,7 +49,7 @@ "prepublishOnly": "run-s clean build" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "peerDependencies": { diff --git a/exchanges/graphcache/CHANGELOG.md b/exchanges/graphcache/CHANGELOG.md index d7deed3839..43669a39c6 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/exchange-graphcache +## 7.2.3 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 7.2.2 ### Patch Changes diff --git a/exchanges/graphcache/jsr.json b/exchanges/graphcache/jsr.json index 7c9f74863d..b703049a86 100644 --- a/exchanges/graphcache/jsr.json +++ b/exchanges/graphcache/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.2.2", + "version": "7.2.3", "exports": { ".": "./src/index.ts", "./extras": "./src/extras/index.ts", diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index f2398e7d57..7ccdea34a9 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.2.2", + "version": "7.2.3", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache", @@ -67,7 +67,7 @@ }, "dependencies": { "@0no-co/graphql.web": "^1.0.5", - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/persisted/CHANGELOG.md b/exchanges/persisted/CHANGELOG.md index 4b17777b49..0133ec20ad 100644 --- a/exchanges/persisted/CHANGELOG.md +++ b/exchanges/persisted/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/exchange-persisted-fetch +## 4.3.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 4.3.0 ### Minor Changes diff --git a/exchanges/persisted/jsr.json b/exchanges/persisted/jsr.json index eaa2d98e31..489d7a0471 100644 --- a/exchanges/persisted/jsr.json +++ b/exchanges/persisted/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-persisted", - "version": "4.3.0", + "version": "4.3.1", "exports": { ".": "./src/index.ts" }, diff --git a/exchanges/persisted/package.json b/exchanges/persisted/package.json index 7d7fc85476..2cdafe883c 100644 --- a/exchanges/persisted/package.json +++ b/exchanges/persisted/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-persisted", - "version": "4.3.0", + "version": "4.3.1", "description": "An exchange that allows for persisted queries support when fetching queries", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -50,7 +50,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/populate/CHANGELOG.md b/exchanges/populate/CHANGELOG.md index 4b7380d158..9b38bb342b 100644 --- a/exchanges/populate/CHANGELOG.md +++ b/exchanges/populate/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/exchange-populate +## 1.2.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 1.2.0 ### Minor Changes diff --git a/exchanges/populate/jsr.json b/exchanges/populate/jsr.json index 8888043f8a..026c497462 100644 --- a/exchanges/populate/jsr.json +++ b/exchanges/populate/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-populate", - "version": "1.2.0", + "version": "1.2.1", "exports": { ".": "./src/index.ts" }, diff --git a/exchanges/populate/package.json b/exchanges/populate/package.json index 2124a8f4eb..3fe7bc252b 100644 --- a/exchanges/populate/package.json +++ b/exchanges/populate/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-populate", - "version": "1.2.0", + "version": "1.2.1", "description": "An exchange that automaticcally populates the mutation selection body", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/advanced/auto-populate-mutations", @@ -47,7 +47,7 @@ "prepublishOnly": "run-s clean build" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "peerDependencies": { diff --git a/exchanges/refocus/CHANGELOG.md b/exchanges/refocus/CHANGELOG.md index 350151435a..904a542849 100644 --- a/exchanges/refocus/CHANGELOG.md +++ b/exchanges/refocus/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.1.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 1.1.0 ### Minor Changes diff --git a/exchanges/refocus/jsr.json b/exchanges/refocus/jsr.json index 3b0641c7cf..923eac0709 100644 --- a/exchanges/refocus/jsr.json +++ b/exchanges/refocus/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-refocus", - "version": "1.1.0", + "version": "1.1.1", "exports": { ".": "./src/index.ts" }, diff --git a/exchanges/refocus/package.json b/exchanges/refocus/package.json index e3d3fac2a7..a3f66a3b99 100644 --- a/exchanges/refocus/package.json +++ b/exchanges/refocus/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-refocus", - "version": "1.1.0", + "version": "1.1.1", "description": "An exchange that dispatches active operations when the window regains focus", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -57,7 +57,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/exchanges/request-policy/CHANGELOG.md b/exchanges/request-policy/CHANGELOG.md index 0b14c4ac02..e84d6fc699 100644 --- a/exchanges/request-policy/CHANGELOG.md +++ b/exchanges/request-policy/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.2.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 1.2.0 ### Minor Changes diff --git a/exchanges/request-policy/jsr.json b/exchanges/request-policy/jsr.json index 1b3574ec1b..40582c8026 100644 --- a/exchanges/request-policy/jsr.json +++ b/exchanges/request-policy/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-request-policy", - "version": "1.2.0", + "version": "1.2.1", "exports": { ".": "./src/index.ts" }, diff --git a/exchanges/request-policy/package.json b/exchanges/request-policy/package.json index 31d2b4290c..8afec23ba1 100644 --- a/exchanges/request-policy/package.json +++ b/exchanges/request-policy/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-request-policy", - "version": "1.2.0", + "version": "1.2.1", "description": "An exchange for operation request-policy upgrading in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -55,7 +55,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/exchanges/retry/CHANGELOG.md b/exchanges/retry/CHANGELOG.md index 027de475f4..f63cfd5236 100644 --- a/exchanges/retry/CHANGELOG.md +++ b/exchanges/retry/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.3.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 1.3.0 ### Minor Changes diff --git a/exchanges/retry/jsr.json b/exchanges/retry/jsr.json index b73288f038..ebd738d750 100644 --- a/exchanges/retry/jsr.json +++ b/exchanges/retry/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-retry", - "version": "1.3.0", + "version": "1.3.1", "exports": { ".": "./src/index.ts" }, diff --git a/exchanges/retry/package.json b/exchanges/retry/package.json index 6562047fe4..b6c77fa160 100644 --- a/exchanges/retry/package.json +++ b/exchanges/retry/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-retry", - "version": "1.3.0", + "version": "1.3.1", "description": "An exchange for operation retry support in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -55,7 +55,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/exchanges/throw-on-error/CHANGELOG.md b/exchanges/throw-on-error/CHANGELOG.md index e8bfc7f9f3..2146a59d8b 100644 --- a/exchanges/throw-on-error/CHANGELOG.md +++ b/exchanges/throw-on-error/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/exchange-throw-on-error +## 0.1.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 0.1.0 ### Minor Changes diff --git a/exchanges/throw-on-error/jsr.json b/exchanges/throw-on-error/jsr.json index 5cee6c2170..c03d5074c0 100644 --- a/exchanges/throw-on-error/jsr.json +++ b/exchanges/throw-on-error/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-throw-on-error", - "version": "0.1.0", + "version": "0.1.1", "exports": { ".": "./src/index.ts" }, diff --git a/exchanges/throw-on-error/package.json b/exchanges/throw-on-error/package.json index 7d00c8cefc..a71d17e48f 100644 --- a/exchanges/throw-on-error/package.json +++ b/exchanges/throw-on-error/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-throw-on-error", - "version": "0.1.0", + "version": "0.1.1", "description": "An exchange for throw-on-error support in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -55,7 +55,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "graphql-toe": "0.1.2", "wonka": "^6.3.2" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 60ec21370a..172f52655c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/core +## 5.1.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + ## 5.1.0 ### Minor Changes diff --git a/packages/core/jsr.json b/packages/core/jsr.json index b4d5a64a68..0b369b68c6 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.1.0", + "version": "5.1.1", "exports": { ".": "./src/index.ts", "./internal": "./src/internal/index.ts" diff --git a/packages/core/package.json b/packages/core/package.json index 52470e8ee4..addcdcc058 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.1.0", + "version": "5.1.1", "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/introspection/CHANGELOG.md b/packages/introspection/CHANGELOG.md index e06685aa43..1fea23dd1e 100644 --- a/packages/introspection/CHANGELOG.md +++ b/packages/introspection/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/introspection +## 1.2.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + ## 1.2.0 ### Minor Changes diff --git a/packages/introspection/jsr.json b/packages/introspection/jsr.json index 41dcdab5a2..71ed5aa33b 100644 --- a/packages/introspection/jsr.json +++ b/packages/introspection/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/introspection", - "version": "1.2.0", + "version": "1.2.1", "exports": { ".": "./src/index.ts" }, diff --git a/packages/introspection/package.json b/packages/introspection/package.json index f81d9c96e8..a9025d0749 100644 --- a/packages/introspection/package.json +++ b/packages/introspection/package.json @@ -1,6 +1,6 @@ { "name": "@urql/introspection", - "version": "1.2.0", + "version": "1.2.1", "description": "Utilities for dealing with Introspection Queries and Client Schemas", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/next-urql/CHANGELOG.md b/packages/next-urql/CHANGELOG.md index e61a2055f5..9a05b211c1 100644 --- a/packages/next-urql/CHANGELOG.md +++ b/packages/next-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.5 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + ## 1.1.4 ### Patch Changes diff --git a/packages/next-urql/jsr.json b/packages/next-urql/jsr.json index 9e058a4710..3fa22b638e 100644 --- a/packages/next-urql/jsr.json +++ b/packages/next-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/next", - "version": "1.1.4", + "version": "1.1.5", "exports": { ".": "./src/index.ts", "./rsc": "./src/rsc.ts" diff --git a/packages/next-urql/package.json b/packages/next-urql/package.json index 58f34970b3..51b3e48fa5 100644 --- a/packages/next-urql/package.json +++ b/packages/next-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/next", - "version": "1.1.4", + "version": "1.1.5", "description": "Convenience wrappers for using urql with NextJS.", "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 6ac42162ee..3ba541c8f9 100644 --- a/packages/preact-urql/CHANGELOG.md +++ b/packages/preact-urql/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/preact +## 4.1.2 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 4.1.1 ### Patch Changes diff --git a/packages/preact-urql/jsr.json b/packages/preact-urql/jsr.json index 228f63efc8..c0454b8223 100644 --- a/packages/preact-urql/jsr.json +++ b/packages/preact-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "4.1.1", + "version": "4.1.2", "exports": { ".": "./src/index.ts" }, diff --git a/packages/preact-urql/package.json b/packages/preact-urql/package.json index 6187fc6bc7..34f22124c1 100644 --- a/packages/preact-urql/package.json +++ b/packages/preact-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "4.1.1", + "version": "4.1.2", "description": "A highly customizable and versatile GraphQL client for Preact", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -59,7 +59,7 @@ "preact": ">= 10.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/packages/react-urql/CHANGELOG.md b/packages/react-urql/CHANGELOG.md index b144a151d1..15e5f79776 100644 --- a/packages/react-urql/CHANGELOG.md +++ b/packages/react-urql/CHANGELOG.md @@ -1,5 +1,14 @@ # urql +## 4.2.2 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 4.2.1 ### Patch Changes diff --git a/packages/react-urql/jsr.json b/packages/react-urql/jsr.json index 1ffc69e234..0a09197776 100644 --- a/packages/react-urql/jsr.json +++ b/packages/react-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "4.2.1", + "version": "4.2.2", "exports": "src/index.ts", "exclude": [ "node_modules", diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index 0de38f42a7..37d7b3176a 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "4.2.1", + "version": "4.2.2", "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": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/packages/solid-urql/CHANGELOG.md b/packages/solid-urql/CHANGELOG.md index 444fad2aaa..7b15a94237 100644 --- a/packages/solid-urql/CHANGELOG.md +++ b/packages/solid-urql/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/solid +## 0.1.2 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 0.1.1 ### Patch Changes diff --git a/packages/solid-urql/jsr.json b/packages/solid-urql/jsr.json index af806b0c4a..1c61233b46 100644 --- a/packages/solid-urql/jsr.json +++ b/packages/solid-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/solid", - "version": "0.1.1", + "version": "0.1.2", "exports": { ".": "./src/index.ts" }, diff --git a/packages/solid-urql/package.json b/packages/solid-urql/package.json index ce9e5101a0..2ccc9e1716 100644 --- a/packages/solid-urql/package.json +++ b/packages/solid-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/solid", - "version": "0.1.1", + "version": "0.1.2", "description": "A highly customizable and versatile GraphQL client for Solid", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -60,7 +60,7 @@ "solid-js": "^1.7.7" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/packages/storage-rn/CHANGELOG.md b/packages/storage-rn/CHANGELOG.md index 67657d7ef3..5ed10992e8 100644 --- a/packages/storage-rn/CHANGELOG.md +++ b/packages/storage-rn/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.1 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + ## 1.1.0 ### Minor Changes diff --git a/packages/storage-rn/jsr.json b/packages/storage-rn/jsr.json index bc7af6d83d..9af1ad5de0 100644 --- a/packages/storage-rn/jsr.json +++ b/packages/storage-rn/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/storage-rn", - "version": "1.1.0", + "version": "1.1.1", "exports": { ".": "./src/index.ts" }, diff --git a/packages/storage-rn/package.json b/packages/storage-rn/package.json index 0a01e43db3..4a3cad0638 100644 --- a/packages/storage-rn/package.json +++ b/packages/storage-rn/package.json @@ -1,6 +1,6 @@ { "name": "@urql/storage-rn", - "version": "1.1.0", + "version": "1.1.1", "sideEffects": false, "description": "Graphcache offline storage for React Native", "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/svelte-urql/CHANGELOG.md b/packages/svelte-urql/CHANGELOG.md index 4e61420364..708d306a21 100644 --- a/packages/svelte-urql/CHANGELOG.md +++ b/packages/svelte-urql/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/svelte +## 4.2.3 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 4.2.2 ### Patch Changes diff --git a/packages/svelte-urql/jsr.json b/packages/svelte-urql/jsr.json index d14ba1b59c..f251adc5b7 100644 --- a/packages/svelte-urql/jsr.json +++ b/packages/svelte-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/svelte", - "version": "4.2.2", + "version": "4.2.3", "exports": { ".": "./src/index.ts" }, diff --git a/packages/svelte-urql/package.json b/packages/svelte-urql/package.json index a0889ec658..d5e3fbc3dc 100644 --- a/packages/svelte-urql/package.json +++ b/packages/svelte-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/svelte", - "version": "4.2.2", + "version": "4.2.3", "description": "A highly customizable and versatile GraphQL client for Svelte", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -53,7 +53,7 @@ "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/packages/vue-urql/CHANGELOG.md b/packages/vue-urql/CHANGELOG.md index 83841a9d19..f3e740e5b3 100644 --- a/packages/vue-urql/CHANGELOG.md +++ b/packages/vue-urql/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/vue +## 1.4.3 + +### Patch Changes + +- Omit minified files and sourcemaps' `sourcesContent` in published packages + Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) +- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755)) + - @urql/core@5.1.1 + ## 1.4.2 ### Patch Changes diff --git a/packages/vue-urql/jsr.json b/packages/vue-urql/jsr.json index b21d1a0a1b..6e81dd3903 100644 --- a/packages/vue-urql/jsr.json +++ b/packages/vue-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.4.2", + "version": "1.4.3", "exports": { ".": "./src/index.ts" }, diff --git a/packages/vue-urql/package.json b/packages/vue-urql/package.json index 768997d580..a8ecb610bc 100644 --- a/packages/vue-urql/package.json +++ b/packages/vue-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.4.2", + "version": "1.4.3", "description": "A highly customizable and versatile GraphQL client for vue", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -59,7 +59,7 @@ "vue": "^2.7.0 || ^3.0.0" }, "dependencies": { - "@urql/core": "workspace:^5.1.0", + "@urql/core": "workspace:^5.1.1", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9039441c85..60e77089bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -180,7 +180,7 @@ importers: exchanges/auth: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -193,7 +193,7 @@ importers: exchanges/context: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -206,7 +206,7 @@ importers: exchanges/execute: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -222,7 +222,7 @@ importers: specifier: ^1.0.5 version: 1.0.8(graphql@16.9.0) '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -256,7 +256,7 @@ importers: exchanges/persisted: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -269,7 +269,7 @@ importers: exchanges/populate: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -282,7 +282,7 @@ importers: exchanges/refocus: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -298,7 +298,7 @@ importers: exchanges/request-policy: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -311,7 +311,7 @@ importers: exchanges/retry: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -324,7 +324,7 @@ importers: exchanges/throw-on-error: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../../packages/core graphql-toe: specifier: 0.1.2 @@ -382,7 +382,7 @@ importers: packages/preact-urql: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../core wonka: specifier: ^6.3.2 @@ -401,7 +401,7 @@ importers: packages/react-urql: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../core wonka: specifier: ^6.3.2 @@ -550,7 +550,7 @@ importers: packages/solid-urql: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../core solid-js: specifier: ^1.7.7 @@ -590,7 +590,7 @@ importers: packages/svelte-urql: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../core wonka: specifier: ^6.3.2 @@ -606,7 +606,7 @@ importers: packages/vue-urql: dependencies: '@urql/core': - specifier: workspace:^5.1.0 + specifier: workspace:^5.1.1 version: link:../core wonka: specifier: ^6.3.2