Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#116)
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 Oct 2, 2023
1 parent 630de3a commit 2c6db74
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-flowers-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-vans-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-foxes-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-cows-wash.md

This file was deleted.

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

## 1.0.48

### Patch Changes

- Updated dependencies
[[`630de3a`](https://github.com/soundxyz/graphql-react/commit/630de3a89d8c17c133081d25e15bdc92908a5046),
[`630de3a`](https://github.com/soundxyz/graphql-react/commit/630de3a89d8c17c133081d25e15bdc92908a5046),
[`630de3a`](https://github.com/soundxyz/graphql-react/commit/630de3a89d8c17c133081d25e15bdc92908a5046)]:
- @soundxyz/graphql-react-query@5.0.1
- @soundxyz/graphql-react-ws@2.0.0

## 1.0.47

### 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.47",
"version": "1.0.48",
"private": true,
"keywords": [],
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/codegen-fragments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @soundxyz/codegen-fragments

## 2.0.0

### Major Changes

- [#114](https://github.com/soundxyz/graphql-react/pull/114)
[`630de3a`](https://github.com/soundxyz/graphql-react/commit/630de3a89d8c17c133081d25e15bdc92908a5046)
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Bump for GraphQL Codegen v4

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-fragments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundxyz/codegen-fragments",
"version": "1.1.1",
"version": "2.0.0",
"keywords": [],
"license": "MIT",
"author": "PabloSzx <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @soundxyz/graphql-react-query

## 5.0.1

### Patch Changes

- [#114](https://github.com/soundxyz/graphql-react/pull/114)
[`630de3a`](https://github.com/soundxyz/graphql-react/commit/630de3a89d8c17c133081d25e15bdc92908a5046)
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Bump expected peer dependencies

## 5.0.0

### Major 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.0",
"version": "5.0.1",
"keywords": [],
"license": "MIT",
"author": "PabloSzx <[email protected]>",
Expand Down
15 changes: 15 additions & 0 deletions packages/graphql-react-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @soundxyz/graphql-react-ws

## 2.0.0

### Major Changes

- [#114](https://github.com/soundxyz/graphql-react/pull/114)
[`630de3a`](https://github.com/soundxyz/graphql-react/commit/630de3a89d8c17c133081d25e15bdc92908a5046)
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Make Valtio a peer dependency

### Patch Changes

- [#114](https://github.com/soundxyz/graphql-react/pull/114)
[`630de3a`](https://github.com/soundxyz/graphql-react/commit/630de3a89d8c17c133081d25e15bdc92908a5046)
Thanks [@PabloSzx](https://github.com/PabloSzx)! - Subscriptions re-use underlying connections
while also keeping separate listening instances and callbacks

## 1.1.2

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

0 comments on commit 2c6db74

Please sign in to comment.