From fbbf11562e1e7d474471a01d5ddfaea89c0c26f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:57:33 -0400 Subject: [PATCH] chore(release): update monorepo packages versions (#754) Co-authored-by: github-actions[bot] --- .changeset/funny-doors-attend.md | 5 ----- packages/plugins/typescript/enum-array/CHANGELOG.md | 8 ++++++++ packages/plugins/typescript/enum-array/package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changeset/funny-doors-attend.md diff --git a/.changeset/funny-doors-attend.md b/.changeset/funny-doors-attend.md deleted file mode 100644 index 979cff1fa..000000000 --- a/.changeset/funny-doors-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/typescript-enum-array': minor ---- - -support introspection result diff --git a/packages/plugins/typescript/enum-array/CHANGELOG.md b/packages/plugins/typescript/enum-array/CHANGELOG.md index ca1c75e07..a4132ce76 100644 --- a/packages/plugins/typescript/enum-array/CHANGELOG.md +++ b/packages/plugins/typescript/enum-array/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-codegen/typescript-enum-array +## 3.1.0 + +### Minor Changes + +- [#751](https://github.com/dotansimha/graphql-code-generator-community/pull/751) + [`4547e62`](https://github.com/dotansimha/graphql-code-generator-community/commit/4547e629b029a22fe16bff2a4351ceec132422c6) + Thanks [@hjoelh](https://github.com/hjoelh)! - support introspection result + ## 3.0.0 ### Major Changes diff --git a/packages/plugins/typescript/enum-array/package.json b/packages/plugins/typescript/enum-array/package.json index 6224eba1e..03dbf91ca 100644 --- a/packages/plugins/typescript/enum-array/package.json +++ b/packages/plugins/typescript/enum-array/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-enum-array", - "version": "3.0.0", + "version": "3.1.0", "type": "module", "description": "GraphQL Code Generator plugin for adding const array", "repository": {