Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8096)
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 19, 2022
1 parent 32c1560 commit 4d9725a
Show file tree
Hide file tree
Showing 88 changed files with 599 additions and 191 deletions.
8 changes: 0 additions & 8 deletions .changeset/green-dogs-wait.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/kind-taxis-refuse.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.2

### Patch Changes

- Updated dependencies [32c1560f1]
- Updated dependencies [2cbcbb371]
- @graphql-codegen/cli@2.9.0

## 2.3.1

### 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.1",
"version": "2.3.2",
"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.8.1",
"@graphql-codegen/cli": "2.9.0",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
31 changes: 31 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @graphql-codegen/cli

## 2.9.0

### Minor Changes

- 2cbcbb371: Add new flag to emit legacy common js imports. Default it will be `true` this way it ensure that generated code works with [non-compliant bundlers](https://github.com/dotansimha/graphql-code-generator/issues/8065).

You can use the option in your config:

```yaml
schema: 'schema.graphql'
documents:
- 'src/**/*.graphql'
emitLegacyCommonJSImports: true
```
Alternative you can use the CLI to set this option:
```bash
$ codegen --config-file=config.yml --emit-legacy-common-js-imports
```

### Patch Changes

- 32c1560f1: getPluginByName fails unexpectedly when plugin is not prefixed with @graphq-codegen in ESM context

MODULE_NOT_FOUND is the error code you receive in a CommonJS context when you require() a module and it does not exist.
ERR_MODULE_NOT_FOUND is the error code you receive in an ESM context when you import or import() ad module that does not exist.

- Updated dependencies [2cbcbb371]
- @graphql-codegen/plugin-helpers@2.6.0

## 2.8.1

### Patch 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.8.1",
"version": "2.9.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.5.0",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@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
8 changes: 8 additions & 0 deletions packages/plugins/flow/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/flow

## 2.3.2

### Patch Changes

- Updated dependencies [2cbcbb371]
- @graphql-codegen/visitor-plugin-common@2.12.0
- @graphql-codegen/plugin-helpers@2.6.0

## 2.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "2.3.1",
"version": "2.3.2",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.11.1",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/flow/operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/flow-operations

## 2.3.2

### Patch Changes

- Updated dependencies [2cbcbb371]
- @graphql-codegen/visitor-plugin-common@2.12.0
- @graphql-codegen/plugin-helpers@2.6.0
- @graphql-codegen/flow@2.3.2

## 2.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "2.3.1",
"version": "2.3.2",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "^2.3.1",
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.11.1",
"@graphql-codegen/flow": "^2.3.2",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/flow/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/flow-resolvers

## 2.3.2

### Patch Changes

- Updated dependencies [2cbcbb371]
- @graphql-codegen/visitor-plugin-common@2.12.0
- @graphql-codegen/plugin-helpers@2.6.0
- @graphql-codegen/flow@2.3.2

## 2.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "2.3.1",
"version": "2.3.2",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "^2.3.1",
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.11.1",
"@graphql-codegen/flow": "^2.3.2",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"@graphql-tools/utils": "^8.8.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/apollo-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/java-apollo-android

## 2.3.2

### Patch Changes

- Updated dependencies [2cbcbb371]
- @graphql-codegen/visitor-plugin-common@2.12.0
- @graphql-codegen/plugin-helpers@2.6.0
- @graphql-codegen/java-common@2.2.2

## 2.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-apollo-android",
"version": "2.3.1",
"version": "2.3.2",
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.1",
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.11.1",
"@graphql-codegen/java-common": "^2.2.2",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"pluralize": "^8.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/java/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/java-common

## 2.2.2

### Patch Changes

- Updated dependencies [2cbcbb371]
- @graphql-codegen/visitor-plugin-common@2.12.0
- @graphql-codegen/plugin-helpers@2.6.0

## 2.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-common",
"version": "2.2.1",
"version": "2.2.2",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": {
"type": "git",
Expand All @@ -12,8 +12,8 @@
"lint": "eslint **/*.ts"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.11.1",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"auto-bind": "~4.0.0",
"min-indent": "1.0.1",
"tslib": "~2.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/java

## 3.3.2

### Patch Changes

- Updated dependencies [2cbcbb371]
- @graphql-codegen/visitor-plugin-common@2.12.0
- @graphql-codegen/plugin-helpers@2.6.0
- @graphql-codegen/java-common@2.2.2

## 3.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java",
"version": "3.3.1",
"version": "3.3.2",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.1",
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.11.1",
"@graphql-codegen/java-common": "^2.2.2",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/kotlin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/kotlin

## 2.3.2

### Patch Changes

- Updated dependencies [2cbcbb371]
- @graphql-codegen/visitor-plugin-common@2.12.0
- @graphql-codegen/plugin-helpers@2.6.0
- @graphql-codegen/java-common@2.2.2

## 2.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/kotlin",
"version": "2.3.1",
"version": "2.3.2",
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.1",
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.11.1",
"@graphql-codegen/java-common": "^2.2.2",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/java-resolvers

## 2.3.2

### Patch Changes

- Updated dependencies [2cbcbb371]
- @graphql-codegen/visitor-plugin-common@2.12.0
- @graphql-codegen/plugin-helpers@2.6.0
- @graphql-codegen/java-common@2.2.2

## 2.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-resolvers",
"version": "2.3.1",
"version": "2.3.2",
"description": "GraphQL Code Generator plugin for generating resolvers signature for Java backends",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.1",
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.11.1",
"@graphql-codegen/java-common": "^2.2.2",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 4d9725a

Please sign in to comment.