Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2335)
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 15, 2023
1 parent a3ab0f2 commit d6643dd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-pillows-eat.md

This file was deleted.

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

## 3.4.4

### Patch Changes

- Updated dependencies
[[`1118f360`](https://github.com/kamilkisiela/graphql-inspector/commit/1118f3604a68db20a6a3a9013ef8a954034362f3)]:
- @graphql-inspector/coverage-command@3.4.3

## 3.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "3.4.4",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@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.2",
"@graphql-inspector/coverage-command": "3.4.3",
"@graphql-inspector/diff-command": "3.4.2",
"@graphql-inspector/docs-command": "3.4.1",
"@graphql-inspector/git-loader": "3.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/commands/coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-inspector/coverage-command

## 3.4.3

### Patch Changes

- [#2184](https://github.com/kamilkisiela/graphql-inspector/pull/2184)
[`1118f360`](https://github.com/kamilkisiela/graphql-inspector/commit/1118f3604a68db20a6a3a9013ef8a954034362f3)
Thanks [@velias](https://github.com/velias)! - coverage: overall statistics about coverage
provided

## 3.4.2

### 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": "3.4.2",
"version": "3.4.3",
"description": "Schema Coverage in GraphQL Inspector",
"repository": {
"type": "git",
Expand Down

0 comments on commit d6643dd

Please sign in to comment.