mobx-form 14.8.0 → 14.8.1

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 +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  `mobx-form` simplifies form validation and state management in MobX-powered React applications. It provides a declarative way to define form models with synchronous and asynchronous validation, dirty tracking, and easy data serialization.
12
12
 
13
- [**View Live Demo / Storybook**](https://royriojas.github.io/mobx-form/)
13
+ [**View Documentation**](https://royriojas.github.io/mobx-form/) | [**View Live Demo / Storybook**](https://royriojas.github.io/mobx-form/storybook/)
14
14
 
15
15
  ## Features
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-form",
3
- "version": "14.8.0",
3
+ "version": "14.8.1",
4
4
  "description": "A simple form helper for mobx",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",