Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6853)
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 Jan 16, 2025
1 parent 5a4d9e0 commit 6fe27dd
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_load-files-6846-dependencies.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-points-tap.md

This file was deleted.

19 changes: 17 additions & 2 deletions packages/load-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
# @graphql-tools/load-files

## 7.0.1

### Patch Changes

- [#6846](https://github.com/ardatan/graphql-tools/pull/6846)
[`72dc6a5`](https://github.com/ardatan/graphql-tools/commit/72dc6a527a14dc04f4590e88c6af7dfb63fa6663)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`unixify@^1.0.0` ↗︎](https://www.npmjs.com/package/unixify/v/1.0.0) (from
`1.0.0`, in `dependencies`)

## 7.0.0

### Major Changes

- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`
- [#5274](https://github.com/ardatan/graphql-tools/pull/5274)
[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)
Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`

## 6.6.1

### Patch Changes

- [#4624](https://github.com/ardatan/graphql-tools/pull/4624) [`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
- [#4624](https://github.com/ardatan/graphql-tools/pull/4624)
[`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with
`moduleResolution` `node16` or `nodenext`

## 6.6.0

Expand Down
2 changes: 1 addition & 1 deletion packages/load-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/load-files",
"version": "7.0.0",
"version": "7.0.1",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/graphql-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/graphql-file-loader

## 8.0.12

### Patch Changes

- [#6846](https://github.com/ardatan/graphql-tools/pull/6846)
[`72dc6a5`](https://github.com/ardatan/graphql-tools/commit/72dc6a527a14dc04f4590e88c6af7dfb63fa6663)
Thanks [@renovate](https://github.com/apps/renovate)! - Fix on Windows and new version of
`fast-glob`

## 8.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/graphql-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-file-loader",
"version": "8.0.11",
"version": "8.0.12",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/node-require/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/node-require

## 7.0.13

### Patch Changes

- Updated dependencies
[[`72dc6a5`](https://github.com/ardatan/graphql-tools/commit/72dc6a527a14dc04f4590e88c6af7dfb63fa6663)]:
- @graphql-tools/graphql-file-loader@8.0.12

## 7.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node-require/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/node-require",
"version": "7.0.12",
"version": "7.0.13",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "8.0.11",
"@graphql-tools/graphql-file-loader": "8.0.12",
"@graphql-tools/load": "8.0.12",
"@graphql-tools/utils": "^10.7.2",
"tslib": "^2.4.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/relay-operation-optimizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/relay-operation-optimizer

## 7.0.12

### Patch Changes

- [#6852](https://github.com/ardatan/graphql-tools/pull/6852)
[`782a15a`](https://github.com/ardatan/graphql-tools/commit/782a15ab32413c2e1ac046bc2b3ef0706d9be48f)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@ardatan/relay-compiler@^12.0.1` ↗︎](https://www.npmjs.com/package/@ardatan/relay-compiler/v/12.0.1)
(from `12.0.0`, in `dependencies`)

## 7.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-operation-optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/relay-operation-optimizer",
"version": "7.0.11",
"version": "7.0.12",
"type": "module",
"description": "Package for optimizing your GraphQL operations relay style.",
"repository": {
Expand Down

0 comments on commit 6fe27dd

Please sign in to comment.