Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2248)
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 Jan 23, 2023
1 parent ca29cdd commit fb71261
Show file tree
Hide file tree
Showing 21 changed files with 121 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-starfishes-refuse.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
@@ -0,0 +1,10 @@
# @graphql-inspector/action

## 3.4.1

### Patch Changes

- Updated dependencies
[[`ca29cdd1`](https://github.com/kamilkisiela/graphql-inspector/commit/ca29cdd11287c44480f1f06d8577f4f1ee1a5d96)]:
- @graphql-inspector/core@3.5.0
- @graphql-inspector/github@3.4.1
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.0",
"version": "3.4.1",
"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.5.0",
"@actions/github": "4.0.0",
"@graphql-inspector/core": "3.4.0",
"@graphql-inspector/github": "3.4.0",
"@graphql-inspector/core": "3.5.0",
"@graphql-inspector/github": "3.4.1",
"js-yaml": "4.1.0",
"probot": "11.3.0",
"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
@@ -0,0 +1,13 @@
# @graphql-inspector/cli

## 3.4.1

### Patch Changes

- Updated dependencies []:
- @graphql-inspector/audit-command@3.4.1
- @graphql-inspector/coverage-command@3.4.1
- @graphql-inspector/diff-command@3.4.1
- @graphql-inspector/introspect-command@3.4.1
- @graphql-inspector/similar-command@3.4.1
- @graphql-inspector/validate-command@3.4.1
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.0",
"version": "3.4.1",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,22 +47,22 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/audit-command": "3.4.0",
"@graphql-inspector/audit-command": "3.4.1",
"@graphql-inspector/code-loader": "3.4.0",
"@graphql-inspector/commands": "3.4.0",
"@graphql-inspector/coverage-command": "3.4.0",
"@graphql-inspector/diff-command": "3.4.0",
"@graphql-inspector/coverage-command": "3.4.1",
"@graphql-inspector/diff-command": "3.4.1",
"@graphql-inspector/docs-command": "3.4.0",
"@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.0",
"@graphql-inspector/introspect-command": "3.4.1",
"@graphql-inspector/json-loader": "3.4.0",
"@graphql-inspector/loaders": "3.4.0",
"@graphql-inspector/serve-command": "3.4.0",
"@graphql-inspector/similar-command": "3.4.0",
"@graphql-inspector/similar-command": "3.4.1",
"@graphql-inspector/url-loader": "3.4.0",
"@graphql-inspector/validate-command": "3.4.0",
"@graphql-inspector/validate-command": "3.4.1",
"tslib": "^2.0.0",
"yargs": "17.2.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @graphql-inspector/audit-command

## 3.4.1

### Patch Changes

- Updated dependencies
[[`ca29cdd1`](https://github.com/kamilkisiela/graphql-inspector/commit/ca29cdd11287c44480f1f06d8577f4f1ee1a5d96)]:
- @graphql-inspector/core@3.5.0
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.0",
"version": "3.4.1",
"description": "Audit Documents in GraphQL Inspector",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.0",
"@graphql-inspector/core": "3.4.0",
"@graphql-inspector/core": "3.5.0",
"@graphql-inspector/logger": "3.4.0",
"cli-table3": "0.6.2",
"tslib": "^2.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @graphql-inspector/coverage-command

## 3.4.1

### Patch Changes

- Updated dependencies
[[`ca29cdd1`](https://github.com/kamilkisiela/graphql-inspector/commit/ca29cdd11287c44480f1f06d8577f4f1ee1a5d96)]:
- @graphql-inspector/core@3.5.0
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.0",
"version": "3.4.1",
"description": "Schema Coverage in GraphQL Inspector",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.0",
"@graphql-inspector/core": "3.4.0",
"@graphql-inspector/core": "3.5.0",
"@graphql-inspector/logger": "3.4.0",
"tslib": "^2.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @graphql-inspector/diff-command

## 3.4.1

### Patch Changes

- Updated dependencies
[[`ca29cdd1`](https://github.com/kamilkisiela/graphql-inspector/commit/ca29cdd11287c44480f1f06d8577f4f1ee1a5d96)]:
- @graphql-inspector/core@3.5.0
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.0",
"version": "3.4.1",
"description": "Compare GraphQL Schemas",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.0",
"@graphql-inspector/core": "3.4.0",
"@graphql-inspector/core": "3.5.0",
"@graphql-inspector/logger": "3.4.0",
"tslib": "^2.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/introspect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @graphql-inspector/introspect-command

## 3.4.1

### Patch Changes

- Updated dependencies
[[`ca29cdd1`](https://github.com/kamilkisiela/graphql-inspector/commit/ca29cdd11287c44480f1f06d8577f4f1ee1a5d96)]:
- @graphql-inspector/core@3.5.0
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.0",
"version": "3.4.1",
"description": "Introspects GraphQL Schema",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.0",
"@graphql-inspector/core": "3.4.0",
"@graphql-inspector/core": "3.5.0",
"@graphql-inspector/logger": "3.4.0",
"tslib": "^2.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/similar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @graphql-inspector/similar-command

## 3.4.1

### Patch Changes

- Updated dependencies
[[`ca29cdd1`](https://github.com/kamilkisiela/graphql-inspector/commit/ca29cdd11287c44480f1f06d8577f4f1ee1a5d96)]:
- @graphql-inspector/core@3.5.0
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.0",
"version": "3.4.1",
"description": "Find similar types in GraphQL Schema",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.0",
"@graphql-inspector/core": "3.4.0",
"@graphql-inspector/core": "3.5.0",
"@graphql-inspector/logger": "3.4.0",
"tslib": "^2.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/validate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @graphql-inspector/validate-command

## 3.4.1

### Patch Changes

- Updated dependencies
[[`ca29cdd1`](https://github.com/kamilkisiela/graphql-inspector/commit/ca29cdd11287c44480f1f06d8577f4f1ee1a5d96)]:
- @graphql-inspector/core@3.5.0
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.0",
"version": "3.4.1",
"description": "Validate Documents in GraphQL Inspector",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-inspector/commands": "3.4.0",
"@graphql-inspector/core": "3.4.0",
"@graphql-inspector/core": "3.5.0",
"@graphql-inspector/logger": "3.4.0",
"tslib": "^2.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @graphql-inspector/core

## 3.5.0

### Minor Changes

- [#2240](https://github.com/kamilkisiela/graphql-inspector/pull/2240)
[`ca29cdd1`](https://github.com/kamilkisiela/graphql-inspector/commit/ca29cdd11287c44480f1f06d8577f4f1ee1a5d96)
Thanks [@Tohaker](https://github.com/Tohaker)! - suppressRemovalOfDeprecatedField rule will now
mark removed types as dangerous
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.4.0",
"version": "3.5.0",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @graphql-inspector/github

## 3.4.1

### Patch Changes

- Updated dependencies
[[`ca29cdd1`](https://github.com/kamilkisiela/graphql-inspector/commit/ca29cdd11287c44480f1f06d8577f4f1ee1a5d96)]:
- @graphql-inspector/core@3.5.0
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.0",
"version": "3.4.1",
"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.4.0",
"@graphql-inspector/core": "3.5.0",
"axios": "0.21.4",
"dataloader": "2.0.0",
"js-yaml": "4.1.0",
Expand Down

0 comments on commit fb71261

Please sign in to comment.