From 614b48b2cf963879645ecb94f9c7dfc167b4e54b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 12:30:41 -0300 Subject: [PATCH] chore(release): update monorepo packages versions (#181) Co-authored-by: github-actions[bot] --- .changeset/short-lamps-act.md | 5 ----- packages/mercurius-codegen/CHANGELOG.md | 6 ++++++ packages/mercurius-codegen/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/short-lamps-act.md diff --git a/.changeset/short-lamps-act.md b/.changeset/short-lamps-act.md deleted file mode 100644 index 470bf828..00000000 --- a/.changeset/short-lamps-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mercurius-codegen': patch ---- - -Export custom Loader types from generated TS #180 (thanks to @luke88jones) diff --git a/packages/mercurius-codegen/CHANGELOG.md b/packages/mercurius-codegen/CHANGELOG.md index ff46073f..35d1bb73 100644 --- a/packages/mercurius-codegen/CHANGELOG.md +++ b/packages/mercurius-codegen/CHANGELOG.md @@ -1,5 +1,11 @@ # mercurius-codegen +## 3.3.1 + +### Patch Changes + +- 82fa1ad: Export custom Loader types from generated TS #180 (thanks to @luke88jones) + ## 3.3.0 ### Minor Changes diff --git a/packages/mercurius-codegen/package.json b/packages/mercurius-codegen/package.json index daa95aec..232fd75c 100644 --- a/packages/mercurius-codegen/package.json +++ b/packages/mercurius-codegen/package.json @@ -1,6 +1,6 @@ { "name": "mercurius-codegen", - "version": "3.3.0", + "version": "3.3.1", "keywords": [ "fastify", "graphql",