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>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
7a798ecd dbc7a5b8

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