We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e7a76 commit 8920964Copy full SHA for 8920964
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.0.5 (unreleased)
2
+
3
4
5
# v0.0.4
6
7
- Change type signature of append in useFieldArray hook
package.json
@@ -1,6 +1,6 @@
{
"name": "@greenlabs/ppx-rhf",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "ReScript PPX which generates the bindings for react-hook-form",
"license": "MIT",
"author": "Woonki Moon<wk.moon@greenlabs.co.kr>",
src/ppx_rhf.opam
opam-version: "2.0"
name: "ppx_rhf"
-version: "0.0.4"
+version: "0.0.5"
synopsis: "ReScript PPX for react-hook-form"
description: """
ReScript PPX which generates the bindings for react-hook-form
0 commit comments