Skip to content

Commit 7e9514a

Browse files
chore(release): update monorepo packages versions
1 parent 89e32e5 commit 7e9514a

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

.changeset/old-lobsters-fold.md

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

packages/graphql-tag-pluck/CHANGELOG.md

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

3+
## 8.3.1
4+
5+
### Patch Changes
6+
7+
- [#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+
39
## 8.3.0
410

511
### Minor Changes

packages/graphql-tag-pluck/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/graphql-tag-pluck",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"type": "module",
55
"description": "Pluck graphql-tag template literals",
66
"repository": {

packages/loaders/code-file/CHANGELOG.md

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

3+
## 8.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ee0daab`](https://github.com/ardatan/graphql-tools/commit/ee0daabd6f3036bb2b63a679d5415f63c9f85056)]:
8+
- @graphql-tools/graphql-tag-pluck@8.3.1
9+
310
## 8.1.1
411

512
### Patch Changes

packages/loaders/code-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/code-file-loader",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/graphql-tag-pluck": "8.3.0",
54+
"@graphql-tools/graphql-tag-pluck": "8.3.1",
5555
"@graphql-tools/utils": "^10.0.13",
5656
"globby": "^11.0.3",
5757
"tslib": "^2.4.0",

packages/loaders/git/CHANGELOG.md

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

3+
## 8.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ee0daab`](https://github.com/ardatan/graphql-tools/commit/ee0daabd6f3036bb2b63a679d5415f63c9f85056)]:
8+
- @graphql-tools/graphql-tag-pluck@8.3.1
9+
310
## 8.0.5
411

512
### Patch Changes

packages/loaders/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/git-loader",
3-
"version": "8.0.5",
3+
"version": "8.0.6",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/graphql-tag-pluck": "8.3.0",
54+
"@graphql-tools/graphql-tag-pluck": "8.3.1",
5555
"@graphql-tools/utils": "^10.0.13",
5656
"is-glob": "4.0.3",
5757
"micromatch": "^4.0.4",

0 commit comments

Comments
 (0)