Skip to content

Commit 391f743

Browse files
chore(release): update monorepo packages versions (#10310)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bfe3c75 commit 391f743

File tree

7 files changed

+23
-12
lines changed

7 files changed

+23
-12
lines changed

.changeset/unlucky-pumpkins-build.md

-6
This file was deleted.

examples/programmatic-typescript/package.json

+1-1
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.0",
15-
"@graphql-codegen/typed-document-node": "5.0.15",
15+
"@graphql-codegen/typed-document-node": "5.1.0",
1616
"@graphql-codegen/typescript": "4.1.5",
1717
"@graphql-codegen/typescript-operations": "4.5.1",
1818
"@graphql-codegen/typescript-resolvers": "4.4.4",

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/typed-document-node
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#10307](https://github.com/dotansimha/graphql-code-generator/pull/10307) [`bfe3c75`](https://github.com/dotansimha/graphql-code-generator/commit/bfe3c7575e0b5f3a252fe9d72416f7829e44c885) Thanks [@mvantellingen](https://github.com/mvantellingen)! - Update generated code to be compatible with TypeScript 5.8 `erasableSyntaxOnly` flag
8+
39
## 5.0.15
410

511
### Patch Changes

packages/plugins/typescript/typed-document-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typed-document-node",
3-
"version": "5.0.15",
3+
"version": "5.1.0",
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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-codegen/client-preset
22

3+
## 4.7.0
4+
5+
### Minor Changes
6+
7+
- [#10307](https://github.com/dotansimha/graphql-code-generator/pull/10307) [`bfe3c75`](https://github.com/dotansimha/graphql-code-generator/commit/bfe3c7575e0b5f3a252fe9d72416f7829e44c885) Thanks [@mvantellingen](https://github.com/mvantellingen)! - Update generated code to be compatible with TypeScript 5.8 `erasableSyntaxOnly` flag
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`bfe3c75`](https://github.com/dotansimha/graphql-code-generator/commit/bfe3c7575e0b5f3a252fe9d72416f7829e44c885)]:
12+
- @graphql-codegen/typed-document-node@5.1.0
13+
314
## 4.6.4
415

516
### Patch Changes

packages/presets/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "4.6.4",
3+
"version": "4.7.0",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"@babel/helper-plugin-utils": "^7.20.2",
2121
"@babel/template": "^7.20.7",
2222
"@graphql-codegen/add": "^5.0.3",
23-
"@graphql-codegen/typed-document-node": "^5.0.15",
23+
"@graphql-codegen/typed-document-node": "^5.1.0",
2424
"@graphql-codegen/typescript": "^4.1.5",
2525
"@graphql-codegen/typescript-operations": "^4.5.1",
2626
"@graphql-codegen/gql-tag-operations": "4.0.16",

website/package.json

+2-2
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.5",
30-
"@graphql-codegen/client-preset": "4.6.4",
30+
"@graphql-codegen/client-preset": "4.7.0",
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.0.15",
49+
"@graphql-codegen/typed-document-node": "5.1.0",
5050
"@graphql-codegen/typescript": "4.1.5",
5151
"@graphql-codegen/typescript-apollo-angular": "3.5.6",
5252
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",

0 commit comments

Comments
 (0)