Skip to content

Commit

Permalink
2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-lam committed Aug 22, 2022
1 parent 97af08d commit 6a9d129
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.9.2] - 2022-08-22

### Fixed

- Fixed misconfigured eslint
- Fix continued issues when dependencies are out of order (See [issue #337](https://github.com/ginkgobioworks/react-json-schema-form-builder/issues/337).)

### Changed

- Updated dependencies in package.json and package-lock.json
- Updated dependencies in example/package-lock.json

## [2.9.1] - 2022-07-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

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

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": "@ginkgo-bioworks/react-json-schema-form-builder",
"version": "2.9.1",
"version": "2.9.2",
"description": "React Component for visually configuring a JSON Schema-based form",
"author": {
"name": "Nathan Alam",
Expand Down

0 comments on commit 6a9d129

Please sign in to comment.