diff --git a/.changeset/slow-kings-stare.md b/.changeset/slow-kings-stare.md deleted file mode 100644 index 13d434103..000000000 --- a/.changeset/slow-kings-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pothos/plugin-smart-subscriptions": patch ---- - -Handle async subsdcribe methods diff --git a/examples/prisma-smart-subscriptions-apollo/CHANGELOG.md b/examples/prisma-smart-subscriptions-apollo/CHANGELOG.md index 2493ed46f..86e2f6175 100644 --- a/examples/prisma-smart-subscriptions-apollo/CHANGELOG.md +++ b/examples/prisma-smart-subscriptions-apollo/CHANGELOG.md @@ -1,5 +1,12 @@ # @pothos-examples/prisma-smart-subscriptions-apollo +## 3.1.5 + +### Patch Changes + +- Updated dependencies [71a722a] + - @pothos/plugin-smart-subscriptions@4.1.1 + ## 3.1.4 ### Patch Changes diff --git a/examples/prisma-smart-subscriptions-apollo/package.json b/examples/prisma-smart-subscriptions-apollo/package.json index e5e21b129..1c3bd686c 100644 --- a/examples/prisma-smart-subscriptions-apollo/package.json +++ b/examples/prisma-smart-subscriptions-apollo/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "3.1.4", + "version": "3.1.5", "name": "@pothos-examples/prisma-smart-subscriptions-apollo", "main": "src/index.ts", "types": "src/index.ts", diff --git a/packages/plugin-smart-subscriptions/CHANGELOG.md b/packages/plugin-smart-subscriptions/CHANGELOG.md index 69cb23fc3..72337a620 100644 --- a/packages/plugin-smart-subscriptions/CHANGELOG.md +++ b/packages/plugin-smart-subscriptions/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.1.1 + +### Patch Changes + +- 71a722a: Handle async subsdcribe methods + ## 4.1.0 ### Minor Changes diff --git a/packages/plugin-smart-subscriptions/package.json b/packages/plugin-smart-subscriptions/package.json index a510bccd7..266da8ccc 100644 --- a/packages/plugin-smart-subscriptions/package.json +++ b/packages/plugin-smart-subscriptions/package.json @@ -1,6 +1,6 @@ { "name": "@pothos/plugin-smart-subscriptions", - "version": "4.1.0", + "version": "4.1.1", "description": "A Pothos plugin for turning queries into subscriptions", "main": "./lib/index.js", "types": "./dts/index.d.ts",