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
7 changes: 0 additions & 7 deletions .changeset/sharp-files-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-ties-pretend.md

This file was deleted.

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

## 5.0.17

### Patch Changes

- Updated dependencies
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
- @graphql-inspector/core@7.1.0

## 5.0.16

### 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.16",
"version": "5.0.17",
"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

## 6.0.5

### Patch Changes

- Updated dependencies []:
- @graphql-inspector/audit-command@5.0.17
- @graphql-inspector/coverage-command@6.1.11
- @graphql-inspector/diff-command@6.0.5
- @graphql-inspector/introspect-command@5.0.17
- @graphql-inspector/similar-command@5.0.17
- @graphql-inspector/validate-command@5.0.17

## 6.0.4

### 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": "6.0.4",
"version": "6.0.5",
"type": "module",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/audit-command

## 5.0.17

### Patch Changes

- Updated dependencies
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
- @graphql-inspector/core@7.1.0

## 5.0.16

### 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.16",
"version": "5.0.17",
"type": "module",
"description": "Audit Documents in GraphQL Inspector",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/coverage-command

## 6.1.11

### Patch Changes

- Updated dependencies
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
- @graphql-inspector/core@7.1.0

## 6.1.10

### 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.10",
"version": "6.1.11",
"type": "module",
"description": "Schema Coverage in GraphQL Inspector",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/diff-command

## 6.0.5

### Patch Changes

- Updated dependencies
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
- @graphql-inspector/core@7.1.0

## 6.0.4

### 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": "6.0.4",
"version": "6.0.5",
"type": "module",
"description": "Compare GraphQL Schemas",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/introspect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/introspect-command

## 5.0.17

### Patch Changes

- Updated dependencies
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
- @graphql-inspector/core@7.1.0

## 5.0.16

### 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.16",
"version": "5.0.17",
"type": "module",
"description": "Introspects GraphQL Schema",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/similar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/similar-command

## 5.0.17

### Patch Changes

- Updated dependencies
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
- @graphql-inspector/core@7.1.0

## 5.0.16

### 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.16",
"version": "5.0.17",
"type": "module",
"description": "Find similar types in GraphQL Schema",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/validate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/validate-command

## 5.0.17

### Patch Changes

- Updated dependencies
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
- @graphql-inspector/core@7.1.0

## 5.0.16

### 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.16",
"version": "5.0.17",
"type": "module",
"description": "Validate Documents in GraphQL Inspector",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-inspector/core

## 7.1.0

### Minor Changes

- [#2923](https://github.com/graphql-hive/graphql-inspector/pull/2923)
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)
Thanks [@jdolle](https://github.com/jdolle)! - Adjust SCHEMA\_\*\_TYPE_CHANGED changes to use null
instead of 'unknown' when these types are not defined and improve the change messages.

- [#2923](https://github.com/graphql-hive/graphql-inspector/pull/2923)
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)
Thanks [@jdolle](https://github.com/jdolle)! - diff can be passed null schemas. This lets it
output the full list of additions on the new schema.

## 7.0.4

### Patch 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": "7.0.4",
"version": "7.1.0",
"type": "module",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/patch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/patch

## 0.1.0

### Minor Changes

- [#2923](https://github.com/graphql-hive/graphql-inspector/pull/2923)
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)
Thanks [@jdolle](https://github.com/jdolle)! - Adjust SCHEMA\_\*\_TYPE_CHANGED changes to use null
instead of 'unknown' when these types are not defined and improve the change messages.

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/patch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/patch",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"description": "Applies changes output from @graphql-inspect/diff",
"repository": {
Expand Down