Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 7, 2023
1 parent 49febfb commit 368979a
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 24 deletions.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-bikes-check.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

## 3.4.6

### Patch Changes

- Updated dependencies
[[`c55aa0c4`](https://github.com/kamilkisiela/graphql-inspector/commit/c55aa0c41f37c6cfc88eb9dae36505f4f335b6f0)]:
- @graphql-inspector/github@3.4.6

## 3.4.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "3.4.6",
"description": "GraphQL Inspector functionality for GitHub Actions",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@actions/github": "4.0.0",
"@graphql-inspector/commands": "3.4.0",
"@graphql-inspector/core": "4.0.0",
"@graphql-inspector/github": "3.4.5",
"@graphql-inspector/github": "3.4.6",
"js-yaml": "4.1.0",
"probot": "11.4.1",
"tslib": "^2.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-inspector/cli

## 3.4.7

### Patch Changes

- Updated dependencies
[[`5cdc5ae9`](https://github.com/kamilkisiela/graphql-inspector/commit/5cdc5ae995df39f12b5a4731be488ff1aa2add08),
[`5cdc5ae9`](https://github.com/kamilkisiela/graphql-inspector/commit/5cdc5ae995df39f12b5a4731be488ff1aa2add08)]:
- @graphql-inspector/docs-command@3.4.3
- @graphql-inspector/serve-command@3.4.3

## 3.4.6

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

## 3.4.3

### Patch Changes

- [#2350](https://github.com/kamilkisiela/graphql-inspector/pull/2350)
[`5cdc5ae9`](https://github.com/kamilkisiela/graphql-inspector/commit/5cdc5ae995df39f12b5a4731be488ff1aa2add08)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/open/v/8.4.2) (from `8.4.1`,
in `dependencies`)

## 3.4.2

### 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.2",
"version": "3.4.3",
"description": "Open GraphQL Inspector Documentation",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/commands/serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-inspector/serve-command

## 3.4.3

### Patch Changes

- [#2350](https://github.com/kamilkisiela/graphql-inspector/pull/2350)
[`5cdc5ae9`](https://github.com/kamilkisiela/graphql-inspector/commit/5cdc5ae995df39f12b5a4731be488ff1aa2add08)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/open/v/8.4.2) (from `8.4.1`,
in `dependencies`)

## 3.4.2

### 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.2",
"version": "3.4.3",
"description": "Serves GraphQL Schemma",
"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.6

### Patch Changes

- [#2266](https://github.com/kamilkisiela/graphql-inspector/pull/2266)
[`c55aa0c4`](https://github.com/kamilkisiela/graphql-inspector/commit/c55aa0c41f37c6cfc88eb9dae36505f4f335b6f0)
Thanks [@Tohaker](https://github.com/Tohaker)! - Allowing rules to be passed through to `diff`

## 3.4.5

### 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.5",
"version": "3.4.6",
"description": "GraphQL Inspector's Probot. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@graphql-inspector/core": "4.0.0",
"@graphql-inspector/github": "3.4.5",
"@graphql-inspector/github": "3.4.6",
"@monaco-editor/react": "4.4.6",
"@theguild/components": "4.5.6",
"@whatwg-node/fetch": "0.8.1",
Expand Down

0 comments on commit 368979a

Please sign in to comment.