Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#120)
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 Oct 10, 2023
1 parent 5fe8b4c commit b270f30
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-apricots-exist.md

This file was deleted.

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

## 1.0.49

### Patch Changes

- Updated dependencies
[[`5fe8b4c`](https://github.com/soundxyz/graphql-react/commit/5fe8b4c1cffd5e881c2cc05f43152ecd4998514c)]:
- @soundxyz/graphql-react-query@5.1.0

## 1.0.48

### 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.48",
"version": "1.0.49",
"private": true,
"keywords": [],
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @soundxyz/graphql-react-query

## 5.1.0

### Minor Changes

- [#118](https://github.com/soundxyz/graphql-react/pull/118)
[`5fe8b4c`](https://github.com/soundxyz/graphql-react/commit/5fe8b4c1cffd5e881c2cc05f43152ecd4998514c)
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Expose queryKey on useQuery and
useInfiniteQuery

## 5.0.1

### 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.0.1",
"version": "5.1.0",
"keywords": [],
"license": "MIT",
"author": "PabloSzx <[email protected]>",
Expand Down

0 comments on commit b270f30

Please sign in to comment.