@saas-ui/forms 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @saas-ui/forms
|
2
2
|
|
3
|
+
## 0.2.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- b3159a7: Only publish dist and src files
|
8
|
+
- Updated dependencies [b3159a7]
|
9
|
+
- @saas-ui/button@0.2.1
|
10
|
+
- @saas-ui/input-right-button@0.2.1
|
11
|
+
- @saas-ui/number-input@0.2.1
|
12
|
+
- @saas-ui/password-input@0.2.1
|
13
|
+
- @saas-ui/pin-input@0.2.1
|
14
|
+
- @saas-ui/radio@0.2.1
|
15
|
+
- @saas-ui/select@0.2.1
|
16
|
+
|
3
17
|
## 0.2.3
|
4
18
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/forms",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.4",
|
4
4
|
"description": "Theme and components agnostic SaasProvider",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -65,13 +65,13 @@
|
|
65
65
|
"@chakra-ui/icons": "^1.1.1",
|
66
66
|
"@chakra-ui/react-utils": "^1.2.1",
|
67
67
|
"@hookform/resolvers": "^2.8.3",
|
68
|
-
"@saas-ui/button": "0.2.
|
69
|
-
"@saas-ui/input-right-button": "0.2.
|
70
|
-
"@saas-ui/number-input": "0.2.
|
71
|
-
"@saas-ui/password-input": "0.2.
|
72
|
-
"@saas-ui/pin-input": "0.2.
|
73
|
-
"@saas-ui/radio": "0.2.
|
74
|
-
"@saas-ui/select": "0.2.
|
68
|
+
"@saas-ui/button": "0.2.1",
|
69
|
+
"@saas-ui/input-right-button": "0.2.1",
|
70
|
+
"@saas-ui/number-input": "0.2.1",
|
71
|
+
"@saas-ui/password-input": "0.2.1",
|
72
|
+
"@saas-ui/pin-input": "0.2.1",
|
73
|
+
"@saas-ui/radio": "0.2.1",
|
74
|
+
"@saas-ui/select": "0.2.1",
|
75
75
|
"react-hook-form": "^7.22.0"
|
76
76
|
},
|
77
77
|
"peerDependencies": {
|