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

Version Packages (#3749)

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

Changed files
+11 -9
.changeset
examples
with-next
packages
-6
.changeset/beige-penguins-complain.md
···
-
---
-
'@urql/next': patch
-
---
-
-
Update Provider TSDoc to reflect our advice on
-
instantiating the client within a React component.
+1 -1
examples/with-next/package.json
···
"private": true,
"dependencies": {
"@urql/core": "^5.1.0",
-
"@urql/next": "^1.1.3",
+
"@urql/next": "^1.1.4",
"graphql": "^16.6.0",
"next": "13.4.2",
"react": "^18.2.0",
+8
packages/next-urql/CHANGELOG.md
···
# Changelog
+
## 1.1.4
+
+
### Patch Changes
+
+
- Update Provider TSDoc to reflect our advice on
+
instantiating the client within a React component
+
Submitted by [@y-hsgw](https://github.com/y-hsgw) (See [#3748](https://github.com/urql-graphql/urql/pull/3748))
+
## 1.1.3
### Patch Changes
+1 -1
packages/next-urql/jsr.json
···
{
"name": "@urql/next",
-
"version": "1.1.3",
+
"version": "1.1.4",
"exports": {
".": "./src/index.ts",
"./rsc": "./src/rsc.ts"
+1 -1
packages/next-urql/package.json
···
{
"name": "@urql/next",
-
"version": "1.1.3",
+
"version": "1.1.4",
"description": "Convenience wrappers for using urql with NextJS.",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",