Skip to content

Commit be5cb32

Browse files
chore(release): update monorepo packages versions (#10374)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8394c8b commit be5cb32

File tree

8 files changed

+25
-18
lines changed

8 files changed

+25
-18
lines changed

.changeset/green-trainers-perform.md

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

.changeset/silly-cameras-talk.md

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

examples/programmatic-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@graphql-codegen/core": "4.0.2",
1414
"@graphql-codegen/plugin-helpers": "5.1.1",
15-
"@graphql-codegen/typed-document-node": "5.1.1",
15+
"@graphql-codegen/typed-document-node": "5.1.2",
1616
"@graphql-codegen/typescript": "4.1.6",
1717
"@graphql-codegen/typescript-operations": "4.6.1",
1818
"@graphql-codegen/typescript-resolvers": "4.5.1",

packages/plugins/typescript/typed-document-node/CHANGELOG.md

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

3+
## 5.1.2
4+
5+
### Patch Changes
6+
7+
- [#10362](https://github.com/dotansimha/graphql-code-generator/pull/10362) [`3188b8c`](https://github.com/dotansimha/graphql-code-generator/commit/3188b8c39e9fd24e3dbbd0bcc8767052153eb399) Thanks [@Brookke](https://github.com/Brookke)! - Make generated type compatible with noImplicitOverride=true
8+
9+
- [#10373](https://github.com/dotansimha/graphql-code-generator/pull/10373) [`c3295f9`](https://github.com/dotansimha/graphql-code-generator/commit/c3295f9c60383e5631ccc4080bc28e7c00a4d61b) Thanks [@eddeee888](https://github.com/eddeee888)! - Fix client preset not working with exactOptionalPropertyTypes=true when documentMode=string
10+
311
## 5.1.1
412

513
### Patch Changes

packages/plugins/typescript/typed-document-node/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/typed-document-node",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations",
55
"repository": {
66
"type": "git",

packages/presets/client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-codegen/client-preset
22

3+
## 4.8.3
4+
5+
### Patch Changes
6+
7+
- [#10362](https://github.com/dotansimha/graphql-code-generator/pull/10362) [`3188b8c`](https://github.com/dotansimha/graphql-code-generator/commit/3188b8c39e9fd24e3dbbd0bcc8767052153eb399) Thanks [@Brookke](https://github.com/Brookke)! - Make generated type compatible with noImplicitOverride=true
8+
9+
- [#10373](https://github.com/dotansimha/graphql-code-generator/pull/10373) [`c3295f9`](https://github.com/dotansimha/graphql-code-generator/commit/c3295f9c60383e5631ccc4080bc28e7c00a4d61b) Thanks [@eddeee888](https://github.com/eddeee888)! - Fix client preset not working with exactOptionalPropertyTypes=true when documentMode=string
10+
11+
- Updated dependencies [[`3188b8c`](https://github.com/dotansimha/graphql-code-generator/commit/3188b8c39e9fd24e3dbbd0bcc8767052153eb399), [`c3295f9`](https://github.com/dotansimha/graphql-code-generator/commit/c3295f9c60383e5631ccc4080bc28e7c00a4d61b)]:
12+
- @graphql-codegen/typed-document-node@5.1.2
13+
314
## 4.8.2
415

516
### Patch Changes

packages/presets/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"@babel/helper-plugin-utils": "^7.20.2",
2222
"@babel/template": "^7.20.7",
2323
"@graphql-codegen/add": "^5.0.3",
24-
"@graphql-codegen/typed-document-node": "^5.1.1",
24+
"@graphql-codegen/typed-document-node": "^5.1.2",
2525
"@graphql-codegen/typescript": "^4.1.6",
2626
"@graphql-codegen/typescript-operations": "^4.6.1",
2727
"@graphql-codegen/gql-tag-operations": "4.0.17",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@graphql-codegen/c-sharp": "4.3.1",
2828
"@graphql-codegen/c-sharp-operations": "2.3.1",
2929
"@graphql-codegen/cli": "5.0.7",
30-
"@graphql-codegen/client-preset": "4.8.2",
30+
"@graphql-codegen/client-preset": "4.8.3",
3131
"@graphql-codegen/core": "4.0.2",
3232
"@graphql-codegen/flow": "2.3.6",
3333
"@graphql-codegen/flow-operations": "2.3.6",
@@ -46,7 +46,7 @@
4646
"@graphql-codegen/near-operation-file-preset": "2.5.0",
4747
"@graphql-codegen/schema-ast": "4.1.0",
4848
"@graphql-codegen/time": "5.0.1",
49-
"@graphql-codegen/typed-document-node": "5.1.1",
49+
"@graphql-codegen/typed-document-node": "5.1.2",
5050
"@graphql-codegen/typescript": "4.1.6",
5151
"@graphql-codegen/typescript-apollo-angular": "3.5.6",
5252
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",

0 commit comments

Comments
 (0)