Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2727)
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 May 16, 2024
1 parent 50874f2 commit de81e5b
Show file tree
Hide file tree
Showing 46 changed files with 364 additions and 57 deletions.

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/clean-pigs-whisper.md

This file was deleted.

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

## 5.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/commands@5.0.0
- @graphql-inspector/core@6.0.0

## 4.0.4

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

## 5.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/commands@5.0.0
- @graphql-inspector/loaders@5.0.0
- @graphql-inspector/config@5.0.0
- @graphql-inspector/logger@5.0.0

## 4.0.3

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

## 5.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3),
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/serve-command@5.0.0
- @graphql-inspector/introspect-command@5.0.0
- @graphql-inspector/commands@5.0.0
- @graphql-inspector/coverage-command@6.0.0
- @graphql-inspector/validate-command@5.0.0
- @graphql-inspector/similar-command@5.0.0
- @graphql-inspector/graphql-loader@5.0.0
- @graphql-inspector/loaders@5.0.0
- @graphql-inspector/audit-command@5.0.0
- @graphql-inspector/github-loader@5.0.0
- @graphql-inspector/diff-command@5.0.0
- @graphql-inspector/docs-command@5.0.0
- @graphql-inspector/code-loader@5.0.0
- @graphql-inspector/json-loader@5.0.0
- @graphql-inspector/git-loader@5.0.0
- @graphql-inspector/url-loader@5.0.0
- @graphql-inspector/config@5.0.0

## 4.0.4

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

## 5.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/commands@5.0.0
- @graphql-inspector/logger@5.0.0
- @graphql-inspector/core@6.0.0

## 4.0.4

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

## 5.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/loaders@5.0.0
- @graphql-inspector/config@5.0.0

## 4.0.3

### 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": "4.0.3",
"version": "5.0.0",
"type": "module",
"description": "Plugin system for commands in GraphQL Inspector",
"repository": {
Expand Down Expand Up @@ -61,8 +61,8 @@
"prepack": "bob prepack"
},
"peerDependencies": {
"@graphql-inspector/config": "4.0.2",
"@graphql-inspector/loaders": "4.0.3",
"@graphql-inspector/config": "5.0.0",
"@graphql-inspector/loaders": "5.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"yargs": "17.7.2"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/commands/coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @graphql-inspector/coverage-command

## 6.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/commands@5.0.0
- @graphql-inspector/logger@5.0.0
- @graphql-inspector/core@6.0.0

## 5.0.4

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

## 5.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/commands@5.0.0
- @graphql-inspector/logger@5.0.0
- @graphql-inspector/core@6.0.0

## 4.0.4

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

## 5.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/commands@5.0.0

## 4.0.3

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

## 5.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/commands@5.0.0
- @graphql-inspector/logger@5.0.0
- @graphql-inspector/core@6.0.0

## 4.0.4

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

## 5.0.0

### Major Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
version 5.

### Patch Changes

- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - dependencies updates:
- Updated dependency
[`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.3.0) (from `4.0.3`, in
`dependencies`)
- Updated dependencies
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
- @graphql-inspector/commands@5.0.0
- @graphql-inspector/logger@5.0.0

## 4.0.3

### 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": "4.0.3",
"version": "5.0.0",
"type": "module",
"description": "Serves GraphQL Schemma",
"repository": {
Expand Down
Loading

0 comments on commit de81e5b

Please sign in to comment.