Skip to content

Commit cc95ab9

Browse files
chore(release): update monorepo packages versions (#2848)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2d22d32 commit cc95ab9

22 files changed

+113
-33
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/chilled-squids-knock.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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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+
[[`2d22d32`](https://github.com/graphql-hive/graphql-inspector/commit/2d22d32b2d24dbc8f922007fcecc339c38bdb9cb),
22+
[`416a9ce`](https://github.com/graphql-hive/graphql-inspector/commit/416a9ce9b44ba3859388dd625026067aba1f0a49)]:
23+
- @graphql-inspector/core@6.3.0
24+
325
## 5.0.8
426

527
### 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: 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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2d22d32`](https://github.com/graphql-hive/graphql-inspector/commit/2d22d32b2d24dbc8f922007fcecc339c38bdb9cb),
9+
[`416a9ce`](https://github.com/graphql-hive/graphql-inspector/commit/416a9ce9b44ba3859388dd625026067aba1f0a49)]:
10+
- @graphql-inspector/core@6.3.0
11+
312
## 5.0.8
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.8",
3+
"version": "5.0.9",
44
"type": "module",
55
"description": "Audit Documents in GraphQL Inspector",
66
"repository": {

0 commit comments

Comments
 (0)