Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4824)
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 Oct 19, 2020
1 parent 4836bf2 commit 0e861ae
Show file tree
Hide file tree
Showing 30 changed files with 108 additions and 79 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-snakes-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-bikes-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-owls-marry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-pillows-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-squids-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-starfishes-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-flies-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-scissors-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-forks-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-cougars-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-toys-push.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

## 1.17.11

### Patch Changes

- Updated dependencies [ceb9fe0c]
- Updated dependencies [186962c9]
- @graphql-codegen/cli@1.18.0

## 1.17.10

### 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.10",
"version": "1.17.11",
"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.17.10",
"@graphql-codegen/cli": "1.18.0",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/index.cjs.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

## 1.18.0

### Minor Changes

- ceb9fe0c: Changes watch mode to not use polling by default and adds configurable override

### Patch Changes

- 186962c9: Use `fs.statSync` when creating custom require instead of `path.extname`

## 1.17.10

### 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.17.10",
"version": "1.18.0",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
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,6 +1,15 @@
# @graphql-codegen/kotlin

## 1.17.9

### Patch Changes

- 0512ddbd: Revert previous changes to fix syntax errors
- Updated dependencies [92d8f876]
- @graphql-codegen/visitor-plugin-common@1.17.16

## 1.17.8

### Patch Changes

- 1d7c6432: Bump all packages to allow "^" in deps and fix compatibility issues
Expand Down
4 changes: 2 additions & 2 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": "1.17.8",
"version": "1.17.9",
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/java-common": "^1.17.8",
"@graphql-codegen/plugin-helpers": "^1.17.8",
"@graphql-codegen/visitor-plugin-common": "^1.17.13",
"@graphql-codegen/visitor-plugin-common": "^1.17.16",
"tslib": "~2.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/other/visitor-plugin-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/visitor-plugin-common

## 1.17.16

### Patch Changes

- 92d8f876: Fixed unquoted numeric enum identifiers

## 1.17.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/visitor-plugin-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/visitor-plugin-common",
"version": "1.17.15",
"version": "1.17.16",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/typescript/graphql-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/typescript-graphql-request

## 2.0.2

### Patch Changes

- 73442b73: fix grapqhl-request import types
- Updated dependencies [92d8f876]
- @graphql-codegen/visitor-plugin-common@1.17.16

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-graphql-request",
"version": "2.0.1",
"version": "2.0.2",
"description": "GraphQL Code Generator plugin for generating a ready-to-use SDK based on graphql-request and GraphQL operations",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.17.9",
"@graphql-codegen/visitor-plugin-common": "^1.17.15",
"@graphql-codegen/visitor-plugin-common": "^1.17.16",
"auto-bind": "~4.0.0",
"tslib": "~2.0.1"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/plugins/typescript/type-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# @graphql-codegen/typescript-type-graphql

## 1.18.0

### Minor Changes

- 2ef77286: Types that must be decorated may now be specified

### Patch Changes

- b412d850: Added missing Entry<> type
- a5d11eb5: GraphQL descriptions are now set in their corresponding TypeGraphQL decorator options
- Updated dependencies [077cf064]
- Updated dependencies [92d8f876]
- @graphql-codegen/typescript@1.17.11
- @graphql-codegen/visitor-plugin-common@1.17.16

## 1.17.8

### Patch Changes

- 1d7c6432: Bump all packages to allow "^" in deps and fix compatibility issues
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/type-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-type-graphql",
"version": "1.17.8",
"version": "1.18.0",
"description": "GraphQL Code Generator plugin for generating TypeGraphQL compatible TypeScript types",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.17.8",
"@graphql-codegen/typescript": "^1.17.8",
"@graphql-codegen/visitor-plugin-common": "^1.17.13",
"@graphql-codegen/typescript": "^1.17.11",
"@graphql-codegen/visitor-plugin-common": "^1.17.16",
"auto-bind": "~4.0.0",
"tslib": "~2.0.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/typescript/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/typescript

## 1.17.11

### Patch Changes

- 077cf064: Fixed reading of enumValues config values
- 92d8f876: Fixed unquoted numeric enum identifiers
- Updated dependencies [92d8f876]
- @graphql-codegen/visitor-plugin-common@1.17.16

