Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6404)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 3, 2021
1 parent edd029e commit 5bf1e53
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-sheep-smoke.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

## 2.0.1

### Patch Changes

- Updated dependencies [edd029e87]
- @graphql-codegen/cli@2.0.1

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"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": "2.0.0",
"@graphql-codegen/cli": "2.0.1",
"@graphql-cli/common": "4.1.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

## 2.0.1

### Patch Changes

- edd029e87: fix(graphql-modules-preset): do not parse SDL and use extendedSources that have parsed document already

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/presets/graphql-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/graphql-modules-preset

## 2.0.1

### Patch Changes

- edd029e87: fix(graphql-modules-preset): do not parse SDL and use extendedSources that have parsed document already

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/graphql-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/graphql-modules-preset",
"version": "2.0.0",
"version": "2.0.1",
"description": "GraphQL Code Generator preset for modularized schema",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@graphql-codegen/add": "3.0.0",
"@graphql-codegen/c-sharp": "4.0.0",
"@graphql-codegen/c-sharp-operations": "2.0.0",
"@graphql-codegen/cli": "2.0.0",
"@graphql-codegen/cli": "2.0.1",
"@graphql-codegen/flow": "2.0.0",
"@graphql-codegen/flow-operations": "2.0.0",
"@graphql-codegen/flow-resolvers": "2.0.0",
Expand Down

0 comments on commit 5bf1e53

Please sign in to comment.