Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2833)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 9, 2024
1 parent 5854b64 commit ad1127b
Show file tree
Hide file tree
Showing 19 changed files with 86 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-cats-drive.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/action

## 5.0.8

### Patch Changes

- Updated dependencies
[[`5854b64`](https://github.com/kamilkisiela/graphql-inspector/commit/5854b64ca37e3aace4f831d28e8ce19e018bab99)]:
- @graphql-inspector/core@6.2.1

## 5.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/action",
"version": "5.0.7",
"version": "5.0.8",
"type": "module",
"description": "GraphQL Inspector functionality for GitHub Actions",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-inspector/cli

## 5.0.8

### Patch Changes

- Updated dependencies []:
- @graphql-inspector/audit-command@5.0.8
- @graphql-inspector/coverage-command@6.1.2
- @graphql-inspector/diff-command@5.0.8
- @graphql-inspector/introspect-command@5.0.8
- @graphql-inspector/similar-command@5.0.8
- @graphql-inspector/validate-command@5.0.8

## 5.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/cli",
"version": "5.0.7",
"version": "5.0.8",
"type": "module",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/audit-command

## 5.0.8

### Patch Changes

- Updated dependencies
[[`5854b64`](https://github.com/kamilkisiela/graphql-inspector/commit/5854b64ca37e3aace4f831d28e8ce19e018bab99)]:
- @graphql-inspector/core@6.2.1

## 5.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/audit-command",
"version": "5.0.7",
"version": "5.0.8",
"type": "module",
"description": "Audit Documents in GraphQL Inspector",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/coverage-command

## 6.1.2

### Patch Changes

- Updated dependencies
[[`5854b64`](https://github.com/kamilkisiela/graphql-inspector/commit/5854b64ca37e3aace4f831d28e8ce19e018bab99)]:
- @graphql-inspector/core@6.2.1

## 6.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/coverage-command",
"version": "6.1.1",
"version": "6.1.2",
"type": "module",
"description": "Schema Coverage in GraphQL Inspector",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/diff-command

## 5.0.8

### Patch Changes

- Updated dependencies
[[`5854b64`](https://github.com/kamilkisiela/graphql-inspector/commit/5854b64ca37e3aace4f831d28e8ce19e018bab99)]:
- @graphql-inspector/core@6.2.1

## 5.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/diff-command",
"version": "5.0.7",
"version": "5.0.8",
"type": "module",
"description": "Compare GraphQL Schemas",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/introspect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/introspect-command

## 5.0.8

### Patch Changes

- Updated dependencies
[[`5854b64`](https://github.com/kamilkisiela/graphql-inspector/commit/5854b64ca37e3aace4f831d28e8ce19e018bab99)]:
- @graphql-inspector/core@6.2.1

## 5.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/introspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/introspect-command",
"version": "5.0.7",
"version": "5.0.8",
"type": "module",
"description": "Introspects GraphQL Schema",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/similar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/similar-command

## 5.0.8

### Patch Changes

- Updated dependencies
[[`5854b64`](https://github.com/kamilkisiela/graphql-inspector/commit/5854b64ca37e3aace4f831d28e8ce19e018bab99)]:
- @graphql-inspector/core@6.2.1

## 5.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/similar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/similar-command",
"version": "5.0.7",
"version": "5.0.8",
"type": "module",
"description": "Find similar types in GraphQL Schema",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/validate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/validate-command

## 5.0.8

### Patch Changes

- Updated dependencies
[[`5854b64`](https://github.com/kamilkisiela/graphql-inspector/commit/5854b64ca37e3aace4f831d28e8ce19e018bab99)]:
- @graphql-inspector/core@6.2.1

## 5.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/validate-command",
"version": "5.0.7",
"version": "5.0.8",
"type": "module",
"description": "Validate Documents in GraphQL Inspector",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/core

## 6.2.1

### Patch Changes

- [#2831](https://github.com/kamilkisiela/graphql-inspector/pull/2831)
[`5854b64`](https://github.com/kamilkisiela/graphql-inspector/commit/5854b64ca37e3aace4f831d28e8ce19e018bab99)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Change CriticalityLevel to Dangerous when
directive removed

## 6.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/core",
"version": "6.2.0",
"version": "6.2.1",
"type": "module",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down

0 comments on commit ad1127b

Please sign in to comment.