From 742df3ab2324611d51fbcc98c847075691c26c30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 12:56:15 +0300 Subject: [PATCH] chore(release): update monorepo packages versions (#1778) Co-authored-by: github-actions[bot] --- .changeset/modern-steaks-kiss.md | 5 ----- packages/graphql-modules/CHANGELOG.md | 6 ++++++ packages/graphql-modules/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/modern-steaks-kiss.md diff --git a/.changeset/modern-steaks-kiss.md b/.changeset/modern-steaks-kiss.md deleted file mode 100644 index cd136f95c2..0000000000 --- a/.changeset/modern-steaks-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-modules': patch ---- - -Fix the failure of missing session when multi-mutation operation diff --git a/packages/graphql-modules/CHANGELOG.md b/packages/graphql-modules/CHANGELOG.md index 89daa30a8a..0de7433952 100644 --- a/packages/graphql-modules/CHANGELOG.md +++ b/packages/graphql-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-modules +## 1.4.4 + +### Patch Changes + +- 9ec7fa0c: Fix the failure of missing session when multi-mutation operation + ## 1.4.3 ### Patch Changes diff --git a/packages/graphql-modules/package.json b/packages/graphql-modules/package.json index 1c9903eb24..f448a84ee6 100644 --- a/packages/graphql-modules/package.json +++ b/packages/graphql-modules/package.json @@ -8,7 +8,7 @@ "typescript", "the-guild" ], - "version": "1.4.3", + "version": "1.4.4", "author": "Kamil Kisiela", "license": "MIT", "sideEffects": false,