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

Version Packages (#3708)

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

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