Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6063)
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] committed Apr 15, 2024
1 parent df7f657 commit f0e6d46
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/spotty-kiwis-crash.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-tools/utils

## 10.1.3

### Patch Changes

- [#6055](https://github.com/ardatan/graphql-tools/pull/6055) [`4093f70`](https://github.com/ardatan/graphql-tools/commit/4093f7043a195fda1f2f8315e3cb1d4d05723415) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Disallow new lines in paths when checking with `isValidPath`

A string may sometimes look like a path but is not (like an SDL of a simple
GraphQL schema). To make sure we don't yield false-positives in such cases,
we disallow new lines in paths (even though most Unix systems support new
lines in file names).

## 10.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/utils",
"version": "10.1.2",
"version": "10.1.3",
"type": "module",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
Expand Down

0 comments on commit f0e6d46

Please sign in to comment.