Skip to content

Commit 4a9e461

Browse files
chore(release): update monorepo packages versions (dotansimha#10793)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 297c896 commit 4a9e461

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

.changeset/blue-lines-behave.md

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

examples/programmatic-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-codegen/plugin-helpers": "7.0.0",
1515
"@graphql-codegen/typed-document-node": "7.0.0",
1616
"@graphql-codegen/typescript": "6.0.1",
17-
"@graphql-codegen/typescript-operations": "6.0.1",
17+
"@graphql-codegen/typescript-operations": "6.0.2",
1818
"@graphql-codegen/typescript-resolvers": "6.0.0",
1919
"@graphql-tools/graphql-file-loader": "^8.1.12",
2020
"@graphql-tools/load": "8.1.10",

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.2
4+
5+
### Patch Changes
6+
7+
- [#10792](https://github.com/dotansimha/graphql-code-generator/pull/10792)
8+
[`297c896`](https://github.com/dotansimha/graphql-code-generator/commit/297c8965c8f89a273a919b5f643d24ae02b5006d)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix `typescript-operations` incosistent
10+
scalar overrides for native scalars
11+
312
## 6.0.1
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.1",
3+
"version": "6.0.2",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
66
"repository": {

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@graphql-codegen/typescript-mongodb": "4.0.2",
4545
"@graphql-codegen/typescript-msw": "4.0.1",
4646
"@graphql-codegen/typescript-nhost": "1.0.1",
47-
"@graphql-codegen/typescript-operations": "6.0.1",
47+
"@graphql-codegen/typescript-operations": "6.0.2",
4848
"@graphql-codegen/typescript-react-apollo": "4.4.2",
4949
"@graphql-codegen/typescript-react-query": "4.1.0",
5050
"@graphql-codegen/typescript-resolvers": "6.0.0",

0 commit comments

Comments
 (0)