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 Feb 6, 2023
1 parent c670f88 commit fbb0690
Show file tree
Hide file tree
Showing 58 changed files with 251 additions and 162 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_add-8879-dependencies.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_core-8879-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_schema-ast-8879-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_testing-8879-dependencies.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_typescript-8879-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion examples/persisted-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "3.0.0",
"@graphql-codegen/client-preset": "2.0.0",
"@graphql-codegen/client-preset": "2.0.1",
"@babel/core": "7.19.0",
"@babel/preset-env": "7.19.0",
"@babel/preset-typescript": "7.18.6"
Expand Down
12 changes: 6 additions & 6 deletions examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"start:mjs": "tsup --onSuccess \"node dist/index.mjs\""
},
"dependencies": {
"@graphql-codegen/core": "3.0.0",
"@graphql-codegen/plugin-helpers": "4.0.0",
"@graphql-codegen/typed-document-node": "3.0.0",
"@graphql-codegen/typescript": "3.0.0",
"@graphql-codegen/typescript-operations": "3.0.0",
"@graphql-codegen/typescript-resolvers": "3.0.0",
"@graphql-codegen/core": "3.0.1",
"@graphql-codegen/plugin-helpers": "4.0.1",
"@graphql-codegen/typed-document-node": "3.0.1",
"@graphql-codegen/typescript": "3.0.1",
"@graphql-codegen/typescript-operations": "3.0.1",
"@graphql-codegen/typescript-resolvers": "3.0.1",
"@graphql-tools/graphql-file-loader": "7.5.15",
"@graphql-tools/load": "7.8.11",
"@graphql-tools/schema": "9.0.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "3.0.0",
"@graphql-codegen/client-preset": "2.0.0"
"@graphql-codegen/client-preset": "2.0.1"
},
"dependencies": {
"@graphql-typed-document-node/core": "3.1.1",
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 @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "3.0.0",
"@graphql-codegen/gql-tag-operations-preset": "2.0.0"
"@graphql-codegen/gql-tag-operations-preset": "2.0.1"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "3.0.0",
"@graphql-codegen/typescript": "3.0.0",
"@graphql-codegen/typescript-resolvers": "3.0.0"
"@graphql-codegen/typescript": "3.0.1",
"@graphql-codegen/typescript-resolvers": "3.0.1"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/yoga-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "3.0.0",
"@graphql-codegen/client-preset": "2.0.0",
"@graphql-codegen/client-preset": "2.0.1",
"@babel/core": "7.19.0",
"@babel/preset-env": "7.19.0",
"@babel/preset-typescript": "7.18.6"
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/core

## 3.0.1

### Patch Changes

- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
- @graphql-codegen/plugin-helpers@4.0.1

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,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/plugin-helpers": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^4.0.1",
"@graphql-tools/schema": "^9.0.0",
"@graphql-tools/utils": "^9.1.1",
"tslib": "~2.5.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/other/add/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/add

## 4.0.1

### Patch Changes

- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
- @graphql-codegen/plugin-helpers@4.0.1

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/add/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/add",
"version": "4.0.0",
"version": "4.0.1",
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"lint": "eslint **/*.ts"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^4.0.1",
"tslib": "~2.5.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/other/fragment-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/fragment-matcher

## 4.0.1

### Patch Changes

- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
- @graphql-codegen/plugin-helpers@4.0.1

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/fragment-matcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/fragment-matcher",
"version": "4.0.0",
"version": "4.0.1",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^4.0.1",
"tslib": "~2.5.0"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/other/introspection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/introspection

## 3.0.1

### Patch Changes

- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491), [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
- @graphql-codegen/plugin-helpers@4.0.1
- @graphql-codegen/visitor-plugin-common@3.0.1

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/other/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/introspection",
"version": "3.0.0",
"version": "3.0.1",
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/visitor-plugin-common": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^4.0.1",
"@graphql-codegen/visitor-plugin-common": "^3.0.1",
"tslib": "~2.5.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/other/schema-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/schema-ast

## 3.0.1

### Patch Changes

- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
- @graphql-codegen/plugin-helpers@4.0.1

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/schema-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/schema-ast",
"version": "3.0.0",
"version": "3.0.1",
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^4.0.1",
"@graphql-tools/utils": "^9.0.0",
"tslib": "~2.5.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/other/visitor-plugin-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/visitor-plugin-common

## 3.0.1

### Patch Changes

- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
- @graphql-codegen/plugin-helpers@4.0.1

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@graphql-tools/optimize": "^1.3.0",
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^4.0.1",
"@graphql-tools/relay-operation-optimizer": "^6.5.0",
"@graphql-tools/utils": "^9.0.0",
"auto-bind": "~4.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/typescript/document-nodes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/typescript-document-nodes

## 3.0.1

### Patch Changes

- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491), [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
- @graphql-codegen/plugin-helpers@4.0.1
- @graphql-codegen/visitor-plugin-common@3.0.1

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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": "3.0.0",
"version": "3.0.1",
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/visitor-plugin-common": "3.0.0",
"@graphql-codegen/plugin-helpers": "^4.0.1",
"@graphql-codegen/visitor-plugin-common": "3.0.1",
"auto-bind": "~4.0.0",
"tslib": "~2.5.0"
},
Expand Down
Loading

0 comments on commit fbb0690

Please sign in to comment.