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 10, 2023
1 parent 9024516 commit 50ab9d2
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_cli-8770-dependencies.md

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-pumpkins-smile.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/typescript-esm/package.json
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.3",
"@graphql-codegen/gql-tag-operations-preset": "1.7.3"
"@graphql-codegen/cli": "2.16.4",
"@graphql-codegen/gql-tag-operations-preset": "1.7.4"
},
"dependencies": {
"@graphql-typed-document-node/core": "3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-graphql-request/package.json
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.3",
"@graphql-codegen/gql-tag-operations-preset": "1.7.3"
"@graphql-codegen/cli": "2.16.4",
"@graphql-codegen/gql-tag-operations-preset": "1.7.4"
},
"dependencies": {
"graphql": "16.6.0",
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.3",
"@graphql-codegen/cli": "2.16.4",
"@graphql-codegen/typescript": "2.8.7",
"@graphql-codegen/typescript-resolvers": "2.7.12"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-cli/codegen

## 2.4.24

### Patch Changes

- Updated dependencies [[`4774247e9`](https://github.com/dotansimha/graphql-code-generator/commit/4774247e9d29838075660d0e08c6b3c6ea57689f), [`fe12b4826`](https://github.com/dotansimha/graphql-code-generator/commit/fe12b4826d666ef69c38cd72bdd44f1bb262caf6)]:
- @graphql-codegen/cli@2.16.4

## 2.4.23

### 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.23",
"version": "2.4.24",
"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.3",
"@graphql-codegen/cli": "2.16.4",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-codegen/cli

## 2.16.4

### Patch Changes

- [#8770](https://github.com/dotansimha/graphql-code-generator/pull/8770) [`4774247e9`](https://github.com/dotansimha/graphql-code-generator/commit/4774247e9d29838075660d0e08c6b3c6ea57689f) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`graphql-config@4.4.0` ↗︎](https://www.npmjs.com/package/graphql-config/v/4.4.0) (from `4.3.6`, in `dependencies`)

- [#8790](https://github.com/dotansimha/graphql-code-generator/pull/8790) [`fe12b4826`](https://github.com/dotansimha/graphql-code-generator/commit/fe12b4826d666ef69c38cd72bdd44f1bb262caf6) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.6.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.6.0) (from `^0.5.0`, in `dependencies`)

## 2.16.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "2.16.3",
"version": "2.16.4",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/typescript/gql-tag-operations/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-codegen/gql-tag-operations

## 1.6.1

### Patch Changes

- [#8796](https://github.com/dotansimha/graphql-code-generator/pull/8796) [`902451601`](https://github.com/dotansimha/graphql-code-generator/commit/902451601b5edf9cb7768e57f332fe6ade79c20a) Thanks [@shmax](https://github.com/shmax)! - remove extra asterisk and add missing semicolon in generated output

## 1.6.0

### Minor Changes
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/gql-tag-operations",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/presets/client/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-codegen/client-preset

## 1.2.6

### Patch Changes

- [#8796](https://github.com/dotansimha/graphql-code-generator/pull/8796) [`902451601`](https://github.com/dotansimha/graphql-code-generator/commit/902451601b5edf9cb7768e57f332fe6ade79c20a) Thanks [@shmax](https://github.com/shmax)! - remove extra asterisk and add missing semicolon in generated output

- Updated dependencies [[`902451601`](https://github.com/dotansimha/graphql-code-generator/commit/902451601b5edf9cb7768e57f332fe6ade79c20a)]:
- @graphql-codegen/gql-tag-operations@1.6.1

## 1.2.5

### 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.5",
"version": "1.2.6",
"description": "GraphQL Code Generator preset for client.",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@graphql-codegen/typed-document-node": "^2.3.12",
"@graphql-codegen/typescript": "^2.8.7",
"@graphql-codegen/typescript-operations": "^2.5.12",
"@graphql-codegen/gql-tag-operations": "1.6.0",
"@graphql-codegen/gql-tag-operations": "1.6.1",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/visitor-plugin-common": "^2.13.7",
"@graphql-typed-document-node/core": "3.1.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/presets/gql-tag-operations/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-codegen/gql-tag-operations-preset

## 1.7.4

### Patch Changes

- [#8796](https://github.com/dotansimha/graphql-code-generator/pull/8796) [`902451601`](https://github.com/dotansimha/graphql-code-generator/commit/902451601b5edf9cb7768e57f332fe6ade79c20a) Thanks [@shmax](https://github.com/shmax)! - remove extra asterisk and add missing semicolon in generated output

- Updated dependencies [[`902451601`](https://github.com/dotansimha/graphql-code-generator/commit/902451601b5edf9cb7768e57f332fe6ade79c20a)]:
- @graphql-codegen/gql-tag-operations@1.6.1

## 1.7.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/presets/gql-tag-operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/gql-tag-operations-preset",
"version": "1.7.3",
"version": "1.7.4",
"description": "GraphQL Code Generator preset for gql magic.",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@graphql-codegen/typed-document-node": "^2.3.11",
"@graphql-codegen/typescript": "^2.8.6",
"@graphql-codegen/typescript-operations": "^2.5.11",
"@graphql-codegen/gql-tag-operations": "^1.5.12",
"@graphql-codegen/gql-tag-operations": "^1.6.1",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/visitor-plugin-common": "^2.13.6",
"@graphql-tools/utils": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -24,7 +24,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.3",
"@graphql-codegen/cli": "2.16.4",
"@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 50ab9d2

Please sign in to comment.