rhf-stepper 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A lightweight, headless multi-step form helper for [react-hook-form](https://react-hook-form.com). Build wizards, multi-step forms, and stepped workflows with automatic per-step validation. Bring your own UI — rhf-stepper handles the logic.
4
4
 
5
- [Documentation](https://rhf-stepper-docs-git-master-omerrkosars-projects.vercel.app/docs)
5
+ [Documentation](https://rhf-stepper-docs.vercel.app/docs)
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rhf-stepper",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "A multi-step form helper for react-hook-form",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -36,7 +36,7 @@
36
36
  "form",
37
37
  "headless"
38
38
  ],
39
- "homepage": "https://rhf-stepper-docs-git-master-omerrkosars-projects.vercel.app",
39
+ "homepage": "https://rhf-stepper-docs.vercel.app/docs",
40
40
  "repository": {
41
41
  "type": "git",
42
42
  "url": "https://github.com/omerrkosar/rhf-stepper"