Skip to content

Commit 7a798ec

Browse files
Version Packages (#3749)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dbc7a5b commit 7a798ec

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.changeset/beige-penguins-complain.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/with-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@urql/core": "^5.1.0",
7-
"@urql/next": "^1.1.3",
7+
"@urql/next": "^1.1.4",
88
"graphql": "^16.6.0",
99
"next": "13.4.2",
1010
"react": "^18.2.0",

packages/next-urql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 1.1.3
412

513
### Patch Changes

packages/next-urql/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/next",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"exports": {
55
".": "./src/index.ts",
66
"./rsc": "./src/rsc.ts"

packages/next-urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/next",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Convenience wrappers for using urql with NextJS.",
55
"sideEffects": false,
66
"homepage": "https://formidable.com/open-source/urql/docs/",

0 commit comments

Comments
 (0)