Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent b43a59f commit 7e2cbdc
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-deers-divide.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/graphql-tag-pluck

## 8.3.7

### Patch Changes

- [#6667](https://github.com/ardatan/graphql-tools/pull/6667)
[`4fd0d3a`](https://github.com/ardatan/graphql-tools/commit/4fd0d3a335b39dc0c44e78a0416bb7dfe900c2ea)
Thanks [@renovate](https://github.com/apps/renovate)! - Support content-tag v3 and support older
versions

## 8.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "8.3.6",
"version": "8.3.7",
"type": "module",
"description": "Pluck graphql-tag template literals",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/code-file-loader

## 8.1.8

### Patch Changes

- Updated dependencies
[[`4fd0d3a`](https://github.com/ardatan/graphql-tools/commit/4fd0d3a335b39dc0c44e78a0416bb7dfe900c2ea)]:
- @graphql-tools/graphql-tag-pluck@8.3.7

## 8.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/code-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/code-file-loader",
"version": "8.1.7",
"version": "8.1.8",
"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/graphql-tag-pluck": "8.3.6",
"@graphql-tools/graphql-tag-pluck": "8.3.7",
"@graphql-tools/utils": "^10.6.1",
"globby": "^11.0.3",
"tslib": "^2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/git-loader

## 8.0.12

### Patch Changes

- Updated dependencies
[[`4fd0d3a`](https://github.com/ardatan/graphql-tools/commit/4fd0d3a335b39dc0c44e78a0416bb7dfe900c2ea)]:
- @graphql-tools/graphql-tag-pluck@8.3.7

## 8.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/git-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 Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "8.3.6",
"@graphql-tools/graphql-tag-pluck": "8.3.7",
"@graphql-tools/utils": "^10.6.1",
"is-glob": "4.0.3",
"micromatch": "^4.0.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/github-loader

## 8.0.7

### Patch Changes

- Updated dependencies
[[`4fd0d3a`](https://github.com/ardatan/graphql-tools/commit/4fd0d3a335b39dc0c44e78a0416bb7dfe900c2ea)]:
- @graphql-tools/graphql-tag-pluck@8.3.7

## 8.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/github-loader",
"version": "8.0.6",
"version": "8.0.7",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@ardatan/sync-fetch": "^0.0.1",
"@graphql-tools/executor-http": "^1.1.9",
"@graphql-tools/graphql-tag-pluck": "^8.3.6",
"@graphql-tools/graphql-tag-pluck": "^8.3.7",
"@graphql-tools/utils": "^10.6.1",
"@whatwg-node/fetch": "^0.10.0",
"tslib": "^2.4.0",
Expand Down

0 comments on commit 7e2cbdc

Please sign in to comment.