Skip to content

Commit

Permalink
Merge pull request #73 from Khan/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jaredly authored Jan 10, 2025
2 parents 09f72b5 + f005fc2 commit d0245b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-lies-bathe.md

This file was deleted.

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

## 3.1.2

### Patch Changes

- 09f72b5: Fix handling of input objects with required attributes that have a default value

## 3.1.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@khanacademy/graphql-flow",
"version": "3.1.1",
"version": "3.1.2",
"bin": {
"graphql-flow": "./dist/cli/run.js"
},
"jest": {
"testPathIgnorePatterns": ["dist"]
"testPathIgnorePatterns": [
"dist"
]
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit d0245b1

Please sign in to comment.