Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2023
1 parent 6b1d852 commit 5ac12fa
Show file tree
Hide file tree
Showing 31 changed files with 220 additions and 157 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-mice-switch.md

This file was deleted.

52 changes: 0 additions & 52 deletions .changeset/lemon-zebras-hunt.md

This file was deleted.

54 changes: 0 additions & 54 deletions .changeset/tasty-adults-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-suits-pay.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.4",
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/gql-tag-operations-preset": "1.7.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.4",
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/gql-tag-operations-preset": "1.7.4"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.4",
"@graphql-codegen/typescript": "2.8.7",
"@graphql-codegen/typescript-resolvers": "2.7.12"
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/typescript": "2.8.8",
"@graphql-codegen/typescript-resolvers": "2.7.13"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
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.4.25

### Patch Changes

- Updated dependencies [[`884d25c4e`](https://github.com/dotansimha/graphql-code-generator/commit/884d25c4edb099a46bffb23ffd935abec7d14f80)]:
- @graphql-codegen/cli@2.16.5

## 2.4.24

### 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.4.24",
"version": "2.4.25",
"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.16.4",
"@graphql-codegen/cli": "2.16.5",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/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.16.5

### Patch Changes

- [#8808](https://github.com/dotansimha/graphql-code-generator/pull/8808) [`884d25c4e`](https://github.com/dotansimha/graphql-code-generator/commit/884d25c4edb099a46bffb23ffd935abec7d14f80) Thanks [@rwu823](https://github.com/rwu823)! - fix: `gqlMagicComment` type

## 2.16.4

### 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.16.4",
"version": "2.16.5",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
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

## 2.13.8

### Patch Changes

- [#8816](https://github.com/dotansimha/graphql-code-generator/pull/8816) [`a98198524`](https://github.com/dotansimha/graphql-code-generator/commit/a9819852443884b43de7c15040ccffc205f9177a) Thanks [@charle692](https://github.com/charle692)! - Fix issue where visitor-plugin-common emitted ESM imports for Operations when emitLegacyCommonJSImports is true

## 2.13.7

### 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": "2.13.7",
"version": "2.13.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/document-nodes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/typescript-document-nodes

## 2.3.13

### Patch Changes

- Updated dependencies [[`a98198524`](https://github.com/dotansimha/graphql-code-generator/commit/a9819852443884b43de7c15040ccffc205f9177a)]:
- @graphql-codegen/visitor-plugin-common@2.13.8

## 2.3.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/document-nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-document-nodes",
"version": "2.3.12",
"version": "2.3.13",
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/visitor-plugin-common": "2.13.7",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/gql-tag-operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/gql-tag-operations

## 1.6.2

### Patch Changes

- Updated dependencies [[`a98198524`](https://github.com/dotansimha/graphql-code-generator/commit/a9819852443884b43de7c15040ccffc205f9177a)]:
- @graphql-codegen/visitor-plugin-common@2.13.8

## 1.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/gql-tag-operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/gql-tag-operations",
"version": "1.6.1",
"version": "1.6.2",
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@graphql-tools/utils": "^9.0.0",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/visitor-plugin-common": "2.13.7",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/typescript/operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/typescript-operations

## 2.5.13

### Patch Changes

- Updated dependencies [[`a98198524`](https://github.com/dotansimha/graphql-code-generator/commit/a9819852443884b43de7c15040ccffc205f9177a)]:
- @graphql-codegen/visitor-plugin-common@2.13.8
- @graphql-codegen/typescript@2.8.8

## 2.5.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-operations",
"version": "2.5.12",
"version": "2.5.13",
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/typescript": "^2.8.7",
"@graphql-codegen/visitor-plugin-common": "2.13.7",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/typescript/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/typescript-resolvers

## 2.7.13

### Patch Changes

- Updated dependencies [[`a98198524`](https://github.com/dotansimha/graphql-code-generator/commit/a9819852443884b43de7c15040ccffc205f9177a)]:
- @graphql-codegen/visitor-plugin-common@2.13.8
- @graphql-codegen/typescript@2.8.8

## 2.7.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-resolvers",
"version": "2.7.12",
"version": "2.7.13",
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/typescript": "^2.8.7",
"@graphql-codegen/visitor-plugin-common": "2.13.7",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-tools/utils": "^9.0.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/typed-document-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/typed-document-node

## 2.3.13

### Patch Changes

- Updated dependencies [[`a98198524`](https://github.com/dotansimha/graphql-code-generator/commit/a9819852443884b43de7c15040ccffc205f9177a)]:
- @graphql-codegen/visitor-plugin-common@2.13.8

## 2.3.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/typed-document-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typed-document-node",
"version": "2.3.12",
"version": "2.3.13",
"description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"change-case-all": "1.0.15",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/visitor-plugin-common": "2.13.7",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/typescript

## 2.8.8

### Patch Changes

- Updated dependencies [[`a98198524`](https://github.com/dotansimha/graphql-code-generator/commit/a9819852443884b43de7c15040ccffc205f9177a)]:
- @graphql-codegen/visitor-plugin-common@2.13.8

## 2.8.7

### Patch Changes
Expand Down
Loading

0 comments on commit 5ac12fa

Please sign in to comment.