Skip to content

Commit 3539940

Browse files
chore(release): update monorepo packages versions (#2926)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9bfc094 commit 3539940

File tree

22 files changed

+108
-22
lines changed

22 files changed

+108
-22
lines changed

.changeset/sharp-files-sin.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/twelve-ties-pretend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/action/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-inspector/action
22

3+
## 5.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
9+
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
10+
- @graphql-inspector/core@7.1.0
11+
312
## 5.0.16
413

514
### Patch Changes

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/action",
3-
"version": "5.0.16",
3+
"version": "5.0.17",
44
"type": "module",
55
"description": "GraphQL Inspector functionality for GitHub Actions",
66
"repository": {

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-inspector/cli
22

3+
## 6.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-inspector/audit-command@5.0.17
9+
- @graphql-inspector/coverage-command@6.1.11
10+
- @graphql-inspector/diff-command@6.0.5
11+
- @graphql-inspector/introspect-command@5.0.17
12+
- @graphql-inspector/similar-command@5.0.17
13+
- @graphql-inspector/validate-command@5.0.17
14+
315
## 6.0.4
416

517
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/cli",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"type": "module",
55
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
66
"repository": {

packages/commands/audit/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-inspector/audit-command
22

3+
## 5.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
9+
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
10+
- @graphql-inspector/core@7.1.0
11+
312
## 5.0.16
413

514
### Patch Changes

packages/commands/audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/audit-command",
3-
"version": "5.0.16",
3+
"version": "5.0.17",
44
"type": "module",
55
"description": "Audit Documents in GraphQL Inspector",
66
"repository": {

packages/commands/coverage/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-inspector/coverage-command
22

3+
## 6.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e),
9+
[`9bfc094`](https://github.com/graphql-hive/graphql-inspector/commit/9bfc094ab3e3529f6ed4e68ecd250d496b88e23e)]:
10+
- @graphql-inspector/core@7.1.0
11+
312
## 6.1.10
413

514
### Patch Changes

packages/commands/coverage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/coverage-command",
3-
"version": "6.1.10",
3+
"version": "6.1.11",
44
"type": "module",
55
"description": "Schema Coverage in GraphQL Inspector",
66
"repository": {

0 commit comments

Comments
 (0)