Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (ardatan#4099)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 9, 2022
1 parent b115644 commit ca19411
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-geckos-guess.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-carpets-bake.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/import

## 6.6.5

### Patch Changes

- Updated dependencies [43a60f93]
- Updated dependencies [20e1058b]
- @graphql-tools/utils@8.6.1

## 6.6.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/import",
"version": "6.6.4",
"version": "6.6.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"directory": "dist"
},
"dependencies": {
"@graphql-tools/utils": "8.6.0",
"@graphql-tools/utils": "8.6.1",
"resolve-from": "5.0.0",
"tslib": "~2.3.0"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/utils

## 8.6.1

### Patch Changes

- 43a60f93: Improve getArgumentValues check for null values
- 20e1058b: fix pruneSchema

Schema pruning must be done in rounds, as pruning types will automatically prune any fields that rely on them (within mapSchema), but then the empty types may also require pruning.

## 8.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/utils",
"version": "8.6.0",
"version": "8.6.1",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
"type": "git",
Expand Down

0 comments on commit ca19411

Please sign in to comment.