## 1.17.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.17.10",
"version": "1.17.11",
"description": "GraphQL Code Generator plugin for generating TypeScript types",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.17.9",
"@graphql-codegen/visitor-plugin-common": "^1.17.15",
"@graphql-codegen/visitor-plugin-common": "^1.17.16",
"auto-bind": "~4.0.0",
"tslib": "~2.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/typescript/vue-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/typescript-vue-apollo

## 2.1.1

### Patch Changes

- dc3a510b: Allow the vue-apollo plugin to write code to .tsx files
- Updated dependencies [92d8f876]
- @graphql-codegen/visitor-plugin-common@1.17.16

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/vue-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-vue-apollo",
"version": "2.1.0",
"version": "2.1.1",
"description": "GraphQL Code Generator plugin for generating ready-to-use Vue-Apollo composition functions based on GraphQL operations",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.17.9",
"@graphql-codegen/visitor-plugin-common": "^1.17.15",
"@graphql-codegen/visitor-plugin-common": "^1.17.16",
"auto-bind": "~4.0.0",
"pascal-case": "^3.1.1",
"tslib": "~2.0.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/presets/import-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-codegen/import-types-preset

## 1.18.0

### Minor Changes

- b04535c2: Adds support for `useTypeImports` when using the preset `import-types`

### Patch Changes

- Updated dependencies [92d8f876]
- @graphql-codegen/visitor-plugin-common@1.17.16

## 1.17.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/presets/import-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/import-types-preset",
"version": "1.17.9",
"version": "1.18.0",
"description": "GraphQL Code Generator preset for importing types to operation file",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/add": "^2.0.1",
"@graphql-codegen/plugin-helpers": "^1.17.8",
"@graphql-codegen/visitor-plugin-common": "^1.17.13",
"@graphql-codegen/visitor-plugin-common": "^1.17.16",
"tslib": "~2.0.1"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@graphql-codegen/add": "2.0.1",
"@graphql-codegen/c-sharp": "1.17.9",
"@graphql-codegen/c-sharp-operations": "1.17.9",
"@graphql-codegen/cli": "1.17.10",
"@graphql-codegen/cli": "1.18.0",
"@graphql-codegen/flow": "1.18.0",
"@graphql-codegen/flow-operations": "1.18.0",
"@graphql-codegen/flow-resolvers": "1.17.10",
"@graphql-codegen/fragment-matcher": "1.17.8",
"@graphql-codegen/import-types-preset": "1.17.9",
"@graphql-codegen/import-types-preset": "1.18.0",
"@graphql-codegen/introspection": "1.18.0",
"@graphql-codegen/java": "1.17.8",
"@graphql-codegen/java-apollo-android": "1.17.8",
Expand All @@ -47,21 +47,21 @@
"@graphql-codegen/near-operation-file-preset": "1.17.11",
"@graphql-codegen/schema-ast": "1.17.8",
"@graphql-codegen/time": "2.0.1",
"@graphql-codegen/typescript": "1.17.10",
"@graphql-codegen/typescript": "1.17.11",
"@graphql-codegen/typed-document-node": "1.17.9",
"@graphql-codegen/typescript-apollo-angular": "2.0.1",
"@graphql-codegen/typescript-compatibility": "2.0.0",
"@graphql-codegen/typescript-generic-sdk": "1.17.8",
"@graphql-codegen/typescript-graphql-files-modules": "1.18.0",
"@graphql-codegen/typescript-graphql-request": "2.0.1",
"@graphql-codegen/typescript-graphql-request": "2.0.2",
"@graphql-codegen/typescript-mongodb": "1.17.8",
"@graphql-codegen/typescript-operations": "1.17.8",
"@graphql-codegen/typescript-react-apollo": "2.0.7",
"@graphql-codegen/typescript-resolvers": "1.17.10",
"@graphql-codegen/typescript-stencil-apollo": "1.17.8",
"@graphql-codegen/typescript-type-graphql": "1.17.8",
"@graphql-codegen/typescript-type-graphql": "1.18.0",
"@graphql-codegen/typescript-urql": "2.0.2",
"@graphql-codegen/typescript-vue-apollo": "2.1.0",
"@graphql-codegen/typescript-vue-apollo": "2.1.1",
"react-monaco-editor": "0.39.1",
"js-yaml": "3.14.0"
},
Expand Down

0 comments on commit 0e861ae

Please sign in to comment.