Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
manojadams committed Mar 30, 2024
1 parent d250705 commit 3cfdc6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
- [enhancement #62: add support for getting file-data on input type file](https://github.com/manojadams/metaforms-core/issues/62)
- [enhancement #64: Add a new type for input mask](https://github.com/manojadams/metaforms-core/issues/64)

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

0 comments on commit 3cfdc6f

Please sign in to comment.