Skip to content

Commit

Permalink
Upcoming Release Changes (#7023)
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 Nov 15, 2021
1 parent 4c5c84c commit 9fce797
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-cherries-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-worms-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-dodos-sell.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.1.5

### Patch Changes

- Updated dependencies [50c1d3247]
- Updated dependencies [04e2d833b]
- @graphql-codegen/cli@2.3.0

## 2.1.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.1.4",
"version": "2.1.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.2.2",
"@graphql-codegen/cli": "2.3.0",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/cli

## 2.3.0

### Minor Changes

- 50c1d3247: feat(cli): export loadCodegenConfig to load codegen configuration files

### Patch Changes

- 04e2d833b: export generateSearchPlaces

## 2.2.2

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

## 2.4.0

### Minor Changes

- 4c5c84c1b: Added InputMaybe, a different type of Maybe type for input/arguments

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript",
"version": "2.3.1",
"version": "2.4.0",
"description": "GraphQL Code Generator plugin for generating TypeScript types",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@graphql-codegen/add": "3.1.0",
"@graphql-codegen/c-sharp": "4.2.0",
"@graphql-codegen/c-sharp-operations": "2.2.0",
"@graphql-codegen/cli": "2.2.2",
"@graphql-codegen/cli": "2.3.0",
"@graphql-codegen/flow": "2.2.0",
"@graphql-codegen/flow-operations": "2.2.0",
"@graphql-codegen/flow-resolvers": "2.2.0",
Expand All @@ -44,7 +44,7 @@
"@graphql-codegen/schema-ast": "2.4.0",
"@graphql-codegen/time": "3.1.0",
"react-markdown": "7.1.0",
"@graphql-codegen/typescript": "2.3.1",
"@graphql-codegen/typescript": "2.4.0",
"@graphql-codegen/typed-document-node": "2.2.0",
"@graphql-codegen/typescript-apollo-angular": "3.3.0",
"@graphql-codegen/typescript-generic-sdk": "2.2.0",
Expand Down

0 comments on commit 9fce797

Please sign in to comment.