@saas-ui/forms 1.4.2 → 1.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 1.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - bff22b0: Removed deprecated type
8
+
9
+ ## 1.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 1f074c98: Upgrade to Chakra 2.4.8. Using .mjs for esm bundles.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [1f074c98]
18
+ - @saas-ui/button@1.4.0
19
+ - @saas-ui/input-right-button@1.4.0
20
+ - @saas-ui/number-input@1.4.0
21
+ - @saas-ui/password-input@1.4.0
22
+ - @saas-ui/pin-input@1.4.0
23
+ - @saas-ui/radio@1.4.0
24
+ - @saas-ui/react-utils@1.2.0
25
+ - @saas-ui/select@1.4.0
26
+ - @saas-ui/stepper@1.4.0
27
+
3
28
  ## 1.4.2
4
29
 
5
30
  ### Patch Changes
package/ajv/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "exports": {
7
7
  ".": {
8
8
  "require": "./../dist/ajv/index.js",
9
- "import": "./../dist/ajv/index.modern.js"
9
+ "import": "./../dist/ajv/index.modern.mjs"
10
10
  },
11
11
  "./src": {
12
12
  "default": "./src/index.ts"
@@ -14,12 +14,13 @@
14
14
  },
15
15
  "source": "./src/index.ts",
16
16
  "main": "../dist/ajv/index.js",
17
- "module": "../dist/ajv/index.modern.js",
17
+ "module": "../dist/ajv/index.modern.mjs",
18
18
  "types": "../dist/ajv/index.d.ts",
19
19
  "author": "Eelco Wiersma <eelco@appulse.nl>",
20
20
  "license": "MIT",
21
21
  "peerDependencies": {
22
22
  "@chakra-ui/utils": "^2.0.2",
23
+ "@saas-ui/forms": "^1.4.2",
23
24
  "@hookform/resolvers": "^2.9.3",
24
25
  "react-hook-form": "^7.33.1",
25
26
  "ajv": "^8.11.0"