Skip to content

Commit 066018a

Browse files
chore(release): update monorepo packages versions
1 parent 91fe82f commit 066018a

File tree

20 files changed

+59
-47
lines changed

20 files changed

+59
-47
lines changed

.changeset/funny-bikes-switch.md

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

.changeset/lemon-owls-marry.md

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

.changeset/polite-starfishes-exist.md

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

.changeset/rotten-flies-sort.md

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

.changeset/rude-scissors-wait.md

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

.changeset/tough-cougars-grin.md

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

.changeset/wise-toys-push.md

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

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

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

3+
## 1.17.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ceb9fe0c]
8+
- Updated dependencies [186962c9]
9+
- @graphql-codegen/cli@1.18.0
10+
311
## 1.17.10
412

513
### 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.10",
3+
"version": "1.17.11",
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.17.10",
29+
"@graphql-codegen/cli": "1.18.0",
3030
"@graphql-cli/common": "4.1.0"
3131
},
3232
"main": "dist/index.cjs.js",

packages/graphql-codegen-cli/CHANGELOG.md

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

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- ceb9fe0c: Changes watch mode to not use polling by default and adds configurable override
8+
9+
### Patch Changes
10+
11+
- 186962c9: Use `fs.statSync` when creating custom require instead of `path.extname`
12+
313
## 1.17.10
414

515
### Patch Changes

0 commit comments

Comments
 (0)