Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#106)
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] authored Jul 13, 2023
1 parent b829779 commit c68e8ac
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-rivers-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ligers-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-pugs-compare.md

This file was deleted.

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

## 1.0.47

### Patch Changes

- Updated dependencies
[[`b829779`](https://github.com/soundxyz/graphql-react/commit/b829779889b4a84e18ea0a8c65c7a17a0e186c0f),
[`b829779`](https://github.com/soundxyz/graphql-react/commit/b829779889b4a84e18ea0a8c65c7a17a0e186c0f),
[`b829779`](https://github.com/soundxyz/graphql-react/commit/b829779889b4a84e18ea0a8c65c7a17a0e186c0f)]:
- @soundxyz/graphql-react-query@5.0.0

## 1.0.46

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

## 5.0.0

### Major Changes

- [#105](https://github.com/soundxyz/graphql-react/pull/105)
[`b829779`](https://github.com/soundxyz/graphql-react/commit/b829779889b4a84e18ea0a8c65c7a17a0e186c0f)
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Make staleTime required option

- [#105](https://github.com/soundxyz/graphql-react/pull/105)
[`b829779`](https://github.com/soundxyz/graphql-react/commit/b829779889b4a84e18ea0a8c65c7a17a0e186c0f)
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Make ms, lodash-es, valtio and zod peer
dependencies to prevent duplicate dependencies

### Minor Changes

- [#105](https://github.com/soundxyz/graphql-react/pull/105)
[`b829779`](https://github.com/soundxyz/graphql-react/commit/b829779889b4a84e18ea0a8c65c7a17a0e186c0f)
Thanks [@PabloSzx](https://github.com/PabloSzx)! - staleTime and cacheTime accepts "ms" library
string syntax

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

0 comments on commit c68e8ac

Please sign in to comment.