Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8148)
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 Jul 27, 2022
1 parent 4f9a938 commit 8292a8c
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/real-toes-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-vans-notice.md

This file was deleted.

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

## 2.3.5

### Patch Changes

- Updated dependencies [6a2e328e6]
- Updated dependencies [fd6be805b]
- @graphql-codegen/cli@2.11.0

## 2.3.4

### 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": "2.3.4",
"version": "2.3.5",
"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 @@ -25,7 +25,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 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/cli": "2.10.0",
"@graphql-codegen/cli": "2.11.0",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-codegen/cli

## 2.11.0

### Minor Changes

- fd6be805b: feat(cli): add a dry-run mode with `--check` cli flag

### Patch Changes

- 6a2e328e6: feat(cli): `--verbose` and `--debug` flags
- Updated dependencies [6a2e328e6]
- @graphql-codegen/plugin-helpers@2.6.1

## 2.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.10.0",
"version": "2.11.0",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"dependencies": {
"@graphql-codegen/core": "2.6.0",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/plugin-helpers": "^2.6.1",
"@graphql-tools/apollo-engine-loader": "^7.3.1",
"@graphql-tools/code-file-loader": "^7.3.0",
"@graphql-tools/git-loader": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/graphql-codegen-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": ">=3.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/plugin-helpers": "^2.6.1",
"common-tags": "^1.8.0",
"lz-string": "^1.4.4",
"graphql-helix": "1.13.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/plugins-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/plugin-helpers

## 2.6.1

### Patch Changes

- 6a2e328e6: feat(cli): `--verbose` and `--debug` flags

## 2.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/plugins-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/plugin-helpers",
"version": "2.6.0",
"version": "2.6.1",
"description": "GraphQL Code Generator common utils and types",
"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 @@ -39,7 +39,7 @@
"@graphql-codegen/add": "3.2.0",
"@graphql-codegen/c-sharp": "4.3.0",
"@graphql-codegen/c-sharp-operations": "2.3.0",
"@graphql-codegen/cli": "2.10.0",
"@graphql-codegen/cli": "2.11.0",
"@graphql-codegen/core": "2.6.0",
"@graphql-codegen/flow": "2.3.2",
"@graphql-codegen/flow-operations": "2.3.2",
Expand Down

1 comment on commit 8292a8c

@vercel
Copy link

@vercel vercel bot commented on 8292a8c Jul 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.