Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2426)
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 10, 2023
1 parent 34f84e8 commit 6acf39e
Show file tree
Hide file tree
Showing 47 changed files with 310 additions and 54 deletions.
28 changes: 0 additions & 28 deletions .changeset/eleven-knives-smell.md

This file was deleted.

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

## 3.4.9

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/github@3.4.9
- @graphql-inspector/core@4.0.3

## 3.4.8

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

## 3.4.6

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/loaders@3.4.5
- @graphql-inspector/config@3.4.4
- @graphql-inspector/logger@3.4.4

## 3.4.5

### 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.5",
"version": "3.4.6",
"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.10

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/introspect-command@3.4.8
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/coverage-command@4.0.4
- @graphql-inspector/validate-command@3.4.8
- @graphql-inspector/similar-command@3.4.8
- @graphql-inspector/graphql-loader@3.4.3
- @graphql-inspector/loaders@3.4.5
- @graphql-inspector/audit-command@3.4.8
- @graphql-inspector/serve-command@3.4.6
- @graphql-inspector/github-loader@3.4.3
- @graphql-inspector/diff-command@3.4.8
- @graphql-inspector/docs-command@3.4.6
- @graphql-inspector/code-loader@3.4.3
- @graphql-inspector/json-loader@3.4.3
- @graphql-inspector/git-loader@3.4.3
- @graphql-inspector/url-loader@3.4.3
- @graphql-inspector/config@3.4.4

## 3.4.9

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

## 3.4.8

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/logger@3.4.4
- @graphql-inspector/core@4.0.3

## 3.4.7

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

## 3.4.5

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/loaders@3.4.5
- @graphql-inspector/config@3.4.4

## 3.4.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.4",
"version": "3.4.5",
"type": "module",
"description": "Plugin system for commands in GraphQL Inspector",
"repository": {
Expand Down Expand Up @@ -58,8 +58,8 @@
"prepack": "bob prepack"
},
"peerDependencies": {
"@graphql-inspector/config": "3.4.3",
"@graphql-inspector/loaders": "3.4.4",
"@graphql-inspector/config": "3.4.4",
"@graphql-inspector/loaders": "3.4.5",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"yargs": "17.2.1"
},
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.4

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/logger@3.4.4
- @graphql-inspector/core@4.0.3

## 4.0.3

### 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.3",
"version": "4.0.4",
"type": "module",
"description": "Schema Coverage in GraphQL Inspector",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/commands/diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-inspector/diff-command

## 3.4.8

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/logger@3.4.4
- @graphql-inspector/core@4.0.3

## 3.4.7

### 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.7",
"version": "3.4.8",
"type": "module",
"description": "Compare GraphQL Schemas",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/commands/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-inspector/docs-command

## 3.4.6

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5

## 3.4.5

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

## 3.4.8

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/logger@3.4.4
- @graphql-inspector/core@4.0.3

## 3.4.7

### 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.7",
"version": "3.4.8",
"type": "module",
"description": "Introspects GraphQL Schema",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/commands/serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-inspector/serve-command

## 3.4.6

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/logger@3.4.4

## 3.4.5

### 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.5",
"version": "3.4.6",
"type": "module",
"description": "Serves GraphQL Schemma",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/commands/similar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-inspector/similar-command

## 3.4.8

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/logger@3.4.4
- @graphql-inspector/core@4.0.3

## 3.4.7

### 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.7",
"version": "3.4.8",
"type": "module",
"description": "Find similar types in GraphQL Schema",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/commands/validate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-inspector/validate-command

## 3.4.8

### Patch Changes

- [#2419](https://github.com/kamilkisiela/graphql-inspector/pull/2419)
[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Update `bob` version -> change the way we
build the packages (Dist folder build now esm and cjs versions)
- Updated dependencies
[[`34f84e8f`](https://github.com/kamilkisiela/graphql-inspector/commit/34f84e8f58a083f56d2d049a3b865d4fdfa468bc)]:
- @graphql-inspector/commands@3.4.5
- @graphql-inspector/logger@3.4.4
- @graphql-inspector/core@4.0.3

## 3.4.7

### 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.4.7",
"version": "3.4.8",
"type": "module",
"description": "Validate Documents in GraphQL Inspector",
"repository": {
Expand Down
Loading

0 comments on commit 6acf39e

Please sign in to comment.