@ehfuse/forma 1.0.0 → 1.0.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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,10 @@
2
2
 
3
3
  # Forma
4
4
 
5
- **고급 React 상태 관리 라이브러리** | \*\*Advanced R## 📚 문서 | Documentation
5
+ **Advanced React form state management library**
6
+ 고급 React 폼 상태 관리 라이브러리
7
+
8
+ ## 📚 Documentation | 문서
6
9
 
7
10
  ### 한국어 | Korean
8
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/forma",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Advanced React form state management library with individual field subscriptions and global state support",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",