Skip to content

Commit 04a56ca

Browse files
chore(release): update monorepo packages versions
1 parent 9ccb353 commit 04a56ca

File tree

16 files changed

+57
-31
lines changed

16 files changed

+57
-31
lines changed

.changeset/blue-lobsters-flash.md

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

.changeset/dirty-eggs-walk.md

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

.changeset/happy-ways-fetch.md

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

packages/graphql-cli-codegen-plugin/CHANGELOG.md

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

3+
## 1.17.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9ccb3539]
8+
- @graphql-codegen/cli@1.19.5
9+
310
## 1.17.16
411

512
### Patch Changes

packages/graphql-cli-codegen-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-cli/codegen",
3-
"version": "1.17.16",
3+
"version": "1.17.17",
44
"description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.",
55
"license": "MIT",
66
"keywords": [
@@ -26,7 +26,7 @@
2626
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
2727
},
2828
"dependencies": {
29-
"@graphql-codegen/cli": "1.19.4",
29+
"@graphql-codegen/cli": "1.19.5",
3030
"@graphql-cli/common": "4.1.0"
3131
},
3232
"main": "dist/index.cjs.js",

packages/graphql-codegen-cli/CHANGELOG.md

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

3+
## 1.19.5
4+
5+
### Patch Changes
6+
7+
- 9ccb3539: CLI with watch option will reload using new config on change
8+
39
## 1.19.4
410

511
### Patch Changes

packages/graphql-codegen-cli/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/cli",
3-
"version": "1.19.4",
3+
"version": "1.19.5",
44
"license": "MIT",
55
"bin": {
66
"gql-gen": "dist/bin.js",

packages/plugins/flow/operations/CHANGELOG.md

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

3+
## 1.18.5
4+
5+
### Patch Changes
6+
7+
- 9ccb3539: Support for input lists coercion
8+
- Updated dependencies [9ccb3539]
9+
- @graphql-codegen/visitor-plugin-common@1.17.22
10+
311
## 1.18.4
412

513
### Patch Changes

packages/plugins/flow/operations/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/flow-operations",
3-
"version": "1.18.4",
3+
"version": "1.18.5",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@graphql-codegen/flow": "^1.18.2",
1818
"@graphql-codegen/plugin-helpers": "^1.18.2",
19-
"@graphql-codegen/visitor-plugin-common": "^1.17.20",
19+
"@graphql-codegen/visitor-plugin-common": "^1.17.22",
2020
"auto-bind": "~4.0.0",
2121
"tslib": "~2.0.1"
2222
},

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

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

3+
## 1.17.22
4+
5+
### Patch Changes
6+
7+
- 9ccb3539: Support for input lists coercion
8+
39
## 1.17.21
410

511
### Patch Changes

0 commit comments

Comments
 (0)