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 Dec 26, 2022
1 parent d9d56c6 commit 3f3dddf
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_cli-8715-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_cli-8729-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-peaches-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-tools-fetch.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/typescript-esm/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/cli": "2.16.2",
"@graphql-codegen/gql-tag-operations-preset": "1.7.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-graphql-request/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/cli": "2.16.2",
"@graphql-codegen/gql-tag-operations-preset": "1.7.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-resolvers/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/cli": "2.16.2",
"@graphql-codegen/typescript": "2.8.5",
"@graphql-codegen/typescript-resolvers": "2.7.10"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-cli/codegen

## 2.4.22

### Patch Changes

- Updated dependencies [[`b1512a59a`](https://github.com/dotansimha/graphql-code-generator/commit/b1512a59a0195c1f67a7e87d6a450e98d115df39), [`e6ff224fb`](https://github.com/dotansimha/graphql-code-generator/commit/e6ff224fb70cab38e30a963eb9135b2f6257e46c)]:
- @graphql-codegen/cli@2.16.2

## 2.4.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-cli-codegen-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/codegen",
"version": "2.4.21",
"version": "2.4.22",
"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.1",
"@graphql-codegen/cli": "2.16.2",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
@@ -1,5 +1,18 @@
# @graphql-codegen/cli

## 2.16.2

### Patch Changes

- [#8715](https://github.com/dotansimha/graphql-code-generator/pull/8715) [`b1512a59a`](https://github.com/dotansimha/graphql-code-generator/commit/b1512a59a0195c1f67a7e87d6a450e98d115df39) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`cosmiconfig-typescript-loader@4.2.0` ↗︎](https://www.npmjs.com/package/cosmiconfig-typescript-loader/v/4.2.0) (from `4.1.1`, in `dependencies`)

- [#8729](https://github.com/dotansimha/graphql-code-generator/pull/8729) [`e6ff224fb`](https://github.com/dotansimha/graphql-code-generator/commit/e6ff224fb70cab38e30a963eb9135b2f6257e46c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`cosmiconfig-typescript-loader@4.3.0` ↗︎](https://www.npmjs.com/package/cosmiconfig-typescript-loader/v/4.3.0) (from `4.2.0`, in `dependencies`)
- Updated dependencies [[`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316)]:
- @graphql-codegen/plugin-helpers@3.1.2

## 2.16.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "2.16.1",
"version": "2.16.2",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/template": "^7.18.10",
"@babel/types": "^7.18.13",
"@graphql-codegen/core": "2.6.8",
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-tools/apollo-engine-loader": "^7.3.6",
"@graphql-tools/code-file-loader": "^7.3.13",
"@graphql-tools/git-loader": "^7.2.13",
Expand Down
9 changes: 9 additions & 0 deletions packages/presets/client/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-codegen/client-preset

## 1.2.4

### Patch Changes

- [#8752](https://github.com/dotansimha/graphql-code-generator/pull/8752) [`cbca5a7ea`](https://github.com/dotansimha/graphql-code-generator/commit/cbca5a7ea3591f7ccf42399842cddb3581b40cf7) Thanks [@pbrink231](https://github.com/pbrink231)! - add typescript `avoidOptionals` to forwarded config

- Updated dependencies [[`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316)]:
- @graphql-codegen/plugin-helpers@3.1.2

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/presets/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/client-preset",
"version": "1.2.3",
"version": "1.2.4",
"description": "GraphQL Code Generator preset for client.",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/typescript-operations": "^2.5.10",
"@graphql-codegen/gql-tag-operations": "1.5.11",
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/visitor-plugin-common": "^2.13.5",
"@graphql-typed-document-node/core": "3.1.1",
"@graphql-tools/utils": "^8.8.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/plugins-helpers/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-codegen/plugin-helpers

## 3.1.2

### Patch Changes

- [#8718](https://github.com/dotansimha/graphql-code-generator/pull/8718) [`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316) Thanks [@AaronBuxbaum](https://github.com/AaronBuxbaum)! - Add `globalGqlIdentifierName` to the types

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/plugins-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/plugin-helpers",
"version": "3.1.1",
"version": "3.1.2",
"description": "GraphQL Code Generator common utils and types",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -26,7 +26,7 @@
"@graphql-codegen/add": "3.2.3",
"@graphql-codegen/c-sharp": "4.3.1",
"@graphql-codegen/c-sharp-operations": "2.3.1",
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/cli": "2.16.2",
"@graphql-codegen/core": "2.6.8",
"@graphql-codegen/flow": "2.3.6",
"@graphql-codegen/flow-operations": "2.3.6",
Expand Down

0 comments on commit 3f3dddf

Please sign in to comment.