Skip to content

Commit b59a9de

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

File tree

21 files changed

+114
-28
lines changed

21 files changed

+114
-28
lines changed

.changeset/curvy-points-jump.md

Lines changed: 0 additions & 6 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+
## 3.4.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`1180f761`](https://github.com/kamilkisiela/graphql-inspector/commit/1180f7614f2cf8c68410be07e1a7615c8bb83625)]:
9+
- @graphql-inspector/core@4.2.0
10+
- @graphql-inspector/github@3.4.12
11+
312
## 3.4.13
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": "3.4.13",
3+
"version": "3.4.14",
44
"type": "module",
55
"description": "GraphQL Inspector functionality for GitHub Actions",
66
"repository": {

packages/cli/CHANGELOG.md

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

3+
## 3.4.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`1180f761`](https://github.com/kamilkisiela/graphql-inspector/commit/1180f7614f2cf8c68410be07e1a7615c8bb83625)]:
9+
- @graphql-inspector/validate-command@3.5.0
10+
- @graphql-inspector/audit-command@3.4.11
11+
- @graphql-inspector/coverage-command@4.0.7
12+
- @graphql-inspector/diff-command@3.4.11
13+
- @graphql-inspector/introspect-command@3.4.11
14+
- @graphql-inspector/similar-command@3.4.11
15+
316
## 3.4.14
417

518
### 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": "3.4.14",
3+
"version": "3.4.15",
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+
## 3.4.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`1180f761`](https://github.com/kamilkisiela/graphql-inspector/commit/1180f7614f2cf8c68410be07e1a7615c8bb83625)]:
9+
- @graphql-inspector/core@4.2.0
10+
311
## 3.4.10
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": "3.4.10",
3+
"version": "3.4.11",
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+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`1180f761`](https://github.com/kamilkisiela/graphql-inspector/commit/1180f7614f2cf8c68410be07e1a7615c8bb83625)]:
9+
- @graphql-inspector/core@4.2.0
10+
311
## 4.0.6
412

513
### 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": "4.0.6",
3+
"version": "4.0.7",
44
"type": "module",
55
"description": "Schema Coverage in GraphQL Inspector",
66
"repository": {

packages/commands/diff/CHANGELOG.md

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

3+
## 3.4.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`1180f761`](https://github.com/kamilkisiela/graphql-inspector/commit/1180f7614f2cf8c68410be07e1a7615c8bb83625)]:
9+
- @graphql-inspector/core@4.2.0
10+
311
## 3.4.10
412

513
### Patch Changes

0 commit comments

Comments
 (0)