Skip to content

Commit a2af296

Browse files
committed
2.10.1
1 parent 64937bb commit a2af296

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.10.1] - 2022-11-10
4+
5+
### Fixed
6+
7+
- Fixed incorrect module field in package.json. (See [issue #405](https://github.com/ginkgobioworks/react-json-schema-form-builder/issues/405).)
8+
- Fixed broken example app. (See [issue #388](https://github.com/ginkgobioworks/react-json-schema-form-builder/issues/388).)
9+
10+
### Changed
11+
12+
- Updated dependencies in package.json and package-lock.json
13+
- Updated dependencies in example/package.json and exmaple/package-lock.json
14+
315
## [2.10.0] - 2022-09-11
416

517
### Added

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ginkgo-bioworks/react-json-schema-form-builder",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "React Component for visually configuring a JSON Schema-based form",
55
"author": {
66
"name": "Nathan Alam",

0 commit comments

Comments
 (0)