Skip to content

Commit e198fcf

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

24 files changed

Lines changed: 110 additions & 33 deletions

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

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

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

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

.changeset/giant-bulldogs-film.md

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

.changeset/witty-pugs-think.md

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

packages/action/CHANGELOG.md

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

3+
## 5.0.20
4+
5+
### Patch Changes
6+
7+
- [#2918](https://github.com/graphql-hive/graphql-inspector/pull/2918)
8+
[`0957ceb`](https://github.com/graphql-hive/graphql-inspector/commit/0957cebbbb97afb43a5f9a093df3c1ec745544fa)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
11+
- Updated dependency [`js-yaml@4.1.1` ↗︎](https://www.npmjs.com/package/js-yaml/v/4.1.1) (from
12+
`4.1.0`, in `dependencies`)
13+
14+
- [#2939](https://github.com/graphql-hive/graphql-inspector/pull/2939)
15+
[`56663a0`](https://github.com/graphql-hive/graphql-inspector/commit/56663a0fdc4046d015e48d44bb53da54d1902ba1)
16+
Thanks [@jdolle](https://github.com/jdolle)! - dependencies updates:
17+
- Updated dependency [`js-yaml@4.1.1` ↗︎](https://www.npmjs.com/package/js-yaml/v/4.1.1) (from
18+
`4.1.0`, in `dependencies`)
19+
- Updated dependencies
20+
[[`3b341d4`](https://github.com/graphql-hive/graphql-inspector/commit/3b341d44a4eb676919b3932ebeec1057aa09d633)]:
21+
- @graphql-inspector/core@7.1.3
22+
323
## 5.0.19
424

525
### 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.19",
3+
"version": "5.0.20",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-inspector/audit-command@5.0.20
9+
- @graphql-inspector/coverage-command@6.1.14
10+
- @graphql-inspector/diff-command@6.0.8
11+
- @graphql-inspector/introspect-command@5.0.20
12+
- @graphql-inspector/similar-command@5.0.20
13+
- @graphql-inspector/validate-command@5.0.20
14+
315
## 6.0.7
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.7",
3+
"version": "6.0.8",
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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`3b341d4`](https://github.com/graphql-hive/graphql-inspector/commit/3b341d44a4eb676919b3932ebeec1057aa09d633)]:
9+
- @graphql-inspector/core@7.1.3
10+
311
## 5.0.19
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.19",
3+
"version": "5.0.20",
44
"type": "module",
55
"description": "Audit Documents in GraphQL Inspector",
66
"repository": {

0 commit comments

Comments
 (0)