Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 5, 2024
1 parent c0098cb commit 6ac7980
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-olives-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-mayflies-fry.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/olive-geese-lie.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @soundxyz/graphql-react-query-example-next

## 1.0.52

### Patch Changes

- Updated dependencies [[`c0098cb80491432026a3a2a6bc42d9624f281c86`](https://github.com/soundxyz/graphql-react/commit/c0098cb80491432026a3a2a6bc42d9624f281c86), [`58c7ef4d50bdf0709a0b69d9beeef3d8beeef882`](https://github.com/soundxyz/graphql-react/commit/58c7ef4d50bdf0709a0b69d9beeef3d8beeef882), [`7f9c00644cf2449b87944647f23a92e7d21e50b4`](https://github.com/soundxyz/graphql-react/commit/7f9c00644cf2449b87944647f23a92e7d21e50b4)]:
- @soundxyz/graphql-react-query@5.2.0

## 1.0.51

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundxyz/graphql-react-query-example-next",
"version": "1.0.51",
"version": "1.0.52",
"private": true,
"keywords": [],
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/graphql-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @soundxyz/graphql-react-query

## 5.2.0

### Minor Changes

- [#149](https://github.com/soundxyz/graphql-react/pull/149) [`c0098cb80491432026a3a2a6bc42d9624f281c86`](https://github.com/soundxyz/graphql-react/commit/c0098cb80491432026a3a2a6bc42d9624f281c86) Thanks [@PabloSzx](https://github.com/PabloSzx)! - New "graphqlFetcherConfig.onErrorWithoutData" configuration to be able to intercept error handling

- [#147](https://github.com/soundxyz/graphql-react/pull/147) [`7f9c00644cf2449b87944647f23a92e7d21e50b4`](https://github.com/soundxyz/graphql-react/commit/7f9c00644cf2449b87944647f23a92e7d21e50b4) Thanks [@PabloSzx](https://github.com/PabloSzx)! - New "customPages" option on useInfiniteQuery

This option can be used to be able to add a list of arbitrary pages of data into the resulting "orderedList" data.
One use-case is for optimistic operations to be able to have temporary pages that are going to be in the pagination ordered results.

This list is recommended to be memoized or live outside of the React life-cycle using solutions like Valtio.

### Patch Changes

- [#145](https://github.com/soundxyz/graphql-react/pull/145) [`58c7ef4d50bdf0709a0b69d9beeef3d8beeef882`](https://github.com/soundxyz/graphql-react/commit/58c7ef4d50bdf0709a0b69d9beeef3d8beeef882) Thanks [@PabloSzx](https://github.com/PabloSzx)! - Get partial headers new option

## 5.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundxyz/graphql-react-query",
"version": "5.1.2",
"version": "5.2.0",
"keywords": [],
"license": "MIT",
"author": "PabloSzx <[email protected]>",
Expand Down

0 comments on commit 6ac7980

Please sign in to comment.