Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
1 parent d516410 commit b2a1d48
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-tigers-lick.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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",
Expand Down
7 changes: 7 additions & 0 deletions packages/next-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion packages/next-urql/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/next",
"version": "1.1.2",
"version": "1.1.3",
"exports": {
".": "./src/index.ts",
"./rsc": "./src/rsc.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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/",
Expand Down

0 comments on commit b2a1d48

Please sign in to comment.