Skip to content

Commit 6acf39e

Browse files
chore(release): update monorepo packages versions (#2426)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 34f84e8 commit 6acf39e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+310
-54
lines changed

.changeset/eleven-knives-smell.md

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

packages/action/CHANGELOG.md

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

3+
## 3.4.9
4+
5+
### Patch Changes
6+
7+
- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
8+
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
10+
build the packages (Dist folder build now esm and cjs versions)
11+
- Updated dependencies
12+
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
13+
- @graphql-inspector/commands@3.4.5
14+
- @graphql-inspector/github@3.4.9
15+
- @graphql-inspector/core@4.0.3
16+
317
## 3.4.8
418

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

packages/ci/CHANGELOG.md

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

3+
## 3.4.6
4+
5+
### Patch Changes
6+
7+
- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
8+
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
10+
build the packages (Dist folder build now esm and cjs versions)
11+
- Updated dependencies
12+
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
13+
- @graphql-inspector/commands@3.4.5
14+
- @graphql-inspector/loaders@3.4.5
15+
- @graphql-inspector/config@3.4.4
16+
- @graphql-inspector/logger@3.4.4
17+
318
## 3.4.5
419

520
### 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": "3.4.5",
3+
"version": "3.4.6",
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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @graphql-inspector/cli
22

3+
## 3.4.10
4+
5+
### Patch Changes
6+
7+
- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
8+
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
10+
build the packages (Dist folder build now esm and cjs versions)
11+
- Updated dependencies
12+
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
13+
- @graphql-inspector/introspect-command@3.4.8
14+
- @graphql-inspector/commands@3.4.5
15+
- @graphql-inspector/coverage-command@4.0.4
16+
- @graphql-inspector/validate-command@3.4.8
17+
- @graphql-inspector/similar-command@3.4.8
18+
- @graphql-inspector/graphql-loader@3.4.3
19+
- @graphql-inspector/loaders@3.4.5
20+
- @graphql-inspector/audit-command@3.4.8
21+
- @graphql-inspector/serve-command@3.4.6
22+
- @graphql-inspector/github-loader@3.4.3
23+
- @graphql-inspector/diff-command@3.4.8
24+
- @graphql-inspector/docs-command@3.4.6
25+
- @graphql-inspector/code-loader@3.4.3
26+
- @graphql-inspector/json-loader@3.4.3
27+
- @graphql-inspector/git-loader@3.4.3
28+
- @graphql-inspector/url-loader@3.4.3
29+
- @graphql-inspector/config@3.4.4
30+
331
## 3.4.9
432

533
### 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.9",
3+
"version": "3.4.10",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @graphql-inspector/audit-command
22

3+
## 3.4.8
4+
5+
### Patch Changes
6+
7+
- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
8+
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
10+
build the packages (Dist folder build now esm and cjs versions)
11+
- Updated dependencies
12+
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
13+
- @graphql-inspector/commands@3.4.5
14+
- @graphql-inspector/logger@3.4.4
15+
- @graphql-inspector/core@4.0.3
16+
317
## 3.4.7
418

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

packages/commands/commands/CHANGELOG.md

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

3+
## 3.4.5
4+
5+
### Patch Changes
6+
7+
- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
8+
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
10+
build the packages (Dist folder build now esm and cjs versions)
11+
- Updated dependencies
12+
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
13+
- @graphql-inspector/loaders@3.4.5
14+
- @graphql-inspector/config@3.4.4
15+
316
## 3.4.4
417

518
### Patch Changes

0 commit comments

Comments
 (0)