diff --git a/.changeset/yellow-peas-study.md b/.changeset/yellow-peas-study.md deleted file mode 100644 index 8d42707c..00000000 --- a/.changeset/yellow-peas-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@soundxyz/graphql-react-ws': patch ---- - -useSubscribe on use effect diff --git a/packages/graphql-react-ws/CHANGELOG.md b/packages/graphql-react-ws/CHANGELOG.md index 07122c73..1aa60319 100644 --- a/packages/graphql-react-ws/CHANGELOG.md +++ b/packages/graphql-react-ws/CHANGELOG.md @@ -1,5 +1,13 @@ # @soundxyz/graphql-react-ws +## 1.1.2 + +### Patch Changes + +- [#111](https://github.com/soundxyz/graphql-react/pull/111) + [`492118a`](https://github.com/soundxyz/graphql-react/commit/492118ab62b66bf1d7fdc5a1e15a51518d423c92) + Thanks [@PabloSzx](https://github.com/PabloSzx)! - useSubscribe on use effect + ## 1.1.1 ### Patch Changes diff --git a/packages/graphql-react-ws/package.json b/packages/graphql-react-ws/package.json index 8cbfc243..47fdc002 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.1", + "version": "1.1.2", "license": "MIT", "author": "PabloSzx ", "sideEffects": false,