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 23, 2021
1 parent 7ea4b11 commit dbbccb8
Show file tree
Hide file tree
Showing 80 changed files with 588 additions and 257 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-crews-suffer.md

This file was deleted.

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/cuddly-horses-prove.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/fifty-wombats-help.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/forty-ducks-drum.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/grumpy-months-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-vans-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-rings-happen.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/mean-news-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-balloons-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-shirts-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-yaks-drive.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/silent-comics-tell.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/smooth-tips-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-suns-run.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-pumas-impress.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-tools/batch-delegate

## 7.0.3

### Patch Changes

- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [982c8f53]
- Updated dependencies [e01d6b9e]
- @graphql-tools/utils@8.0.0
- @graphql-tools/delegate@8.0.0

## 7.0.2

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "7.0.2",
"version": "7.0.3",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -10,8 +10,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 @@ -32,14 +32,14 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "^7.1.4",
"@graphql-tools/utils": "^7.8.1",
"@graphql-tools/delegate": "^8.0.0",
"@graphql-tools/utils": "^8.0.0",
"dataloader": "2.0.0",
"tslib": "~2.3.0"
},
"devDependencies": {
"@graphql-tools/schema": "^7.1.4",
"@graphql-tools/stitch": "^7.5.2"
"@graphql-tools/schema": "^8.0.0",
"@graphql-tools/stitch": "^8.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
13 changes: 13 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-tools/batch-execute

## 7.1.3

### Patch Changes

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

## 7.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/batch-execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-execute",
"version": "7.1.2",
"version": "7.1.3",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -10,8 +10,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 @@ -32,7 +32,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/utils": "^7.7.0",
"@graphql-tools/utils": "^8.0.0",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
Expand Down
23 changes: 23 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @graphql-tools/delegate

## 8.0.0

### Major Changes

- e01d6b9e: BREAKING - Use native AggregateError if possible. Native AggregateError doesn't have iterator but errors prop

### Patch Changes

- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [982c8f53]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- @graphql-tools/utils@8.0.0
- @graphql-tools/schema@8.0.0
- @graphql-tools/batch-execute@7.1.3

## 7.1.5

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "7.1.5",
"version": "8.0.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -10,8 +10,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 @@ -32,9 +32,9 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "^7.1.2",
"@graphql-tools/schema": "^7.1.5",
"@graphql-tools/utils": "^7.7.1",
"@graphql-tools/batch-execute": "^7.1.3",
"@graphql-tools/schema": "^8.0.0",
"@graphql-tools/utils": "^8.0.0",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
Expand Down
13 changes: 13 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-tools/graphql-tag-pluck

## 6.5.2

### Patch Changes

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

## 6.5.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "6.5.1",
"version": "6.5.2",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand All @@ -10,8 +10,8 @@
},
"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 @@ -32,7 +32,7 @@
"@babel/parser": "7.14.7",
"@babel/traverse": "7.14.7",
"@babel/types": "7.14.5",
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/utils": "^8.0.0",
"tslib": "~2.3.0"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# graphql-tools

## 8.0.0

### Major Changes

- e01d6b9e: Add deprecation notice and export makeExecutableSchema only

### Patch Changes

- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- Updated dependencies [e01d6b9e]
- @graphql-tools/schema@8.0.0

## 7.0.5

### Patch Changes
Expand Down
Loading

0 comments on commit dbbccb8

Please sign in to comment.