Skip to content

Commit df7a610

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

6 files changed

Lines changed: 23 additions & 13 deletions

File tree

.changeset/nice-goats-beg.md

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

.changeset/tricky-brooms-ring.md

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

packages/plugins/other/visitor-plugin-common/CHANGELOG.md

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

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- [#10863](https://github.com/dotansimha/graphql-code-generator/pull/10863)
8+
[`8707247`](https://github.com/dotansimha/graphql-code-generator/commit/8707247857ecd77aaed6930b9eb6985323350932)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Create `typedDocumentString` to support
10+
`TypedDocumentString` usage (common in Client-side plugins when documentMode=string)
11+
312
## 7.0.4
413

514
### Patch Changes

packages/plugins/other/visitor-plugin-common/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/visitor-plugin-common",
3-
"version": "7.0.4",
3+
"version": "7.1.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

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

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

3+
## 7.0.3
4+
5+
### Patch Changes
6+
7+
- [#10863](https://github.com/dotansimha/graphql-code-generator/pull/10863)
8+
[`8707247`](https://github.com/dotansimha/graphql-code-generator/commit/8707247857ecd77aaed6930b9eb6985323350932)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Use `typedDocumentString` from
10+
@graphql-codegen/visitor-plugin-common instead of the inlined version
11+
- Updated dependencies
12+
[[`8707247`](https://github.com/dotansimha/graphql-code-generator/commit/8707247857ecd77aaed6930b9eb6985323350932)]:
13+
- @graphql-codegen/visitor-plugin-common@7.1.0
14+
315
## 7.0.2
416

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

0 commit comments

Comments
 (0)