Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (ardatan#2612)
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] authored Feb 18, 2021
1 parent 8f331aa commit 181a853
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-peaches-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-humans-draw.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-chairs-float.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@graphql-tools/schema": "7.1.3",
"@graphql-tools/stitch": "7.3.0",
"@graphql-tools/utils": "7.3.0"
"@graphql-tools/utils": "7.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/load

## 6.2.6

### Patch Changes

- 8f331aaa: enhance(load/module-loader/merge): use getDocumentNodeFromSchema instead of parse and printSchemaWithDirectives together
- Updated dependencies [8f331aaa]
- Updated dependencies [8f331aaa]
- Updated dependencies [8f331aaa]
- @graphql-tools/utils@7.4.0
- @graphql-tools/merge@6.2.8

## 6.2.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/load",
"version": "6.2.5",
"version": "6.2.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"graphql-type-json": "0.3.2"
},
"dependencies": {
"@graphql-tools/utils": "^7.3.0",
"@graphql-tools/merge": "^6.2.5",
"@graphql-tools/utils": "^7.4.0",
"@graphql-tools/merge": "^6.2.8",
"globby": "11.0.2",
"import-from": "3.0.0",
"is-glob": "4.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/module-loader

## 6.2.6

### Patch Changes

- 8f331aaa: enhance(load/module-loader/merge): use getDocumentNodeFromSchema instead of parse and printSchemaWithDirectives together
- Updated dependencies [8f331aaa]
- Updated dependencies [8f331aaa]
- @graphql-tools/utils@7.4.0

## 6.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/module-loader",
"version": "6.2.5",
"version": "6.2.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^7.3.0",
"@graphql-tools/utils": "^7.4.0",
"tslib": "~2.1.0"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/merge

## 6.2.8

### Patch Changes

- 8f331aaa: enhance(load/module-loader/merge): use getDocumentNodeFromSchema instead of parse and printSchemaWithDirectives together
- Updated dependencies [8f331aaa]
- Updated dependencies [8f331aaa]
- @graphql-tools/utils@7.4.0

## 6.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/merge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/merge",
"version": "6.2.7",
"version": "6.2.8",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^7.0.0",
"@graphql-tools/utils": "^7.3.0",
"@graphql-tools/utils": "^7.4.0",
"tslib": "~2.1.0"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/utils

## 7.4.0

### Minor Changes

- 8f331aaa: enhance(utils): Extract getDocumentNodeFromSchema from printSchemaWithDirectives

### Patch Changes

- 8f331aaa: fix(utils): fix missing default value of input object type field

## 7.3.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": "7.3.0",
"version": "7.4.0",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
"type": "git",
Expand Down

0 comments on commit 181a853

Please sign in to comment.