Skip to content

Commit 4e340b7

Browse files
committed
2.10.2
1 parent e9c3a74 commit 4e340b7

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [2.10.2] - 2023-04-24
4+
5+
### Fixed
6+
7+
- Fixed inability to open certain elements without opening all of them one by one. (See [issue #285](https://github.com/ginkgobioworks/react-json-schema-form-builder/issues/285).)
8+
9+
### Changed
10+
11+
- Updated dependencies in package.json and package-lock.json
12+
- Updated dependencies in example/package.json and exmaple/package-lock.json
13+
314
## [2.10.1] - 2022-11-10
415

516
### Fixed

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: 1 addition & 1 deletion
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.1",
3+
"version": "2.10.2",
44
"description": "React Component for visually configuring a JSON Schema-based form",
55
"author": {
66
"name": "Nathan Alam",

0 commit comments

Comments
 (0)