Skip to content

Commit

Permalink
Upcoming Release Changes (#2271)
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 Nov 25, 2020
1 parent fb14cd2 commit 8652e87
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-monkeys-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-eagles-cheer.md

This file was deleted.

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

## 7.0.2

### Patch Changes

- fb14cd28: Added export from new optimize package
- Updated dependencies [fb14cd28]
- @graphql-tools/optimize@1.0.1

## 7.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "7.0.1",
"version": "7.0.2",
"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/optimize": "1.0.0",
"@graphql-tools/optimize": "1.0.1",
"@graphql-tools/batch-delegate": "^7.0.0",
"@graphql-tools/batch-execute": "^7.0.0",
"@graphql-tools/delegate": "^7.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/optimize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @graphql-tools/optimize

## 1.0.1

### Patch Changes

- fb14cd28: Fix missing Directive AST when clearing empty nodes

## 1.0.0

### Major Changes

- bd1ba4bd: NEW PACKAGE: A set of small utilities for optimizing `DocumentNode` objects
2 changes: 1 addition & 1 deletion packages/optimize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/optimize",
"version": "1.0.0",
"version": "1.0.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/webpack-loader

## 6.3.1

### Patch Changes

- Updated dependencies [fb14cd28]
- @graphql-tools/optimize@1.0.1

## 6.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/webpack-loader",
"version": "6.3.0",
"version": "6.3.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/optimize": "1.0.0",
"@graphql-tools/optimize": "1.0.1",
"@graphql-tools/webpack-loader-runtime": "^6.2.4",
"tslib": "~2.0.1"
},
Expand Down

0 comments on commit 8652e87

Please sign in to comment.