Skip to content

Commit

Permalink
Merge pull request #42 from Khan/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jaredly authored May 25, 2022
2 parents 093fa5f + ace644a commit 7b19c63
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-geese-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-moles-wink.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/graphql-flow

## 0.3.0

### Minor Changes

- 093fa5f: Enable `experimentalEnums` in a config or subconfig file in to enable the export of flow enum types, which replace the default string union literals. The type currently comes with eslint decorators to skirt a bug in eslint and flow.
- 5078624: Users can add files with the name ending in `graphql-flow.config.js` with a subset of the config fields (`options`, `excludes`) in order to have more granular control of the behavior. Another field, `extends`, takes the path of another config file to use as a base and extends/overrides fields. If no `extends` is provided, the file completely overwrites any other config files (as far as `options` and `excludes`).

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/graphql-flow",
"version": "0.2.5",
"version": "0.3.0",
"bin": {
"graphql-flow": "./dist/cli/run.js"
},
Expand Down

0 comments on commit 7b19c63

Please sign in to comment.