Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6448)
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
theguild-bot and github-actions[bot] authored Aug 16, 2024
1 parent 4a31880 commit 8b4f869
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/stale-weeks-type.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/merge

## 9.0.6

### Patch Changes

- [`0286437`](https://github.com/ardatan/graphql-tools/commit/02864374aa25c4b326673347d4f683ce30af3703)
Thanks [@ardatan](https://github.com/ardatan)! - Improve directive extraction

- Updated dependencies
[[`0286437`](https://github.com/ardatan/graphql-tools/commit/02864374aa25c4b326673347d4f683ce30af3703)]:
- @graphql-tools/utils@10.5.4

## 9.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/merge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/merge",
"version": "9.0.5",
"version": "9.0.6",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.4.0",
"@graphql-tools/utils": "^10.5.4",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-tools/schema

## 10.0.6

### Patch Changes

- [`0286437`](https://github.com/ardatan/graphql-tools/commit/02864374aa25c4b326673347d4f683ce30af3703)
Thanks [@ardatan](https://github.com/ardatan)! - Improve directive extraction

- Updated dependencies
[[`0286437`](https://github.com/ardatan/graphql-tools/commit/02864374aa25c4b326673347d4f683ce30af3703)]:
- @graphql-tools/merge@9.0.6
- @graphql-tools/utils@10.5.4

## 10.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/schema",
"version": "10.0.5",
"version": "10.0.6",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -50,8 +50,8 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/merge": "^9.0.5",
"@graphql-tools/utils": "^10.4.0",
"@graphql-tools/merge": "^9.0.6",
"@graphql-tools/utils": "^10.5.4",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/utils

## 10.5.4

### Patch Changes

- [`0286437`](https://github.com/ardatan/graphql-tools/commit/02864374aa25c4b326673347d4f683ce30af3703)
Thanks [@ardatan](https://github.com/ardatan)! - Improve directive extraction

## 10.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/utils",
"version": "10.5.3",
"version": "10.5.4",
"type": "module",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
Expand Down

0 comments on commit 8b4f869

Please sign in to comment.