Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2132)
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 Oct 24, 2020
1 parent 96a7555 commit 69d8499
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/lemon-carpets-brush.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
@@ -1,5 +1,13 @@
# @graphql-tools/batch-delegate

## 6.2.6

### Patch Changes

- 96a7555d: Fix release

Last PATCH release actually transitively updated graphql-tools and @graphql-tools/delegate to use latest MAJOR version of dependencies.

## 6.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-delegate/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "6.2.5",
"version": "6.2.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
@@ -1,5 +1,16 @@
# graphql-tools

## 6.2.6

### Patch Changes

- 96a7555d: Fix release

Last PATCH release actually transitively updated graphql-tools and @graphql-tools/delegate to use latest MAJOR version of dependencies.

- Updated dependencies [96a7555d]
- @graphql-tools/batch-delegate@6.2.6

## 6.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "6.2.5",
"version": "6.2.6",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"directory": "dist"
},
"dependencies": {
"@graphql-tools/batch-delegate": "^6.2.4",
"@graphql-tools/batch-delegate": "^6.2.6",
"@graphql-tools/delegate": "^6.2.4",
"@graphql-tools/graphql-tag-pluck": "^6.2.4",
"@graphql-tools/import": "^6.2.4",
Expand Down

0 comments on commit 69d8499

Please sign in to comment.