Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5793)
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 Dec 25, 2023
1 parent 5ae0394 commit 10131c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-houses-cry.md

This file was deleted.

8 changes: 7 additions & 1 deletion packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/utils

## 10.0.12

### Patch Changes

- [`5ae0394`](https://github.com/ardatan/graphql-tools/commit/5ae039445b07fd11dea1f2b5a6a4154ad4f2a6ab) Thanks [@ardatan](https://github.com/ardatan)! - Print comments as blocks

## 10.0.11

### Patch Changes
Expand Down Expand Up @@ -807,7 +813,7 @@

```js
{
mydir: [{ arg: 'first' }, { arg: 'second' }];
mydir: [{ arg: "first" }, { arg: "second" }];
}
```

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

0 comments on commit 10131c3

Please sign in to comment.