Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5714)
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 Nov 22, 2023
1 parent be4c130 commit 3863a82
Show file tree
Hide file tree
Showing 7 changed files with 217 additions and 78 deletions.
7 changes: 0 additions & 7 deletions .changeset/friendly-cobras-hammer.md

This file was deleted.

257 changes: 192 additions & 65 deletions packages/merge/CHANGELOG.md

Large diffs are not rendered by default.

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.0",
"version": "9.0.1",
"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.0.0",
"@graphql-tools/utils": "^10.0.10",
"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.2

### Patch Changes

- [`a570a601`](https://github.com/ardatan/graphql-tools/commit/a570a601d91456ca81e3a26a5e3cb339edd11a62)
Thanks [@ardatan](https://github.com/ardatan)! - Add respectArrays flag to extensions merging

- Updated dependencies
[[`a570a601`](https://github.com/ardatan/graphql-tools/commit/a570a601d91456ca81e3a26a5e3cb339edd11a62)]:
- @graphql-tools/merge@9.0.1
- @graphql-tools/utils@10.0.10

## 10.0.1

### 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.1",
"version": "10.0.2",
"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.0",
"@graphql-tools/utils": "^10.0.9",
"@graphql-tools/merge": "^9.0.1",
"@graphql-tools/utils": "^10.0.10",
"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.0.10

### Patch Changes

- [`a570a601`](https://github.com/ardatan/graphql-tools/commit/a570a601d91456ca81e3a26a5e3cb339edd11a62)
Thanks [@ardatan](https://github.com/ardatan)! - Add respectArrays flag to extensions merging

## 10.0.9

### 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.0.9",
"version": "10.0.10",
"type": "module",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
Expand Down

0 comments on commit 3863a82

Please sign in to comment.