Skip to content

Commit a2b3ee4

Browse files
Upcoming Release Changes (#2413)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5b27545 commit a2b3ee4

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

+324
-53
lines changed

.changeset/calm-rats-boil.md

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

packages/action/CHANGELOG.md

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

3+
## 3.4.8
4+
5+
### Patch Changes
6+
7+
- [#2412](https://github.com/kamilkisiela/graphql-inspector/pull/2412)
8+
[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Bump all packages to fix issues with
10+
previous release
11+
12+
- Updated dependencies
13+
[[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)]:
14+
- @graphql-inspector/commands@3.4.4
15+
- @graphql-inspector/core@4.0.2
16+
- @graphql-inspector/github@3.4.8
17+
318
## 3.4.7
419

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

packages/ci/CHANGELOG.md

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

3+
## 3.4.5
4+
5+
### Patch Changes
6+
7+
- [#2412](https://github.com/kamilkisiela/graphql-inspector/pull/2412)
8+
[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Bump all packages to fix issues with
10+
previous release
11+
12+
- Updated dependencies
13+
[[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)]:
14+
- @graphql-inspector/commands@3.4.4
15+
- @graphql-inspector/config@3.4.3
16+
- @graphql-inspector/loaders@3.4.4
17+
- @graphql-inspector/logger@3.4.3
18+
319
## 3.4.4
420

521
### 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.4",
3+
"version": "3.4.5",
44
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
55
"repository": {
66
"type": "git",

packages/cli/CHANGELOG.md

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

3+
## 3.4.9
4+
5+
### Patch Changes
6+
7+
- [#2412](https://github.com/kamilkisiela/graphql-inspector/pull/2412)
8+
[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Bump all packages to fix issues with
10+
previous release
11+
12+
- Updated dependencies
13+
[[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)]:
14+
- @graphql-inspector/audit-command@3.4.7
15+
- @graphql-inspector/commands@3.4.4
16+
- @graphql-inspector/coverage-command@4.0.3
17+
- @graphql-inspector/diff-command@3.4.7
18+
- @graphql-inspector/docs-command@3.4.5
19+
- @graphql-inspector/introspect-command@3.4.7
20+
- @graphql-inspector/serve-command@3.4.5
21+
- @graphql-inspector/similar-command@3.4.7
22+
- @graphql-inspector/validate-command@3.4.7
23+
- @graphql-inspector/config@3.4.3
24+
- @graphql-inspector/code-loader@3.4.2
25+
- @graphql-inspector/git-loader@3.4.2
26+
- @graphql-inspector/github-loader@3.4.2
27+
- @graphql-inspector/graphql-loader@3.4.2
28+
- @graphql-inspector/json-loader@3.4.2
29+
- @graphql-inspector/loaders@3.4.4
30+
- @graphql-inspector/url-loader@3.4.2
31+
332
## 3.4.8
433

534
### 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.8",
3+
"version": "3.4.9",
44
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
55
"repository": {
66
"type": "git",

packages/commands/audit/CHANGELOG.md

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

3+
## 3.4.7
4+
5+
### Patch Changes
6+
7+
- [#2412](https://github.com/kamilkisiela/graphql-inspector/pull/2412)
8+
[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Bump all packages to fix issues with
10+
previous release
11+
12+
- Updated dependencies
13+
[[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)]:
14+
- @graphql-inspector/commands@3.4.4
15+
- @graphql-inspector/core@4.0.2
16+
- @graphql-inspector/logger@3.4.3
17+
318
## 3.4.6
419

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

packages/commands/commands/CHANGELOG.md

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

3+
## 3.4.4
4+
5+
### Patch Changes
6+
7+
- [#2412](https://github.com/kamilkisiela/graphql-inspector/pull/2412)
8+
[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Bump all packages to fix issues with
10+
previous release
11+
12+
- Updated dependencies
13+
[[`5b275450`](https://github.com/kamilkisiela/graphql-inspector/commit/5b2754500d44771582310822fce629bb44d56528)]:
14+
- @graphql-inspector/config@3.4.3
15+
- @graphql-inspector/loaders@3.4.4
16+
317
## 3.4.3
418

519
### Patch Changes

0 commit comments

Comments
 (0)