Skip to content

Commit

Permalink
update pkg info
Browse files Browse the repository at this point in the history
  • Loading branch information
manojadams committed May 11, 2024
1 parent 42092cc commit e30d91b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A framework for building react form libraries. Create your react form components and use this framework for adding form behavior using JSON-based schema.

## Change logs
- [fix #68: add support for multi-select control](https://github.com/manojadams/metaforms-core/issues/68)
- [fix #70: api errors from server should be handled when a field has api config present](https://github.com/manojadams/metaforms-core/issues/70)

## Introduction
This library reads the JSON-based schema and lays out beautiful forms.
Expand Down
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": "@manojadams/metaforms-core",
"version": "4.0.2",
"version": "4.0.3",
"description": "React Library for rendering dynamic forms from json schema",
"author": "manojadams",
"license": "MIT",
Expand Down

0 comments on commit e30d91b

Please sign in to comment.