Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_add-10866-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphql-codegen_cli-10866-dependencies.md

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphql-codegen_core-10866-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.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_time-10866-dependencies.md

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 26 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @graphql-codegen/cli

## 7.2.0

### Minor Changes

- [#10866](https://github.com/dotansimha/graphql-code-generator/pull/10866)
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
- Updated dependency
[`@graphql-tools/utils@^11.2.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.2.0)
(from `^11.0.0`, in `dependencies`)
- Updated dependency
[`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 || ^17.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/0.8.0)
(from
`^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`,
in `peerDependencies`)

### Patch Changes

- Updated dependencies
[[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2),
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2),
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)]:
- @graphql-codegen/client-preset@6.1.0
- @graphql-codegen/core@6.2.0
- @graphql-codegen/plugin-helpers@7.1.0

## 7.1.3

### 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": "7.1.3",
"version": "7.2.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
22 changes: 22 additions & 0 deletions packages/graphql-codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @graphql-codegen/core

## 6.2.0

### Minor Changes

- [#10866](https://github.com/dotansimha/graphql-code-generator/pull/10866)
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
- Updated dependency
[`@graphql-tools/utils@^11.2.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.2.0)
(from `^11.0.0`, in `dependencies`)
- Updated dependency
[`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 || ^17.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/0.8.0)
(from
`^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`,
in `peerDependencies`)

### Patch Changes

- Updated dependencies
[[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)]:
- @graphql-codegen/plugin-helpers@7.1.0

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.1.0",
"version": "6.2.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/plugins/other/add/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @graphql-codegen/add

## 7.1.0

### Minor Changes

- [#10866](https://github.com/dotansimha/graphql-code-generator/pull/10866)
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
- Updated dependency
[`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 || ^17.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/0.8.0)
(from
`^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`,
in `peerDependencies`)

### Patch Changes

- Updated dependencies
[[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)]:
- @graphql-codegen/plugin-helpers@7.1.0

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "7.0.1",
"version": "7.1.0",
"type": "module",
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/plugins/other/fragment-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @graphql-codegen/fragment-matcher

## 7.1.0

### Minor Changes

- [#10866](https://github.com/dotansimha/graphql-code-generator/pull/10866)
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
- Updated dependency
[`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 || ^17.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/0.8.0)
(from
`^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`,
in `peerDependencies`)

### Patch Changes

- Updated dependencies
[[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)]:
- @graphql-codegen/plugin-helpers@7.1.0

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "7.0.1",
"version": "7.1.0",
"type": "module",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions packages/plugins/other/introspection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @graphql-codegen/introspection

## 6.1.0

### Minor Changes

- [#10866](https://github.com/dotansimha/graphql-code-generator/pull/10866)
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
- Updated dependency
[`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 || ^17.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/0.8.0)
(from
`^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`,
in `peerDependencies`)

### Patch Changes

- Updated dependencies
[[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2),
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)]:
- @graphql-codegen/plugin-helpers@7.1.0
- @graphql-codegen/visitor-plugin-common@7.2.0

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.0.1",
"version": "6.1.0",
"type": "module",
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
"repository": {
Expand Down
22 changes: 22 additions & 0 deletions packages/plugins/other/schema-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @graphql-codegen/schema-ast

## 6.1.0

### Minor Changes

- [#10866](https://github.com/dotansimha/graphql-code-generator/pull/10866)
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
- Updated dependency
[`@graphql-tools/utils@^11.2.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.2.0)
(from `^11.0.0`, in `dependencies`)
- Updated dependency
[`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 || ^17.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/0.8.0)
(from
`^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`,
in `peerDependencies`)

### Patch Changes

- Updated dependencies
[[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)]:
- @graphql-codegen/plugin-helpers@7.1.0

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.0.1",
"version": "6.1.0",
"type": "module",
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/plugins/other/time/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @graphql-codegen/time

## 7.1.0

### Minor Changes

- [#10866](https://github.com/dotansimha/graphql-code-generator/pull/10866)
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
- Updated dependency
[`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 || ^17.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/0.8.0)
(from
`^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`,
in `peerDependencies`)

### Patch Changes

- Updated dependencies
[[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)]:
- @graphql-codegen/plugin-helpers@7.1.0

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/time",
"version": "7.0.1",
"version": "7.1.0",
"type": "module",
"description": "GraphQL Code Generator plugin for adding the current time for an output file",
"repository": {
Expand Down
22 changes: 22 additions & 0 deletions packages/plugins/other/visitor-plugin-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @graphql-codegen/visitor-plugin-common

## 7.2.0

### Minor Changes

- [#10866](https://github.com/dotansimha/graphql-code-generator/pull/10866)
[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)
Thanks [@eddeee888](https://github.com/eddeee888)! - dependencies updates:
- Updated dependency
[`@graphql-tools/utils@^11.2.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.2.0)
(from `^11.0.0`, in `dependencies`)
- Updated dependency
[`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 || ^17.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/0.8.0)
(from
`^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`,
in `peerDependencies`)

### Patch Changes

- Updated dependencies
[[`959915f`](https://github.com/dotansimha/graphql-code-generator/commit/959915ffa3d01411a0e8b02a15529fafdd47f6b2)]:
- @graphql-codegen/plugin-helpers@7.1.0

## 7.1.2

### 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": "7.1.2",
"version": "7.2.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
Loading