Skip to content

Commit

Permalink
Upcoming Release Changes (#7999)
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] committed Jun 30, 2022
1 parent 92f7142 commit 8150a9c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-clocks-ring.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.2.5

### Patch Changes

- Updated dependencies [92f714278]
- @graphql-codegen/cli@2.6.4

## 2.2.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.2.4",
"version": "2.2.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 @@ -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 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/cli": "2.6.3",
"@graphql-codegen/cli": "2.6.4",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/index.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.6.4

### Patch Changes

- 92f714278: Revert "Upgrade latest version"

## 2.6.3

### 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": "2.6.3",
"version": "2.6.4",
"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 @@ -37,7 +37,7 @@
"@graphql-codegen/add": "3.1.1",
"@graphql-codegen/c-sharp": "4.2.14",
"@graphql-codegen/c-sharp-operations": "2.2.13",
"@graphql-codegen/cli": "2.6.3",
"@graphql-codegen/cli": "2.6.4",
"@graphql-codegen/core": "2.5.1",
"@graphql-codegen/flow": "2.2.13",
"@graphql-codegen/flow-operations": "2.2.13",
Expand Down

1 comment on commit 8150a9c

@vercel
Copy link

@vercel vercel bot commented on 8150a9c Jun 30, 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.