Skip to content

Commit c124645

Browse files
chore(release): update monorepo packages versions (dotansimha#10868)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16b9529 commit c124645

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

.changeset/four-cameras-enter.md

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

packages/plugins/typescript/operations/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/typescript-operations
22

3+
## 6.0.4
4+
5+
### Patch Changes
6+
7+
- [#10806](https://github.com/dotansimha/graphql-code-generator/pull/10806)
8+
[`16b9529`](https://github.com/dotansimha/graphql-code-generator/commit/16b95293c36046ed9328bab629c9a2baf4430f5f)
9+
Thanks [@vinassefranche](https://github.com/vinassefranche)! - Fix Array used instead of
10+
ReadonlyArray while immutableTypes config is true
11+
312
## 6.0.3
413

514
### Patch Changes

packages/plugins/typescript/operations/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-operations",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
66
"repository": {

0 commit comments

Comments
 (0)