Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2813)
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 Nov 13, 2024
1 parent 60d674d commit ac6c9f9
Show file tree
Hide file tree
Showing 22 changed files with 100 additions and 22 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-moons-sip.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.7

### Patch Changes

- Updated dependencies
[[`60d674d`](https://github.com/kamilkisiela/graphql-inspector/commit/60d674d1a72ed61cfc5ffbd44d46f87e54ddb858)]:
- @graphql-inspector/core@6.2.0

## 5.0.6

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

## 5.0.7

### Patch Changes

- Updated dependencies
[[`eba0184`](https://github.com/kamilkisiela/graphql-inspector/commit/eba01849686f6e2f86e4767c36ed397638d869c5)]:
- @graphql-inspector/serve-command@5.0.6
- @graphql-inspector/audit-command@5.0.7
- @graphql-inspector/coverage-command@6.1.1
- @graphql-inspector/diff-command@5.0.7
- @graphql-inspector/introspect-command@5.0.7
- @graphql-inspector/similar-command@5.0.7
- @graphql-inspector/validate-command@5.0.7

## 5.0.6

### 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.6",
"version": "5.0.7",
"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.7

### Patch Changes

- Updated dependencies
[[`60d674d`](https://github.com/kamilkisiela/graphql-inspector/commit/60d674d1a72ed61cfc5ffbd44d46f87e54ddb858)]:
- @graphql-inspector/core@6.2.0

## 5.0.6

### 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.6",
"version": "5.0.7",
"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.1

### Patch Changes

- Updated dependencies
[[`60d674d`](https://github.com/kamilkisiela/graphql-inspector/commit/60d674d1a72ed61cfc5ffbd44d46f87e54ddb858)]:
- @graphql-inspector/core@6.2.0

## 6.1.0

### Minor 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.0",
"version": "6.1.1",
"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.7

### Patch Changes

- Updated dependencies
[[`60d674d`](https://github.com/kamilkisiela/graphql-inspector/commit/60d674d1a72ed61cfc5ffbd44d46f87e54ddb858)]:
- @graphql-inspector/core@6.2.0

## 5.0.6

### 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.6",
"version": "5.0.7",
"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.7

### Patch Changes

- Updated dependencies
[[`60d674d`](https://github.com/kamilkisiela/graphql-inspector/commit/60d674d1a72ed61cfc5ffbd44d46f87e54ddb858)]:
- @graphql-inspector/core@6.2.0

## 5.0.6

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

## 5.0.6

### Patch Changes

- [#2812](https://github.com/kamilkisiela/graphql-inspector/pull/2812)
[`eba0184`](https://github.com/kamilkisiela/graphql-inspector/commit/eba01849686f6e2f86e4767c36ed397638d869c5)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.7.0) (from `5.6.3`, in
`dependencies`)

## 5.0.5

### 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.5",
"version": "5.0.6",
"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.7

### Patch Changes

- Updated dependencies
[[`60d674d`](https://github.com/kamilkisiela/graphql-inspector/commit/60d674d1a72ed61cfc5ffbd44d46f87e54ddb858)]:
- @graphql-inspector/core@6.2.0

## 5.0.6

### 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.6",
"version": "5.0.7",
"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.7

### Patch Changes

- Updated dependencies
[[`60d674d`](https://github.com/kamilkisiela/graphql-inspector/commit/60d674d1a72ed61cfc5ffbd44d46f87e54ddb858)]:
- @graphql-inspector/core@6.2.0

## 5.0.6

### 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.6",
"version": "5.0.7",
"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.0

### Minor Changes

- [#2827](https://github.com/kamilkisiela/graphql-inspector/pull/2827)
[`60d674d`](https://github.com/kamilkisiela/graphql-inspector/commit/60d674d1a72ed61cfc5ffbd44d46f87e54ddb858)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Added missing types to Change type and fix
typo "DirectiveUsageInputObjectdRemovedChange" to "DirectiveUsageInputObjectRemovedChange"

## 6.1.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.1.0",
"version": "6.2.0",
"type": "module",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down

0 comments on commit ac6c9f9

Please sign in to comment.