Skip to content

Commit fbbf115

Browse files
chore(release): update monorepo packages versions (#754)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 150eec6 commit fbbf115

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.changeset/funny-doors-attend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/plugins/typescript/enum-array/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/typescript-enum-array
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#751](https://github.com/dotansimha/graphql-code-generator-community/pull/751)
8+
[`4547e62`](https://github.com/dotansimha/graphql-code-generator-community/commit/4547e629b029a22fe16bff2a4351ceec132422c6)
9+
Thanks [@hjoelh](https://github.com/hjoelh)! - support introspection result
10+
311
## 3.0.0
412

513
### Major Changes

packages/plugins/typescript/enum-array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-enum-array",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for adding const array",
66
"repository": {

0 commit comments

Comments
 (0)