@saas-ui/forms 0.3.4 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# @saas-ui/forms
|
2
2
|
|
3
|
+
## 0.4.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- e511ffd: Added a11y testing to all packages
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- Updated dependencies [e511ffd]
|
12
|
+
- @saas-ui/button@0.3.0
|
13
|
+
- @saas-ui/number-input@0.3.0
|
14
|
+
- @saas-ui/pin-input@0.3.0
|
15
|
+
- @saas-ui/radio@0.3.0
|
16
|
+
- @saas-ui/select@0.3.0
|
17
|
+
- @saas-ui/input-right-button@0.3.0
|
18
|
+
- @saas-ui/password-input@0.3.0
|
19
|
+
|
3
20
|
## 0.3.4
|
4
21
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/forms",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.4.0",
|
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.
|
69
|
-
"@saas-ui/input-right-button": "0.
|
70
|
-
"@saas-ui/number-input": "0.
|
71
|
-
"@saas-ui/password-input": "0.
|
72
|
-
"@saas-ui/pin-input": "0.
|
73
|
-
"@saas-ui/radio": "0.
|
74
|
-
"@saas-ui/select": "0.
|
68
|
+
"@saas-ui/button": "0.3.0",
|
69
|
+
"@saas-ui/input-right-button": "0.3.0",
|
70
|
+
"@saas-ui/number-input": "0.3.0",
|
71
|
+
"@saas-ui/password-input": "0.3.0",
|
72
|
+
"@saas-ui/pin-input": "0.3.0",
|
73
|
+
"@saas-ui/radio": "0.3.0",
|
74
|
+
"@saas-ui/select": "0.3.0",
|
75
75
|
"react-hook-form": "^7.22.0"
|
76
76
|
},
|
77
77
|
"peerDependencies": {
|