Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Version Packages (#3706)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
9c561f38 8c90e084

+60 -34
-9
.changeset/chatty-toes-melt.md
··· 1 - --- 2 - '@urql/preact': patch 3 - '@urql/svelte': patch 4 - 'urql': patch 5 - '@urql/solid': patch 6 - '@urql/vue': patch 7 - --- 8 - 9 - Add type for `hasNext` to the query and mutation results
+1 -1
examples/with-apq/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.0" 14 + "urql": "^4.2.1" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-defer-stream-directives/package.json
··· 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 - "urql": "^4.2.0" 25 + "urql": "^4.2.1" 26 26 }, 27 27 "devDependencies": { 28 28 "@apollo/server": "^4.4.1",
+1 -1
examples/with-graphcache-pagination/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.0" 14 + "urql": "^4.2.1" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-graphcache-updates/package.json
··· 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0", 14 14 "react-dom": "^18.2.0", 15 - "urql": "^4.2.0" 15 + "urql": "^4.2.1" 16 16 }, 17 17 "devDependencies": { 18 18 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-infinite-pagination/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.0" 13 + "urql": "^4.2.1" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-multipart/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.0" 13 + "urql": "^4.2.1" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-next/package.json
··· 9 9 "next": "13.4.2", 10 10 "react": "^18.2.0", 11 11 "react-dom": "^18.2.0", 12 - "urql": "^4.2.0" 12 + "urql": "^4.2.1" 13 13 }, 14 14 "scripts": { 15 15 "dev": "next dev",
+1 -1
examples/with-pagination/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.0" 13 + "urql": "^4.2.1" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-react-native/package.json
··· 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4", 15 - "urql": "^4.2.0" 15 + "urql": "^4.2.1" 16 16 }, 17 17 "devDependencies": { 18 18 "@babel/core": "^7.12.9",
+1 -1
examples/with-react/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.0" 13 + "urql": "^4.2.1" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-refresh-auth/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.0" 14 + "urql": "^4.2.1" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-retry/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.0" 14 + "urql": "^4.2.1" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-subscriptions-via-fetch/package.json
··· 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0", 15 15 "react-dom": "^18.2.0", 16 - "urql": "^4.2.0" 16 + "urql": "^4.2.1" 17 17 }, 18 18 "devDependencies": { 19 19 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-svelte/package.json
··· 9 9 }, 10 10 "dependencies": { 11 11 "@urql/core": "^5.0.8", 12 - "@urql/svelte": "^4.2.1", 12 + "@urql/svelte": "^4.2.2", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5" 15 15 },
+1 -1
examples/with-vue3/package.json
··· 9 9 }, 10 10 "dependencies": { 11 11 "@urql/core": "^5.0.8", 12 - "@urql/vue": "^1.4.1", 12 + "@urql/vue": "^1.4.2", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47" 15 15 },
+7
packages/preact-urql/CHANGELOG.md
··· 1 1 # @urql/preact 2 2 3 + ## 4.1.1 4 + 5 + ### Patch Changes 6 + 7 + - Add type for `hasNext` to the query and mutation results 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) 9 + 3 10 ## 4.1.0 4 11 5 12 ### Minor Changes
+1 -1
packages/preact-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.1.0", 3 + "version": "4.1.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+1 -1
packages/preact-urql/package.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.1.0", 3 + "version": "4.1.1", 4 4 "description": "A highly customizable and versatile GraphQL client for Preact", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/react-urql/CHANGELOG.md
··· 1 1 # urql 2 2 3 + ## 4.2.1 4 + 5 + ### Patch Changes 6 + 7 + - Add type for `hasNext` to the query and mutation results 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) 9 + 3 10 ## 4.2.0 4 11 5 12 ### Minor Changes
+1 -1
packages/react-urql/jsr.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.2.0", 3 + "version": "4.2.1", 4 4 "exports": "src/index.ts", 5 5 "exclude": [ 6 6 "node_modules",
+1 -1
packages/react-urql/package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.2.0", 3 + "version": "4.2.1", 4 4 "description": "A highly customizable and versatile GraphQL client for React", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/solid-urql/CHANGELOG.md
··· 1 1 # @urql/solid 2 2 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - Add type for `hasNext` to the query and mutation results 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) 9 + 3 10 ## 0.1.0 4 11 5 12 ### Minor Changes
+1 -1
packages/solid-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/solid", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+1 -1
packages/solid-urql/package.json
··· 1 1 { 2 2 "name": "@urql/solid", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "A highly customizable and versatile GraphQL client for Solid", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/svelte-urql/CHANGELOG.md
··· 1 1 # @urql/svelte 2 2 3 + ## 4.2.2 4 + 5 + ### Patch Changes 6 + 7 + - Add type for `hasNext` to the query and mutation results 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) 9 + 3 10 ## 4.2.1 4 11 5 12 ### Patch Changes
+1 -1
packages/svelte-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.2.1", 3 + "version": "4.2.2", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+1 -1
packages/svelte-urql/package.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.2.1", 3 + "version": "4.2.2", 4 4 "description": "A highly customizable and versatile GraphQL client for Svelte", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/vue-urql/CHANGELOG.md
··· 1 1 # @urql/vue 2 2 3 + ## 1.4.2 4 + 5 + ### Patch Changes 6 + 7 + - Add type for `hasNext` to the query and mutation results 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) 9 + 3 10 ## 1.4.1 4 11 5 12 ### Patch Changes
+1 -1
packages/vue-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.4.1", 3 + "version": "1.4.2", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+1 -1
packages/vue-urql/package.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.4.1", 3 + "version": "1.4.2", 4 4 "description": "A highly customizable and versatile GraphQL client for vue", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",