Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 24, 2023
1 parent 0537cc5 commit e77738a
Show file tree
Hide file tree
Showing 20 changed files with 97 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-games-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-masks-promise.md

This file was deleted.

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

## 4.0.4

### Patch Changes

- Updated dependencies
[[`831703cc`](https://github.com/kamilkisiela/graphql-inspector/commit/831703cc503bb91972776fb888db60911da3eb99),
[`06581e0d`](https://github.com/kamilkisiela/graphql-inspector/commit/06581e0d0e992f09c5f321adb73a30fe9b378f34)]:
- @graphql-inspector/core@5.1.0

## 4.0.3

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

## 4.0.4

### Patch Changes

- Updated dependencies []:
- @graphql-inspector/audit-command@4.0.4
- @graphql-inspector/coverage-command@5.0.4
- @graphql-inspector/diff-command@4.0.4
- @graphql-inspector/introspect-command@4.0.4
- @graphql-inspector/similar-command@4.0.4
- @graphql-inspector/validate-command@4.0.4

## 4.0.3

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

## 4.0.4

### Patch Changes

- Updated dependencies
[[`831703cc`](https://github.com/kamilkisiela/graphql-inspector/commit/831703cc503bb91972776fb888db60911da3eb99),
[`06581e0d`](https://github.com/kamilkisiela/graphql-inspector/commit/06581e0d0e992f09c5f321adb73a30fe9b378f34)]:
- @graphql-inspector/core@5.1.0

## 4.0.3

### 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.3",
"version": "4.0.4",
"type": "module",
"description": "Audit Documents in GraphQL Inspector",
"repository": {
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

## 5.0.4

### Patch Changes

- Updated dependencies
[[`831703cc`](https://github.com/kamilkisiela/graphql-inspector/commit/831703cc503bb91972776fb888db60911da3eb99),
[`06581e0d`](https://github.com/kamilkisiela/graphql-inspector/commit/06581e0d0e992f09c5f321adb73a30fe9b378f34)]:
- @graphql-inspector/core@5.1.0

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

## 4.0.4

### Patch Changes

- Updated dependencies
[[`831703cc`](https://github.com/kamilkisiela/graphql-inspector/commit/831703cc503bb91972776fb888db60911da3eb99),
[`06581e0d`](https://github.com/kamilkisiela/graphql-inspector/commit/06581e0d0e992f09c5f321adb73a30fe9b378f34)]:
- @graphql-inspector/core@5.1.0

## 4.0.3

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

## 4.0.4

### Patch Changes

- Updated dependencies
[[`831703cc`](https://github.com/kamilkisiela/graphql-inspector/commit/831703cc503bb91972776fb888db60911da3eb99),
[`06581e0d`](https://github.com/kamilkisiela/graphql-inspector/commit/06581e0d0e992f09c5f321adb73a30fe9b378f34)]:
- @graphql-inspector/core@5.1.0

## 4.0.3

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

## 4.0.4

### Patch Changes

- Updated dependencies
[[`831703cc`](https://github.com/kamilkisiela/graphql-inspector/commit/831703cc503bb91972776fb888db60911da3eb99),
[`06581e0d`](https://github.com/kamilkisiela/graphql-inspector/commit/06581e0d0e992f09c5f321adb73a30fe9b378f34)]:
- @graphql-inspector/core@5.1.0

## 4.0.3

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

## 4.0.4

### Patch Changes

- Updated dependencies
[[`831703cc`](https://github.com/kamilkisiela/graphql-inspector/commit/831703cc503bb91972776fb888db60911da3eb99),
[`06581e0d`](https://github.com/kamilkisiela/graphql-inspector/commit/06581e0d0e992f09c5f321adb73a30fe9b378f34)]:
- @graphql-inspector/core@5.1.0

## 4.0.3

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

## 5.1.0

### Minor Changes

- [#2673](https://github.com/kamilkisiela/graphql-inspector/pull/2673)
[`831703cc`](https://github.com/kamilkisiela/graphql-inspector/commit/831703cc503bb91972776fb888db60911da3eb99)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add metadata (with change field in it)
to checkUsage function of ConsiderUsage rule

- [#2667](https://github.com/kamilkisiela/graphql-inspector/pull/2667)
[`06581e0d`](https://github.com/kamilkisiela/graphql-inspector/commit/06581e0d0e992f09c5f321adb73a30fe9b378f34)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Replace ChangeType enum with const strings

## 5.0.2

### Patch Changes
Expand Down
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": "5.0.2",
"version": "5.1.0",
"type": "module",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
Expand Down

0 comments on commit e77738a

Please sign in to comment.