Skip to content

Commit

Permalink
Version Packages (#177)
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 Apr 12, 2022
1 parent 8426c7b commit b6b1c09
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .changeset/quick-pans-tan.md

This file was deleted.

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

## 0.0.23

### Patch Changes

- 8426c7b2: Always include nullable outermost input type within schema

Because variables could include a default value.

See https://github.com/yaacovCR/graphql-executor/issues/174 for more details.

## 0.0.22

### 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.22",
"version": "0.0.23",
"description": "A customizable GraphQL Spec compliant Executor class.",
"license": "MIT",
"main": "index",
Expand Down

0 comments on commit b6b1c09

Please sign in to comment.