Skip to content

Commit 76a71d9

Browse files
chore(release): update monorepo packages versions (dotansimha#10478)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 655b91d commit 76a71d9

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

.changeset/fifty-tools-beg.md

Lines changed: 0 additions & 9 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": "5.0.0",
1414
"@graphql-codegen/plugin-helpers": "6.0.0",
15-
"@graphql-codegen/typed-document-node": "6.0.2",
15+
"@graphql-codegen/typed-document-node": "6.1.0",
1616
"@graphql-codegen/typescript": "5.0.2",
1717
"@graphql-codegen/typescript-operations": "5.0.2",
1818
"@graphql-codegen/typescript-resolvers": "5.1.0",

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

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#10456](https://github.com/dotansimha/graphql-code-generator/pull/10456) [`655b91d`](https://github.com/dotansimha/graphql-code-generator/commit/655b91dd6d8b5f90eb26cd59d6a3d12c3dccc529) Thanks [@aovens-quantifi](https://github.com/aovens-quantifi)! - feat(typed-document-node): Allow importing operation types
8+
9+
Adds the `importOperationTypesFrom` option, similar to many other codegen
10+
plugins. This allows importing the operation types rather than needing to
11+
generate them within this plugin config.
12+
313
## 6.0.2
414

515
### 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": "6.0.2",
3+
"version": "6.1.0",
44
"description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@graphql-codegen/near-operation-file-preset": "2.5.0",
4747
"@graphql-codegen/schema-ast": "5.0.0",
4848
"@graphql-codegen/time": "6.0.0",
49-
"@graphql-codegen/typed-document-node": "6.0.2",
49+
"@graphql-codegen/typed-document-node": "6.1.0",
5050
"@graphql-codegen/typescript": "5.0.2",
5151
"@graphql-codegen/typescript-apollo-angular": "3.5.6",
5252
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",

0 commit comments

Comments
 (0)