Skip to content

Commit cfa1e57

Browse files
chore(release): update monorepo packages versions
1 parent 8341829 commit cfa1e57

21 files changed

+100
-27
lines changed

.changeset/@graphql-inspector_action-2636-dependencies.md

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

.changeset/@graphql-inspector_action-2767-dependencies.md

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

.changeset/lazy-lemons-vanish.md

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

packages/action/CHANGELOG.md

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

3+
## 5.0.9
4+
5+
### Patch Changes
6+
7+
- [#2636](https://github.com/graphql-hive/graphql-inspector/pull/2636)
8+
[`b87652f`](https://github.com/graphql-hive/graphql-inspector/commit/b87652fefdf0ef483bf19fab56866e6d290feb0a)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
11+
- Updated dependency
12+
[`@actions/github@6.0.0` ↗︎](https://www.npmjs.com/package/@actions/github/v/6.0.0) (from
13+
`4.0.0`, in `dependencies`)
14+
15+
- [#2767](https://github.com/graphql-hive/graphql-inspector/pull/2767)
16+
[`71c5ef5`](https://github.com/graphql-hive/graphql-inspector/commit/71c5ef5a3e9a96833ddd134a219bf6a1ab0eedfe)
17+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
18+
- Updated dependency [`probot@13.2.2` ↗︎](https://www.npmjs.com/package/probot/v/13.2.2) (from
19+
`12.3.3`, in `dependencies`)
20+
- Updated dependencies
21+
[[`416a9ce`](https://github.com/graphql-hive/graphql-inspector/commit/416a9ce9b44ba3859388dd625026067aba1f0a49)]:
22+
- @graphql-inspector/core@6.3.0
23+
324
## 5.0.8
425

526
### 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.8",
3+
"version": "5.0.9",
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+
## 5.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-inspector/audit-command@5.0.9
9+
- @graphql-inspector/coverage-command@6.1.3
10+
- @graphql-inspector/diff-command@5.0.9
11+
- @graphql-inspector/introspect-command@5.0.9
12+
- @graphql-inspector/similar-command@5.0.9
13+
- @graphql-inspector/validate-command@5.0.9
14+
315
## 5.0.8
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": "5.0.8",
3+
"version": "5.0.9",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-inspector/audit-command
22

3+
## 5.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`416a9ce`](https://github.com/graphql-hive/graphql-inspector/commit/416a9ce9b44ba3859388dd625026067aba1f0a49)]:
9+
- @graphql-inspector/core@6.3.0
10+
311
## 5.0.8
412

513
### 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.8",
3+
"version": "5.0.9",
44
"type": "module",
55
"description": "Audit Documents in GraphQL Inspector",
66
"repository": {

packages/commands/coverage/CHANGELOG.md

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

3+
## 6.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`416a9ce`](https://github.com/graphql-hive/graphql-inspector/commit/416a9ce9b44ba3859388dd625026067aba1f0a49)]:
9+
- @graphql-inspector/core@6.3.0
10+
311
## 6.1.2
412

513
### Patch Changes

0 commit comments

Comments
 (0)