mui-custom-form 1.0.0 → 1.0.2

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.
@@ -190,3 +190,9 @@ const FormWithZod = () => {
190
190
  ## 🤝 Contribution
191
191
 
192
192
  Your contributions are always welcome!
193
+
194
+ ## License
195
+
196
+ This project is licensed under the [MIT license](https://github.com/DevOsamaIslam/async-handler-ts/blob/master/LICENSE).
197
+
198
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mui-custom-form",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A versatile React form component utilizing MUI components and react-hook-form.",
5
5
  "main": "dist/CustomForm.js",
6
6
  "types": "dist/CustomForm.d.ts",