Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2342)
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 Feb 16, 2023
1 parent b17ee0a commit c92ed4c
Show file tree
Hide file tree
Showing 21 changed files with 117 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-scissors-hammer.md

This file was deleted.

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

## 3.4.5

### Patch Changes

- Updated dependencies
[[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)]:
- @graphql-inspector/core@4.0.0
- @graphql-inspector/github@3.4.5

## 3.4.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.4",
"version": "3.4.5",
"description": "GraphQL Inspector functionality for GitHub Actions",
"sideEffects": false,
"main": "dist/index.js",
Expand Down Expand Up @@ -52,8 +52,8 @@
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "4.0.0",
"@graphql-inspector/core": "3.5.1",
"@graphql-inspector/github": "3.4.4",
"@graphql-inspector/core": "4.0.0",
"@graphql-inspector/github": "3.4.5",
"js-yaml": "4.1.0",
"probot": "11.4.1",
"tslib": "^2.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-inspector/cli

## 3.4.6

### Patch Changes

- Updated dependencies
[[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)]:
- @graphql-inspector/coverage-command@4.0.0
- @graphql-inspector/audit-command@3.4.4
- @graphql-inspector/diff-command@3.4.4
- @graphql-inspector/introspect-command@3.4.4
- @graphql-inspector/similar-command@3.4.4
- @graphql-inspector/validate-command@3.4.4

## 3.4.5

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions 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.5",
"version": "3.4.6",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,23 +47,23 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/audit-command": "3.4.3",
"@graphql-inspector/audit-command": "3.4.4",
"@graphql-inspector/code-loader": "3.4.0",
"@graphql-inspector/commands": "3.4.1",
"@graphql-inspector/config": "3.4.0",
"@graphql-inspector/coverage-command": "3.4.4",
"@graphql-inspector/diff-command": "3.4.3",
"@graphql-inspector/coverage-command": "4.0.0",
"@graphql-inspector/diff-command": "3.4.4",
"@graphql-inspector/docs-command": "3.4.2",
"@graphql-inspector/git-loader": "3.4.0",
"@graphql-inspector/github-loader": "3.4.0",
"@graphql-inspector/graphql-loader": "3.4.0",
"@graphql-inspector/introspect-command": "3.4.3",
"@graphql-inspector/introspect-command": "3.4.4",
"@graphql-inspector/json-loader": "3.4.0",
"@graphql-inspector/loaders": "3.4.1",
"@graphql-inspector/serve-command": "3.4.2",
"@graphql-inspector/similar-command": "3.4.3",
"@graphql-inspector/similar-command": "3.4.4",
"@graphql-inspector/url-loader": "3.4.0",
"@graphql-inspector/validate-command": "3.4.3",
"@graphql-inspector/validate-command": "3.4.4",
"tslib": "^2.0.0",
"yargs": "17.2.1"
},
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.4

### Patch Changes

- Updated dependencies
[[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)]:
- @graphql-inspector/core@4.0.0

## 3.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "3.4.4",
"description": "Audit Documents in GraphQL Inspector",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.1",
"@graphql-inspector/core": "3.5.1",
"@graphql-inspector/core": "4.0.0",
"@graphql-inspector/logger": "3.4.2",
"cli-table3": "0.6.3",
"tslib": "^2.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/commands/coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-inspector/coverage-command

## 4.0.0

### Major Changes

- [#2341](https://github.com/kamilkisiela/graphql-inspector/pull/2341)
[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)
Thanks [@velias](https://github.com/velias)! - fix: core bump to patch coverage

### Patch Changes

- Updated dependencies
[[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)]:
- @graphql-inspector/core@4.0.0

## 3.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.4.4",
"version": "4.0.0",
"description": "Schema Coverage in GraphQL Inspector",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.1",
"@graphql-inspector/core": "3.5.1",
"@graphql-inspector/core": "4.0.0",
"@graphql-inspector/logger": "3.4.2",
"tslib": "^2.0.0"
},
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.4

### Patch Changes

- Updated dependencies
[[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)]:
- @graphql-inspector/core@4.0.0

## 3.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "3.4.4",
"description": "Compare GraphQL Schemas",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.1",
"@graphql-inspector/core": "3.5.1",
"@graphql-inspector/core": "4.0.0",
"@graphql-inspector/logger": "3.4.2",
"tslib": "^2.0.0"
},
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.4

### Patch Changes

- Updated dependencies
[[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)]:
- @graphql-inspector/core@4.0.0

## 3.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "3.4.4",
"description": "Introspects GraphQL Schema",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.1",
"@graphql-inspector/core": "3.5.1",
"@graphql-inspector/core": "4.0.0",
"@graphql-inspector/logger": "3.4.2",
"tslib": "^2.0.0"
},
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.4

### Patch Changes

- Updated dependencies
[[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)]:
- @graphql-inspector/core@4.0.0

## 3.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "3.4.4",
"description": "Find similar types in GraphQL Schema",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.1",
"@graphql-inspector/core": "3.5.1",
"@graphql-inspector/core": "4.0.0",
"@graphql-inspector/logger": "3.4.2",
"tslib": "^2.0.0"
},
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.4.4

### Patch Changes

- Updated dependencies
[[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)]:
- @graphql-inspector/core@4.0.0

## 3.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4.3",
"version": "3.4.4",
"description": "Validate Documents in GraphQL Inspector",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.1",
"@graphql-inspector/core": "3.5.1",
"@graphql-inspector/core": "4.0.0",
"@graphql-inspector/logger": "3.4.2",
"tslib": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-inspector/core

## 4.0.0

### Major Changes

- [#2341](https://github.com/kamilkisiela/graphql-inspector/pull/2341)
[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)
Thanks [@velias](https://github.com/velias)! - fix: core bump to patch coverage

## 3.5.1

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

## 3.4.5

### Patch Changes

- Updated dependencies
[[`b17ee0a3`](https://github.com/kamilkisiela/graphql-inspector/commit/b17ee0a380a7153bf4c0a1a23e5a725726e51d0f)]:
- @graphql-inspector/core@4.0.0

## 3.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "3.4.5",
"description": "GraphQL Inspector's Probot. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"probot": "^9.0.1 || ^10.0.0 || ^11.0.0"
},
"dependencies": {
"@graphql-inspector/core": "3.5.1",
"@graphql-inspector/core": "4.0.0",
"@whatwg-node/fetch": "0.8.1",
"dataloader": "2.2.2",
"js-yaml": "4.1.0",
Expand Down

0 comments on commit c92ed4c

Please sign in to comment.