Skip to content

Commit

Permalink
Version Packages (#171)
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 Mar 23, 2022
1 parent 00f54c0 commit 875c3c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/thirty-lizards-unite.md

This file was deleted.

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

## 0.0.22

### Patch Changes

- 00f54c0d: introspection should track the ExecutorSchema rather than the GraphQLSchema

...in case of any discrepancy. When an explicit ExecutorSchema is passed, the GraphQLSchema should essentially be ignored, required in essence only to satisfy TS typings. If an explicit ExecutorSchema is not passed, it is generated from the GraphQLSchema, and so there would be no discrepancy.

## 0.0.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-executor",
"version": "0.0.21",
"version": "0.0.22",
"description": "A customizable GraphQL Spec compliant Executor class.",
"license": "MIT",
"main": "index",
Expand Down

0 comments on commit 875c3c6

Please sign in to comment.