Skip to content
Merged
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/large-walls-wash.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/action

## 5.0.10

### Patch Changes

- Updated dependencies
[[`ad7e04b`](https://github.com/graphql-hive/graphql-inspector/commit/ad7e04b557256ec3cf9ac3a003d4d5e348c05bfa)]:
- @graphql-inspector/core@6.4.0

## 5.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/action",
"version": "5.0.9",
"version": "5.0.10",
"type": "module",
"description": "GraphQL Inspector functionality for GitHub Actions",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-inspector/cli

## 5.0.10

### Patch Changes

- Updated dependencies []:
- @graphql-inspector/audit-command@5.0.10
- @graphql-inspector/coverage-command@6.1.4
- @graphql-inspector/diff-command@5.0.10
- @graphql-inspector/introspect-command@5.0.10
- @graphql-inspector/similar-command@5.0.10
- @graphql-inspector/validate-command@5.0.10

## 5.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/cli",
"version": "5.0.9",
"version": "5.0.10",
"type": "module",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/audit-command

## 5.0.10

### Patch Changes

- Updated dependencies
[[`ad7e04b`](https://github.com/graphql-hive/graphql-inspector/commit/ad7e04b557256ec3cf9ac3a003d4d5e348c05bfa)]:
- @graphql-inspector/core@6.4.0

## 5.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/audit-command",
"version": "5.0.9",
"version": "5.0.10",
"type": "module",
"description": "Audit Documents in GraphQL Inspector",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/coverage-command

## 6.1.4

### Patch Changes

- Updated dependencies
[[`ad7e04b`](https://github.com/graphql-hive/graphql-inspector/commit/ad7e04b557256ec3cf9ac3a003d4d5e348c05bfa)]:
- @graphql-inspector/core@6.4.0

## 6.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/coverage-command",
"version": "6.1.3",
"version": "6.1.4",
"type": "module",
"description": "Schema Coverage in GraphQL Inspector",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/diff-command

## 5.0.10

### Patch Changes

- Updated dependencies
[[`ad7e04b`](https://github.com/graphql-hive/graphql-inspector/commit/ad7e04b557256ec3cf9ac3a003d4d5e348c05bfa)]:
- @graphql-inspector/core@6.4.0

## 5.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/diff-command",
"version": "5.0.9",
"version": "5.0.10",
"type": "module",
"description": "Compare GraphQL Schemas",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/introspect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/introspect-command

## 5.0.10

### Patch Changes

- Updated dependencies
[[`ad7e04b`](https://github.com/graphql-hive/graphql-inspector/commit/ad7e04b557256ec3cf9ac3a003d4d5e348c05bfa)]:
- @graphql-inspector/core@6.4.0

## 5.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/introspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/introspect-command",
"version": "5.0.9",
"version": "5.0.10",
"type": "module",
"description": "Introspects GraphQL Schema",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/similar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/similar-command

## 5.0.10

### Patch Changes

- Updated dependencies
[[`ad7e04b`](https://github.com/graphql-hive/graphql-inspector/commit/ad7e04b557256ec3cf9ac3a003d4d5e348c05bfa)]:
- @graphql-inspector/core@6.4.0

## 5.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/similar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/similar-command",
"version": "5.0.9",
"version": "5.0.10",
"type": "module",
"description": "Find similar types in GraphQL Schema",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/validate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/validate-command

## 5.0.10

### Patch Changes

- Updated dependencies
[[`ad7e04b`](https://github.com/graphql-hive/graphql-inspector/commit/ad7e04b557256ec3cf9ac3a003d4d5e348c05bfa)]:
- @graphql-inspector/core@6.4.0

## 5.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/validate-command",
"version": "5.0.9",
"version": "5.0.10",
"type": "module",
"description": "Validate Documents in GraphQL Inspector",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/core

## 6.4.0

### Minor Changes

- [#2904](https://github.com/graphql-hive/graphql-inspector/pull/2904)
[`ad7e04b`](https://github.com/graphql-hive/graphql-inspector/commit/ad7e04b557256ec3cf9ac3a003d4d5e348c05bfa)
Thanks [@adambenhassen](https://github.com/adambenhassen)! - Escape single quotes in all enum
descriptions and deprecation reasons

## 6.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/core",
"version": "6.3.0",
"version": "6.4.0",
"type": "module",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down