Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8713)
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] committed Dec 7, 2022
1 parent 59cde60 commit f180860
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-pens-watch.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.15.1",
"@graphql-codegen/cli": "2.16.0",
"@graphql-codegen/gql-tag-operations-preset": "1.7.1"
},
"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.15.1",
"@graphql-codegen/cli": "2.16.0",
"@graphql-codegen/gql-tag-operations-preset": "1.7.1"
},
"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.15.1",
"@graphql-codegen/cli": "2.16.0",
"@graphql-codegen/typescript": "2.8.4",
"@graphql-codegen/typescript-resolvers": "2.7.9"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-cli/codegen

## 2.4.20

### Patch Changes

- Updated dependencies [[`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e)]:
- @graphql-codegen/cli@2.16.0

## 2.4.19

### 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.19",
"version": "2.4.20",
"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.15.1",
"@graphql-codegen/cli": "2.16.0",
"@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.0

### Minor Changes

- [#8662](https://github.com/dotansimha/graphql-code-generator/pull/8662) [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e) Thanks [@jantimon](https://github.com/jantimon)! - the life cycle hook beforeOneFileWrite is now able to modify the generated content

### Patch Changes

- Updated dependencies [[`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e)]:
- @graphql-codegen/plugin-helpers@3.1.0

## 2.15.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.15.1",
"version": "2.16.0",
"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.7",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^3.1.0",
"@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
6 changes: 6 additions & 0 deletions packages/utils/plugins-helpers/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-codegen/plugin-helpers

## 3.1.0

### Minor Changes

- [#8662](https://github.com/dotansimha/graphql-code-generator/pull/8662) [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e) Thanks [@jantimon](https://github.com/jantimon)! - the life cycle hook beforeOneFileWrite is now able to modify the generated content

## 3.0.0

### Major 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.0.0",
"version": "3.1.0",
"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.2",
"@graphql-codegen/c-sharp": "4.3.1",
"@graphql-codegen/c-sharp-operations": "2.3.1",
"@graphql-codegen/cli": "2.15.1",
"@graphql-codegen/cli": "2.16.0",
"@graphql-codegen/core": "2.6.7",
"@graphql-codegen/flow": "2.3.6",
"@graphql-codegen/flow-operations": "2.3.6",
Expand Down

0 comments on commit f180860

Please sign in to comment.