We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4850ec4 commit f5c5cf7Copy full SHA for f5c5cf7
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+# v0.0.8 (unrelease)
2
+
3
# v0.0.7
4
5
- Add `getValues` to `useForm` hook
package.json
@@ -1,6 +1,6 @@
{
"name": "@greenlabs/ppx-rhf",
- "version": "0.0.7",
+ "version": "0.0.8",
"description": "ReScript PPX which generates the bindings for react-hook-form",
"license": "MIT",
6
"author": "Woonki Moon<wk.moon@greenlabs.co.kr>",
src/ppx_rhf.opam
opam-version: "2.0"
name: "ppx_rhf"
-version: "0.0.7"
+version: "0.0.8"
synopsis: "ReScript PPX for react-hook-form"
description: """
ReScript PPX which generates the bindings for react-hook-form
0 commit comments