Skip to content

Commit bcd8f2a

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

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/eighty-ears-tan.md

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

packages/plugins/typescript/gql-tag-operations/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/gql-tag-operations
22

3+
## 5.0.3
4+
5+
### Patch Changes
6+
7+
- [#10032](https://github.com/dotansimha/graphql-code-generator/pull/10032) [`1debf51`](https://github.com/dotansimha/graphql-code-generator/commit/1debf51aa714e2a53256419c549f6770b6c894a6) Thanks [@shota-tech](https://github.com/shota-tech)! - Change map of operations from an empty array to an empty object when no operations are found
8+
39
## 5.0.2
410

511
### Patch Changes

packages/plugins/typescript/gql-tag-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/gql-tag-operations",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
55
"repository": {
66
"type": "git",

packages/presets/client/CHANGELOG.md

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

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1debf51`](https://github.com/dotansimha/graphql-code-generator/commit/1debf51aa714e2a53256419c549f6770b6c894a6)]:
8+
- @graphql-codegen/gql-tag-operations@5.0.3
9+
310
## 5.1.0
411

512
### Minor 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": "5.1.0",
3+
"version": "5.1.1",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,7 @@
2424
"@graphql-codegen/typed-document-node": "^6.0.2",
2525
"@graphql-codegen/typescript": "^5.0.2",
2626
"@graphql-codegen/typescript-operations": "^5.0.2",
27-
"@graphql-codegen/gql-tag-operations": "5.0.2",
27+
"@graphql-codegen/gql-tag-operations": "5.0.3",
2828
"@graphql-codegen/plugin-helpers": "^6.0.0",
2929
"@graphql-codegen/visitor-plugin-common": "^6.1.0",
3030
"@graphql-typed-document-node/core": "3.2.0",

website/package.json

Lines changed: 1 addition & 1 deletion
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": "6.0.1",
30-
"@graphql-codegen/client-preset": "5.1.0",
30+
"@graphql-codegen/client-preset": "5.1.1",
3131
"@graphql-codegen/core": "5.0.0",
3232
"@graphql-codegen/flow": "2.3.6",
3333
"@graphql-codegen/flow-operations": "2.3.6",

0 commit comments

Comments
 (0)