Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4349)
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
github-actions[bot] and github-actions[bot] committed Mar 30, 2022
1 parent 6c45c7f commit 95417ac
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-nails-sort.md

This file was deleted.

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

## 7.2.2

### Patch Changes

- cdecc1b5: adding svelte file support

## 7.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tag-pluck/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "7.2.1",
"version": "7.2.2",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-tools/code-file-loader

## 7.2.10

### Patch Changes

- Updated dependencies [cdecc1b5]
- @graphql-tools/graphql-tag-pluck@7.2.2

## 7.2.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/code-file/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/code-file-loader",
"version": "7.2.9",
"version": "7.2.10",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@graphql-tools/utils": "8.6.5",
"@graphql-tools/graphql-tag-pluck": "7.2.1",
"@graphql-tools/graphql-tag-pluck": "7.2.2",
"globby": "^11.0.3",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/git/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-tools/git-loader

## 7.1.9

### Patch Changes

- Updated dependencies [cdecc1b5]
- @graphql-tools/graphql-tag-pluck@7.2.2

## 7.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/git/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/git-loader",
"version": "7.1.8",
"version": "7.1.9",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "7.2.1",
"@graphql-tools/graphql-tag-pluck": "7.2.2",
"@graphql-tools/utils": "8.6.5",
"is-glob": "4.0.3",
"micromatch": "^4.0.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/github/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-tools/github-loader

## 7.2.10

### Patch Changes

- Updated dependencies [cdecc1b5]
- @graphql-tools/graphql-tag-pluck@7.2.2

## 7.2.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/github/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/github-loader",
"version": "7.2.9",
"version": "7.2.10",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@graphql-tools/utils": "8.6.5",
"@graphql-tools/graphql-tag-pluck": "7.2.1",
"@graphql-tools/graphql-tag-pluck": "7.2.2",
"cross-undici-fetch": "^0.1.19",
"sync-fetch": "0.3.1",
"tslib": "~2.3.0"
Expand Down

0 comments on commit 95417ac

Please sign in to comment.