diff --git a/.changeset/chatty-toes-melt.md b/.changeset/chatty-toes-melt.md deleted file mode 100644 index 3298a53612..0000000000 --- a/.changeset/chatty-toes-melt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@urql/preact': patch -'@urql/svelte': patch -'urql': patch -'@urql/solid': patch -'@urql/vue': patch ---- - -Add type for `hasNext` to the query and mutation results diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index 03164c2a7e..873c218f41 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -11,7 +11,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "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 9508536ea9..a5e2fce969 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -22,7 +22,7 @@ "graphql": "17.0.0-alpha.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@apollo/server": "^4.4.1", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index 5ee2d8816f..608d8a8889 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -11,7 +11,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index 816bb50f8a..d19c726bbe 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -12,7 +12,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index 6caf2d4fed..1273c18872 100644 --- a/examples/with-infinite-pagination/package.json +++ b/examples/with-infinite-pagination/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index d6e2a777d0..771dc19835 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 8c68ba3be8..6d08c970f5 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -9,7 +9,7 @@ "next": "13.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "scripts": { "dev": "next dev", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index 6caf2d4fed..1273c18872 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index 927697d913..0aa700f3d0 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -12,7 +12,7 @@ "graphql": "^16.6.0", "react": "18.2.0", "react-native": "0.71.4", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/examples/with-react/package.json b/examples/with-react/package.json index ba2d92dd7b..fdb0895075 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-refresh-auth/package.json b/examples/with-refresh-auth/package.json index 1f259a9ef1..fe630639ed 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -11,7 +11,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 6fd7c334dd..cfd7b268a8 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -11,7 +11,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "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 b32792b1e7..4df426824a 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -13,7 +13,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.2.0" + "urql": "^4.2.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index d6ce543d84..8fef14401b 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@urql/core": "^5.0.8", - "@urql/svelte": "^4.2.1", + "@urql/svelte": "^4.2.2", "graphql": "^16.6.0", "svelte": "^4.0.5" }, diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index af9c6bccf3..fd11a0224b 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@urql/core": "^5.0.8", - "@urql/vue": "^1.4.1", + "@urql/vue": "^1.4.2", "graphql": "^16.6.0", "vue": "^3.2.47" }, diff --git a/packages/preact-urql/CHANGELOG.md b/packages/preact-urql/CHANGELOG.md index 39eca1c88b..6ac42162ee 100644 --- a/packages/preact-urql/CHANGELOG.md +++ b/packages/preact-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/preact +## 4.1.1 + +### Patch Changes + +- Add type for `hasNext` to the query and mutation results + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) + ## 4.1.0 ### Minor Changes diff --git a/packages/preact-urql/jsr.json b/packages/preact-urql/jsr.json index 24278b3735..228f63efc8 100644 --- a/packages/preact-urql/jsr.json +++ b/packages/preact-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "4.1.0", + "version": "4.1.1", "exports": { ".": "./src/index.ts" }, diff --git a/packages/preact-urql/package.json b/packages/preact-urql/package.json index 0b92687435..337f22ce39 100644 --- a/packages/preact-urql/package.json +++ b/packages/preact-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "4.1.0", + "version": "4.1.1", "description": "A highly customizable and versatile GraphQL client for Preact", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/react-urql/CHANGELOG.md b/packages/react-urql/CHANGELOG.md index 9abdc19bc7..b144a151d1 100644 --- a/packages/react-urql/CHANGELOG.md +++ b/packages/react-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # urql +## 4.2.1 + +### Patch Changes + +- Add type for `hasNext` to the query and mutation results + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) + ## 4.2.0 ### Minor Changes diff --git a/packages/react-urql/jsr.json b/packages/react-urql/jsr.json index 64d1ecbd55..1ffc69e234 100644 --- a/packages/react-urql/jsr.json +++ b/packages/react-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "4.2.0", + "version": "4.2.1", "exports": "src/index.ts", "exclude": [ "node_modules", diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index c85ecfdbc6..81699c27c5 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "4.2.0", + "version": "4.2.1", "description": "A highly customizable and versatile GraphQL client for React", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/solid-urql/CHANGELOG.md b/packages/solid-urql/CHANGELOG.md index 428f38469a..444fad2aaa 100644 --- a/packages/solid-urql/CHANGELOG.md +++ b/packages/solid-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/solid +## 0.1.1 + +### Patch Changes + +- Add type for `hasNext` to the query and mutation results + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) + ## 0.1.0 ### Minor Changes diff --git a/packages/solid-urql/jsr.json b/packages/solid-urql/jsr.json index 654f966e35..af806b0c4a 100644 --- a/packages/solid-urql/jsr.json +++ b/packages/solid-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/solid", - "version": "0.1.0", + "version": "0.1.1", "exports": { ".": "./src/index.ts" }, diff --git a/packages/solid-urql/package.json b/packages/solid-urql/package.json index dfb796af1a..1dee2328c9 100644 --- a/packages/solid-urql/package.json +++ b/packages/solid-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/solid", - "version": "0.1.0", + "version": "0.1.1", "description": "A highly customizable and versatile GraphQL client for Solid", "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 fef987e751..4e61420364 100644 --- a/packages/svelte-urql/CHANGELOG.md +++ b/packages/svelte-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/svelte +## 4.2.2 + +### Patch Changes + +- Add type for `hasNext` to the query and mutation results + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) + ## 4.2.1 ### Patch Changes diff --git a/packages/svelte-urql/jsr.json b/packages/svelte-urql/jsr.json index 25fe911cf1..d14ba1b59c 100644 --- a/packages/svelte-urql/jsr.json +++ b/packages/svelte-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/svelte", - "version": "4.2.1", + "version": "4.2.2", "exports": { ".": "./src/index.ts" }, diff --git a/packages/svelte-urql/package.json b/packages/svelte-urql/package.json index 4b4bd07e0f..f0445021ab 100644 --- a/packages/svelte-urql/package.json +++ b/packages/svelte-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/svelte", - "version": "4.2.1", + "version": "4.2.2", "description": "A highly customizable and versatile GraphQL client for Svelte", "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 52f56ddba8..83841a9d19 100644 --- a/packages/vue-urql/CHANGELOG.md +++ b/packages/vue-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/vue +## 1.4.2 + +### Patch Changes + +- Add type for `hasNext` to the query and mutation results + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3703](https://github.com/urql-graphql/urql/pull/3703)) + ## 1.4.1 ### Patch Changes diff --git a/packages/vue-urql/jsr.json b/packages/vue-urql/jsr.json index 10fad1ea9b..b21d1a0a1b 100644 --- a/packages/vue-urql/jsr.json +++ b/packages/vue-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.4.1", + "version": "1.4.2", "exports": { ".": "./src/index.ts" }, diff --git a/packages/vue-urql/package.json b/packages/vue-urql/package.json index c932ef8932..6349a7c168 100644 --- a/packages/vue-urql/package.json +++ b/packages/vue-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.4.1", + "version": "1.4.2", "description": "A highly customizable and versatile GraphQL client for vue", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",