Skip to content

Commit

Permalink
Upcoming Release Changes (#6313)
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 Jul 28, 2021
1 parent e1643e6 commit f0f1dad
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-scissors-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-horses-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-pens-juggle.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.27

### Patch Changes

- Updated dependencies [e1643e6d4]
- @graphql-codegen/cli@1.21.8

## 1.17.26

### 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.26",
"version": "1.17.27",
"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.21.7",
"@graphql-codegen/cli": "1.21.8",
"@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

## 1.21.8

### Patch Changes

- e1643e6d4: Fix exception `loader.loaderId is not a function` caused by conflict with an internal dependency of Codegen.

## 1.21.7

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

## 1.18.6

### Patch Changes

- 53d212896: dedupeFragments deep fragment import fix
- 841426e5d: Further fragments import on dedupeFragments edge cases fix

## 1.18.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/near-operation-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/near-operation-file-preset",
"version": "1.18.5",
"version": "1.18.6",
"description": "GraphQL Code Generator preset for generating operation code near the operation file",
"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 @@ -30,7 +30,7 @@
"@graphql-codegen/add": "2.0.2",
"@graphql-codegen/c-sharp": "3.0.2",
"@graphql-codegen/c-sharp-operations": "1.19.5",
"@graphql-codegen/cli": "1.21.7",
"@graphql-codegen/cli": "1.21.8",
"@graphql-codegen/flow": "1.19.5",
"@graphql-codegen/flow-operations": "1.18.13",
"@graphql-codegen/flow-resolvers": "1.17.18",
Expand All @@ -41,7 +41,7 @@
"@graphql-codegen/java-apollo-android": "1.17.17",
"@graphql-codegen/java-resolvers": "1.18.5",
"@graphql-codegen/jsdoc": "1.17.14",
"@graphql-codegen/near-operation-file-preset": "1.18.5",
"@graphql-codegen/near-operation-file-preset": "1.18.6",
"@graphql-codegen/schema-ast": "1.18.3",
"@graphql-codegen/time": "2.0.2",
"js-yaml": "4.1.0",
Expand Down

0 comments on commit f0f1dad

Please sign in to comment.