@saas-ui/forms 2.0.0-next.10 → 2.0.0-next.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +15 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 2.0.0-next.12
4
+
5
+ ### Patch Changes
6
+
7
+ - a7ef6dd9: Fixed issue where types for exports were not detected
8
+ - Updated dependencies [a7ef6dd9]
9
+ - @saas-ui/core@2.0.0-next.10
10
+
11
+ ## 2.0.0-next.11
12
+
13
+ ### Patch Changes
14
+
15
+ - @saas-ui/core@2.0.0-next.9
16
+
3
17
  ## 2.0.0-next.10
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "2.0.0-next.10",
3
+ "version": "2.0.0-next.12",
4
4
  "description": "Fully functional forms for Chakra UI.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -36,6 +36,19 @@
36
36
  "default": "./ajv/src/index.ts"
37
37
  }
38
38
  },
39
+ "typesVersions": {
40
+ "*": {
41
+ "ajv": [
42
+ "./dist/ajv/index.d.ts"
43
+ ],
44
+ "yup": [
45
+ "./dist/yup/index.d.ts"
46
+ ],
47
+ "zod": [
48
+ "./dist/zod/index.d.ts"
49
+ ]
50
+ }
51
+ },
39
52
  "main": "./dist/index.js",
40
53
  "module": "./dist/index.mjs",
41
54
  "types": "./dist/index.d.ts",
@@ -89,7 +102,7 @@
89
102
  "dependencies": {
90
103
  "@chakra-ui/react-utils": "^2.0.12",
91
104
  "@chakra-ui/utils": "^2.0.15",
92
- "@saas-ui/core": "2.0.0-next.8",
105
+ "@saas-ui/core": "2.0.0-next.10",
93
106
  "react-hook-form": "^7.43.9"
94
107
  },
95
108
  "peerDependencies": {