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 Jun 8, 2021
1 parent 21e6e43 commit ee87892
Show file tree
Hide file tree
Showing 27 changed files with 117 additions and 80 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-avocados-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-seals-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-pugs-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-buckets-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-rabbits-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-cameras-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-apes-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-donuts-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-pumpkins-burn.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/apollo-engine-loader

## 6.3.0

### Minor Changes

- a31f9593: feat(apollo-engine): add sync support

### Patch Changes

- Updated dependencies [982c8f53]
- @graphql-tools/utils@7.10.1

## 6.2.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/apollo-engine-loader",
"version": "6.2.5",
"version": "6.3.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
Expand All @@ -31,7 +31,7 @@
},
"dependencies": {
"@ardatan/aggregate-error": "0.0.6",
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/utils": "^7.10.1",
"cross-fetch": "3.1.4",
"tslib": "~2.2.0",
"sync-fetch": "0.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/code-file-loader

## 6.3.2

### Patch Changes

- a31f9593: enhance(code-file-loader): remove extra work on loader level
- Updated dependencies [982c8f53]
- @graphql-tools/utils@7.10.1

## 6.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "6.3.1",
"version": "6.3.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
Expand All @@ -33,7 +33,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/utils": "^7.10.1",
"@graphql-tools/graphql-tag-pluck": "^6.5.1",
"globby": "^11.0.3",
"is-glob": "^4.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/loaders/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/git-loader

## 6.3.0

### Minor Changes

- 67cf1504: feat(git-loader): add glob support

### Patch Changes

- Updated dependencies [982c8f53]
- @graphql-tools/utils@7.10.1

## 6.2.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "6.2.6",
"version": "6.3.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
Expand All @@ -31,7 +31,7 @@
},
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "^6.2.6",
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/utils": "^7.10.1",
"micromatch": "^4.0.4",
"tslib": "~2.2.0",
"unixify": "^1.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/loaders/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/github-loader

## 6.3.0

### Minor Changes

- a31f9593: feat(github-loader): handle SDL correctly on loader level

### Patch Changes

- Updated dependencies [982c8f53]
- @graphql-tools/utils@7.10.1

## 6.2.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/loaders/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/github-loader",
"version": "6.2.5",
"version": "6.3.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
Expand All @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/utils": "^7.10.1",
"@graphql-tools/graphql-tag-pluck": "^6.2.6",
"cross-fetch": "3.1.4",
"tslib": "~2.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/json-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/json-file-loader

## 6.2.7

### Patch Changes

- a31f9593: enhance(json-file-loader): check for path in a safer way
- Updated dependencies [982c8f53]
- @graphql-tools/utils@7.10.1

## 6.2.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/loaders/json-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/json-file-loader",
"version": "6.2.6",
"version": "6.2.7",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
Expand All @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/utils": "^7.10.1",
"tslib": "~2.2.0"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/loaders/module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/module-loader

## 6.3.0

### Minor Changes

- a31f9593: feat(module-loader): check if module exists using FS

### Patch Changes

- Updated dependencies [982c8f53]
- @graphql-tools/utils@7.10.1

## 6.2.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.7",
"version": "6.3.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
Expand All @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^7.5.0",
"@graphql-tools/utils": "^7.10.1",
"tslib": "~2.2.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/url-loader

## 6.10.2

### Patch Changes

- a31f9593: enhance(url-loader): avoid doing extra work on loader level
- Updated dependencies [982c8f53]
- @graphql-tools/utils@7.10.1

## 6.10.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/url-loader",
"version": "6.10.1",
"version": "6.10.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@graphql-tools/delegate": "^7.0.1",
"@graphql-tools/utils": "^7.9.0",
"@graphql-tools/utils": "^7.10.1",
"@graphql-tools/wrap": "^7.0.4",
"@microsoft/fetch-event-source": "2.0.1",
"@types/websocket": "1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/merge

## 6.2.15

### Patch Changes

- a31f9593: fix(merge): handle schema definitions correctly
- Updated dependencies [982c8f53]
- @graphql-tools/utils@7.10.1

## 6.2.14

### Patch Changes
Expand Down
Loading

0 comments on commit ee87892

Please sign in to comment.