Skip to content

Commit

Permalink
[Official] - Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSetyadi committed Jun 27, 2022
1 parent 449777c commit 83e94bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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": "form-gear",
"version": "1.0.1",
"version": "1.0.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
2 changes: 1 addition & 1 deletion src/FormGear.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { createSignal } from "solid-js";
import semverCompare from "semver-compare";
import { toastInfo } from "./FormInput";

export const gearVersion = '1.0.1';
export const gearVersion = '1.0.2';
export let templateVersion = '0.0.0';
export let validationVersion = '0.0.0';
export function FormGear(referenceFetch, templateFetch, presetFetch, responseFetch, validationFetch, remarkFetch, config, uploadHandler, GpsHandler, offlineSearch, onlineSearch, mobileExit, setResponseMobile, setSubmitMobile, openMap) {
Expand Down

0 comments on commit 83e94bc

Please sign in to comment.