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 May 14, 2024
1 parent c4de0f4 commit b22dd40
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-lobsters-fold.md

This file was deleted.

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

## 8.3.1

### Patch Changes

- [#4439](https://github.com/ardatan/graphql-tools/pull/4439) [`ee0daab`](https://github.com/ardatan/graphql-tools/commit/ee0daabd6f3036bb2b63a679d5415f63c9f85056) Thanks [@jaschaephraim](https://github.com/jaschaephraim)! - Add option to pluck from custom Vue block

## 8.3.0

### Minor 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.0",
"version": "8.3.1",
"type": "module",
"description": "Pluck graphql-tag template literals",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/code-file-loader

## 8.1.2

### Patch Changes

- Updated dependencies [[`ee0daab`](https://github.com/ardatan/graphql-tools/commit/ee0daabd6f3036bb2b63a679d5415f63c9f85056)]:
- @graphql-tools/graphql-tag-pluck@8.3.1

## 8.1.1

### 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.1",
"version": "8.1.2",
"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.0",
"@graphql-tools/graphql-tag-pluck": "8.3.1",
"@graphql-tools/utils": "^10.0.13",
"globby": "^11.0.3",
"tslib": "^2.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/git-loader

## 8.0.6

### Patch Changes

- Updated dependencies [[`ee0daab`](https://github.com/ardatan/graphql-tools/commit/ee0daabd6f3036bb2b63a679d5415f63c9f85056)]:
- @graphql-tools/graphql-tag-pluck@8.3.1

## 8.0.5

### 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.5",
"version": "8.0.6",
"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.0",
"@graphql-tools/graphql-tag-pluck": "8.3.1",
"@graphql-tools/utils": "^10.0.13",
"is-glob": "4.0.3",
"micromatch": "^4.0.4",
Expand Down

0 comments on commit b22dd40

Please sign in to comment.