Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2475)
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 Apr 30, 2023
1 parent ccfecba commit c316805
Show file tree
Hide file tree
Showing 31 changed files with 149 additions and 44 deletions.
6 changes: 0 additions & 6 deletions .changeset/@graphql-inspector_ci-2476-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphql-inspector_cli-2476-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphql-inspector_cli-2477-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphql-inspector_commands-2476-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-inspector_github-2474-dependencies.md

This file was deleted.

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

## 3.4.18

### Patch Changes

- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc),
[`a48aaedd`](https://github.com/kamilkisiela/graphql-inspector/commit/a48aaeddfd24794122472ec380d4e7cace100f62)]:
- @graphql-inspector/commands@3.4.8
- @graphql-inspector/github@3.4.16

## 3.4.17

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

## 3.4.12

### Patch Changes

- [#2476](https://github.com/kamilkisiela/graphql-inspector/pull/2476)
[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/yargs/v/17.7.2) (from
`17.7.1`, in `dependencies`)
- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8

## 3.4.11

### 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": "3.4.11",
"version": "3.4.12",
"type": "module",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down
28 changes: 28 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @graphql-inspector/cli

## 3.4.19

### Patch Changes

- [#2476](https://github.com/kamilkisiela/graphql-inspector/pull/2476)
[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/yargs/v/17.7.2) (from
`17.7.1`, in `dependencies`)

- [#2477](https://github.com/kamilkisiela/graphql-inspector/pull/2477)
[`5aececfd`](https://github.com/kamilkisiela/graphql-inspector/commit/5aececfd2f5fc2c0a1f42666fc5d1764088a2da0)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@babel/[email protected]` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.21.5)
(from `7.21.4`, in `dependencies`)
- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8
- @graphql-inspector/audit-command@3.4.15
- @graphql-inspector/coverage-command@4.0.11
- @graphql-inspector/diff-command@3.4.15
- @graphql-inspector/docs-command@3.4.9
- @graphql-inspector/introspect-command@3.4.15
- @graphql-inspector/serve-command@3.4.10
- @graphql-inspector/similar-command@3.4.15
- @graphql-inspector/validate-command@3.5.4

## 3.4.18

### 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": "3.4.18",
"version": "3.4.19",
"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

## 3.4.15

### Patch Changes

- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8

## 3.4.14

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

## 3.4.8

### Patch Changes

- [#2476](https://github.com/kamilkisiela/graphql-inspector/pull/2476)
[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/yargs/v/17.7.2) (from
`17.7.1`, in `peerDependencies`)

## 3.4.7

### 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": "3.4.7",
"version": "3.4.8",
"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

## 4.0.11

### Patch Changes

- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8

## 4.0.10

### 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": "4.0.10",
"version": "4.0.11",
"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

## 3.4.15

### Patch Changes

- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8

## 3.4.14

### 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": "3.4.14",
"version": "3.4.15",
"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

## 3.4.9

### Patch Changes

- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8

## 3.4.8

### 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": "3.4.8",
"version": "3.4.9",
"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

## 3.4.15

### Patch Changes

- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8

## 3.4.14

### 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": "3.4.14",
"version": "3.4.15",
"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

## 3.4.10

### Patch Changes

- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8

## 3.4.9

### 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": "3.4.9",
"version": "3.4.10",
"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

## 3.4.15

### Patch Changes

- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8

## 3.4.14

### 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": "3.4.14",
"version": "3.4.15",
"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

## 3.5.4

### Patch Changes

- Updated dependencies
[[`ccfecba2`](https://github.com/kamilkisiela/graphql-inspector/commit/ccfecba2ca619fb10bfbc5f69e4ad1952b3ea9cc)]:
- @graphql-inspector/commands@3.4.8

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

## 3.4.16

### Patch Changes

- [#2474](https://github.com/kamilkisiela/graphql-inspector/pull/2474)
[`a48aaedd`](https://github.com/kamilkisiela/graphql-inspector/commit/a48aaeddfd24794122472ec380d4e7cace100f62)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`probot@^9.0.1 || ^10.0.0 || ^11.0.0 || ^12.3.0` ↗︎](https://www.npmjs.com/package/probot/v/9.0.1)
(from `^9.0.1 || ^10.0.0 || ^11.0.0`, in `peerDependencies`)

## 3.4.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/github",
"version": "3.4.15",
"version": "3.4.16",
"type": "module",
"description": "GraphQL Inspector's Probot. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down

0 comments on commit c316805

Please sign in to comment.