Skip to content

Commit f0e6d46

Browse files
chore(release): update monorepo packages versions (#6063)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent df7f657 commit f0e6d46

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/spotty-kiwis-crash.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-tools/utils
22

3+
## 10.1.3
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
A string may sometimes look like a path but is not (like an SDL of a simple
10+
GraphQL schema). To make sure we don't yield false-positives in such cases,
11+
we disallow new lines in paths (even though most Unix systems support new
12+
lines in file names).
13+
314
## 10.1.2
415

516
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/utils",
3-
"version": "10.1.2",
3+
"version": "10.1.3",
44
"type": "module",
55
"description": "Common package containing utils and types for GraphQL tools",
66
"repository": {

0 commit comments

Comments
 (0)