diff --git a/.changeset/ten-years-tap.md b/.changeset/ten-years-tap.md deleted file mode 100644 index f23755d275..0000000000 --- a/.changeset/ten-years-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-portal/gateway': patch ---- - -update graphql to 15.5.3 diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index ffe11618f9..c35e408d7f 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-portal/gateway +## 0.23.11 + +### Patch Changes + +- c61da4d: update graphql to 15.5.3 + ## 0.23.10 ### Patch Changes diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 2018f7f9f6..21525217c6 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-portal/gateway", - "version": "0.23.10", + "version": "0.23.11", "license": "MIT", "author": "code.store", "main": "dist/src/index.js",