Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2020
1 parent a86485b commit 1ecedae
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-bikes-switch.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-cli/codegen

## 1.17.11

### Patch Changes

- Updated dependencies [ceb9fe0c]
- @graphql-codegen/cli@1.18.0

## 1.17.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-cli-codegen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/codegen",
"version": "1.17.10",
"version": "1.17.11",
"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.",
"license": "MIT",
"keywords": [
Expand All @@ -26,7 +26,7 @@
"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"
},
"dependencies": {
"@graphql-codegen/cli": "1.17.10",
"@graphql-codegen/cli": "1.18.0",
"@graphql-cli/common": "4.0.0"
},
"main": "dist/index.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/cli

## 1.18.0

### Minor Changes

- ceb9fe0c: Changes watch mode to not use polling by default and adds configurable override

## 1.17.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "1.17.10",
"version": "1.18.0",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@graphql-codegen/add": "2.0.1",
"@graphql-codegen/c-sharp": "1.17.9",
"@graphql-codegen/c-sharp-operations": "1.17.9",
"@graphql-codegen/cli": "1.17.10",
"@graphql-codegen/cli": "1.18.0",
"@graphql-codegen/flow": "1.18.0",
"@graphql-codegen/flow-operations": "1.18.0",
"@graphql-codegen/flow-resolvers": "1.17.10",
Expand Down

0 comments on commit 1ecedae

Please sign in to comment.