Skip to content

Commit 953a40b

Browse files
chore(release): update monorepo packages versions (#161)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b60f78 commit 953a40b

File tree

10 files changed

+47
-27
lines changed

10 files changed

+47
-27
lines changed

.changeset/bright-ads-dress.md

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

.changeset/itchy-kangaroos-flash.md

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

.changeset/quiet-rice-decide.md

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

.changeset/unlucky-plums-sniff.md

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

examples/next/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @soundxyz/graphql-react-query-example-next
22

3+
## 1.0.59
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`b1ea6b0`](https://github.com/soundxyz/graphql-react/commit/b1ea6b0601d3843520aa971ccb3b09cadf429e9c),
9+
[`b9b13f3`](https://github.com/soundxyz/graphql-react/commit/b9b13f322de92e3b899f31e22d64711053fa11ff),
10+
[`76c4213`](https://github.com/soundxyz/graphql-react/commit/76c42130c5999ec76b7f11f76398c95c248652f0),
11+
[`118cfd5`](https://github.com/soundxyz/graphql-react/commit/118cfd503f47c00e1d64766c135a384eef861f1b)]:
12+
- @soundxyz/graphql-react-query@5.5.1
13+
- @soundxyz/graphql-react-ws@3.0.0
14+
315
## 1.0.58
416

517
### Patch Changes

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soundxyz/graphql-react-query-example-next",
3-
"version": "1.0.58",
3+
"version": "1.0.59",
44
"private": true,
55
"keywords": [],
66
"license": "MIT",

packages/graphql-react-query/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @soundxyz/graphql-react-query
22

3+
## 5.5.1
4+
5+
### Patch Changes
6+
7+
- [#174](https://github.com/soundxyz/graphql-react/pull/174)
8+
[`b1ea6b0`](https://github.com/soundxyz/graphql-react/commit/b1ea6b0601d3843520aa971ccb3b09cadf429e9c)
9+
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Documentation
10+
11+
- [#160](https://github.com/soundxyz/graphql-react/pull/160)
12+
[`b9b13f3`](https://github.com/soundxyz/graphql-react/commit/b9b13f322de92e3b899f31e22d64711053fa11ff)
13+
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Fix custom pages without network data
14+
15+
- [`118cfd5`](https://github.com/soundxyz/graphql-react/commit/118cfd503f47c00e1d64766c135a384eef861f1b)
16+
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Unexpected missing graphql data gives response
17+
318
## 5.5.0
419

520
### Minor Changes

packages/graphql-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soundxyz/graphql-react-query",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"keywords": [],
55
"license": "MIT",
66
"author": "PabloSzx <[email protected]>",

packages/graphql-react-ws/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @soundxyz/graphql-react-ws
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#164](https://github.com/soundxyz/graphql-react/pull/164)
8+
[`76c4213`](https://github.com/soundxyz/graphql-react/commit/76c42130c5999ec76b7f11f76398c95c248652f0)
9+
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Better websocket effects onData + onComplete
10+
11+
- Rename onCompleted to onData
12+
- Add onComplete, when a subscription completes or is stopped
13+
14+
### Patch Changes
15+
16+
- [#174](https://github.com/soundxyz/graphql-react/pull/174)
17+
[`b1ea6b0`](https://github.com/soundxyz/graphql-react/commit/b1ea6b0601d3843520aa971ccb3b09cadf429e9c)
18+
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Documentation
19+
320
## 2.0.0
421

522
### Major Changes

packages/graphql-react-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soundxyz/graphql-react-ws",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"author": "PabloSzx <[email protected]>",
66
"sideEffects": false,

0 commit comments

Comments
 (0)