Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSetyadi committed May 24, 2022
1 parent 5b82d2d commit 854a024
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion 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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-gear",
"version": "0.1.1",
"version": "0.1.2",
"description": "FormGear is a framework engine for dynamic form creation and complex form processing and validation for data collection.",
"info": "It is easy to use and efficiently handle nested inquiries to capture everything down to the last detail. Unlike other similar framework, validation is handled in a FALSE condition in which each field is validated against a test equation. This leads to a more efficient and effective way to validate each component.",
"homepage": "https://solid-form-gear.vercel.app/",
Expand Down Expand Up @@ -70,7 +70,7 @@
"dayjs": "^1.11.2",
"papaparse": "^5.3.2",
"semver-compare": "^1.0.0",
"solid-js": "^1.3.17",
"solid-js": "1.3.17",
"toastify-js": "^1.11.2"
}
}

0 comments on commit 854a024

Please sign in to comment.