diff --git a/.changeset/cold-flowers-hug.md b/.changeset/cold-flowers-hug.md deleted file mode 100644 index d961008f..00000000 --- a/.changeset/cold-flowers-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@soundxyz/graphql-react-query': patch ---- - -Bump expected peer dependencies diff --git a/.changeset/fast-vans-wink.md b/.changeset/fast-vans-wink.md deleted file mode 100644 index 6751951a..00000000 --- a/.changeset/fast-vans-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@soundxyz/graphql-react-ws': major ---- - -Make Valtio a peer dependency diff --git a/.changeset/polite-foxes-mate.md b/.changeset/polite-foxes-mate.md deleted file mode 100644 index 1f239a59..00000000 --- a/.changeset/polite-foxes-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@soundxyz/graphql-react-ws': patch ---- - -Subscriptions re-use underlying connections while also keeping separate listening instances and callbacks diff --git a/.changeset/smart-cows-wash.md b/.changeset/smart-cows-wash.md deleted file mode 100644 index 2c3772ce..00000000 --- a/.changeset/smart-cows-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@soundxyz/codegen-fragments': major ---- - -Bump for GraphQL Codegen v4 diff --git a/examples/next/CHANGELOG.md b/examples/next/CHANGELOG.md index bd8a7da2..6850194d 100644 --- a/examples/next/CHANGELOG.md +++ b/examples/next/CHANGELOG.md @@ -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 diff --git a/examples/next/package.json b/examples/next/package.json index 96d47060..db02dd29 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "@soundxyz/graphql-react-query-example-next", - "version": "1.0.47", + "version": "1.0.48", "private": true, "keywords": [], "license": "MIT", diff --git a/packages/codegen-fragments/CHANGELOG.md b/packages/codegen-fragments/CHANGELOG.md index c44d6c5e..7af18620 100644 --- a/packages/codegen-fragments/CHANGELOG.md +++ b/packages/codegen-fragments/CHANGELOG.md @@ -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 diff --git a/packages/codegen-fragments/package.json b/packages/codegen-fragments/package.json index 597a5ae4..536d283c 100644 --- a/packages/codegen-fragments/package.json +++ b/packages/codegen-fragments/package.json @@ -1,6 +1,6 @@ { "name": "@soundxyz/codegen-fragments", - "version": "1.1.1", + "version": "2.0.0", "keywords": [], "license": "MIT", "author": "PabloSzx ", diff --git a/packages/graphql-react-query/CHANGELOG.md b/packages/graphql-react-query/CHANGELOG.md index bd36b73e..f46e07fd 100644 --- a/packages/graphql-react-query/CHANGELOG.md +++ b/packages/graphql-react-query/CHANGELOG.md @@ -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 diff --git a/packages/graphql-react-query/package.json b/packages/graphql-react-query/package.json index cc527212..bbca813d 100644 --- a/packages/graphql-react-query/package.json +++ b/packages/graphql-react-query/package.json @@ -1,6 +1,6 @@ { "name": "@soundxyz/graphql-react-query", - "version": "5.0.0", + "version": "5.0.1", "keywords": [], "license": "MIT", "author": "PabloSzx ", diff --git a/packages/graphql-react-ws/CHANGELOG.md b/packages/graphql-react-ws/CHANGELOG.md index 1aa60319..ff00607f 100644 --- a/packages/graphql-react-ws/CHANGELOG.md +++ b/packages/graphql-react-ws/CHANGELOG.md @@ -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 diff --git a/packages/graphql-react-ws/package.json b/packages/graphql-react-ws/package.json index bf09cff0..e0c16c1e 100644 --- a/packages/graphql-react-ws/package.json +++ b/packages/graphql-react-ws/package.json @@ -1,6 +1,6 @@ { "name": "@soundxyz/graphql-react-ws", - "version": "1.1.2", + "version": "2.0.0", "license": "MIT", "author": "PabloSzx ", "sideEffects": false,