Skip to content

Commit 842f6dc

Browse files
chore(release): update monorepo packages versions
1 parent cf9c40c commit 842f6dc

35 files changed

+377
-203
lines changed

.changeset/empty-cougars-grab.md

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

.changeset/khaki-terms-call.md

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

.changeset/long-rules-shop.md

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

.changeset/purple-otters-remain.md

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

.changeset/seven-jars-yell.md

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

packages/action/CHANGELOG.md

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

3+
## 5.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2fc8b25`](https://github.com/graphql-hive/graphql-inspector/commit/2fc8b254b425b63781b59c5913b7043a3f95c68a),
9+
[`ef13125`](https://github.com/graphql-hive/graphql-inspector/commit/ef131254cc4f33efa52e8e48b842cdbd35f50d00)]:
10+
- @graphql-inspector/commands@6.0.0
11+
- @graphql-inspector/core@7.0.0
12+
313
## 5.0.11
414

515
### 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.11",
3+
"version": "5.0.12",
44
"type": "module",
55
"description": "GraphQL Inspector functionality for GitHub Actions",
66
"repository": {

packages/ci/CHANGELOG.md

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

3+
## 5.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2fc8b25`](https://github.com/graphql-hive/graphql-inspector/commit/2fc8b254b425b63781b59c5913b7043a3f95c68a)]:
9+
- @graphql-inspector/commands@6.0.0
10+
- @graphql-inspector/loaders@4.1.0
11+
312
## 5.0.6
413

514
### Patch Changes

packages/ci/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/ci",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"type": "module",
55
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
66
"repository": {

packages/cli/CHANGELOG.md

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

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [#2913](https://github.com/graphql-hive/graphql-inspector/pull/2913)
8+
[`cf9c40c`](https://github.com/graphql-hive/graphql-inspector/commit/cf9c40c7a105ebf0b910bc5f0cb8b18f0f15b79b)
9+
Thanks [@jdolle](https://github.com/jdolle)! - major upgrade to diff command which modifies paths,
10+
severity levels, and adds support for directives. See changelog for diff-command package for more
11+
insights.
12+
13+
### Minor Changes
14+
15+
- [#2900](https://github.com/graphql-hive/graphql-inspector/pull/2900)
16+
[`2fc8b25`](https://github.com/graphql-hive/graphql-inspector/commit/2fc8b254b425b63781b59c5913b7043a3f95c68a)
17+
Thanks [@emileriksson](https://github.com/emileriksson)! - Apollo Federation v2 support.
18+
Introduced built-in Federation v2 directives and a new CLI flag --federationV2 to enable
19+
processing schemas that use them.
20+
21+
### Patch Changes
22+
23+
- Updated dependencies
24+
[[`2fc8b25`](https://github.com/graphql-hive/graphql-inspector/commit/2fc8b254b425b63781b59c5913b7043a3f95c68a),
25+
[`ef13125`](https://github.com/graphql-hive/graphql-inspector/commit/ef131254cc4f33efa52e8e48b842cdbd35f50d00)]:
26+
- @graphql-inspector/commands@6.0.0
27+
- @graphql-inspector/loaders@4.1.0
28+
- @graphql-inspector/diff-command@6.0.0
29+
- @graphql-inspector/audit-command@5.0.12
30+
- @graphql-inspector/coverage-command@6.1.6
31+
- @graphql-inspector/docs-command@5.0.5
32+
- @graphql-inspector/introspect-command@5.0.12
33+
- @graphql-inspector/serve-command@5.0.7
34+
- @graphql-inspector/similar-command@5.0.12
35+
- @graphql-inspector/validate-command@5.0.12
36+
337
## 5.0.11
438

539
### Patch Changes

0 commit comments

Comments
 (0)