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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#3708)

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
cf43315c d5164103

+10 -8
-5
.changeset/tiny-tigers-lick.md
··· 1 - --- 2 - '@urql/next': patch 3 - --- 4 - 5 - Add type for hasNext to the query-state in urql-next
+1 -1
examples/with-next/package.json
··· 4 4 "private": true, 5 5 "dependencies": { 6 6 "@urql/core": "^5.0.8", 7 - "@urql/next": "^1.1.2", 7 + "@urql/next": "^1.1.3", 8 8 "graphql": "^16.6.0", 9 9 "next": "13.4.2", 10 10 "react": "^18.2.0",
+7
packages/next-urql/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.3 4 + 5 + ### Patch Changes 6 + 7 + - Add type for hasNext to the query-state in urql-next 8 + Submitted by [@isy](https://github.com/isy) (See [#3707](https://github.com/urql-graphql/urql/pull/3707)) 9 + 3 10 ## 1.1.2 4 11 5 12 ### Patch Changes
+1 -1
packages/next-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/next", 3 - "version": "1.1.2", 3 + "version": "1.1.3", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./rsc": "./src/rsc.ts"
+1 -1
packages/next-urql/package.json
··· 1 1 { 2 2 "name": "@urql/next", 3 - "version": "1.1.2", 3 + "version": "1.1.3", 4 4 "description": "Convenience wrappers for using urql with NextJS.", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",