Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2741)
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 May 26, 2024
1 parent 12a2208 commit 6cd7341
Show file tree
Hide file tree
Showing 25 changed files with 119 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/@graphql-inspector_commands-2740-dependencies.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.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 5.0.3

### 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.3",
"version": "5.0.4",
"type": "module",
"description": "GraphQL Inspector functionality for GitHub Actions",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/ci

## 5.0.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 5.0.3

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

## 5.0.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4
- @graphql-inspector/audit-command@5.0.4
- @graphql-inspector/coverage-command@6.0.4
- @graphql-inspector/diff-command@5.0.4
- @graphql-inspector/docs-command@5.0.4
- @graphql-inspector/introspect-command@5.0.4
- @graphql-inspector/serve-command@5.0.4
- @graphql-inspector/similar-command@5.0.4
- @graphql-inspector/validate-command@5.0.4

## 5.0.3

### 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.3",
"version": "5.0.4",
"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.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 5.0.3

### 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.3",
"version": "5.0.4",
"type": "module",
"description": "Audit Documents in GraphQL Inspector",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/commands/commands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-inspector/commands

## 5.0.4

### Patch Changes

- [#2740](https://github.com/kamilkisiela/graphql-inspector/pull/2740)
[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - dependencies updates:
- Updated dependency
[`@graphql-inspector/loaders@^4.0.0` ↗︎](https://www.npmjs.com/package/@graphql-inspector/loaders/v/4.0.0)
(from `^4.0.4`, in `peerDependencies`)

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/commands",
"version": "5.0.3",
"version": "5.0.4",
"type": "module",
"description": "Plugin system for commands 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.0.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 6.0.3

### 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.0.3",
"version": "6.0.4",
"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.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 5.0.3

### 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.3",
"version": "5.0.4",
"type": "module",
"description": "Compare GraphQL Schemas",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/docs-command

## 5.0.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/docs-command",
"version": "5.0.3",
"version": "5.0.4",
"type": "module",
"description": "Open GraphQL Inspector Documentation",
"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.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 5.0.3

### 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.3",
"version": "5.0.4",
"type": "module",
"description": "Introspects GraphQL Schema",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commands/serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/serve-command

## 5.0.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/serve-command",
"version": "5.0.3",
"version": "5.0.4",
"type": "module",
"description": "Serves GraphQL Schemma",
"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.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 5.0.3

### 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.3",
"version": "5.0.4",
"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.4

### Patch Changes

- Updated dependencies
[[`12a2208`](https://github.com/kamilkisiela/graphql-inspector/commit/12a2208748d3ef987400e298eb796e9139357a53)]:
- @graphql-inspector/commands@5.0.4

## 5.0.3

### 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.3",
"version": "5.0.4",
"type": "module",
"description": "Validate Documents in GraphQL Inspector",
"repository": {
Expand Down

0 comments on commit 6cd7341

Please sign in to comment.