@saas-ui/forms 1.0.3 → 1.1.0

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,24 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f6ec7dc: Fixed issue where Next.js would not resolve Chakra UI components correctly.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [f6ec7dc]
12
+ - @saas-ui/button@1.1.0
13
+ - @saas-ui/input-right-button@1.1.0
14
+ - @saas-ui/number-input@1.1.0
15
+ - @saas-ui/password-input@1.1.0
16
+ - @saas-ui/pin-input@1.1.0
17
+ - @saas-ui/radio@1.1.0
18
+ - @saas-ui/react-utils@1.1.0
19
+ - @saas-ui/select@1.1.0
20
+ - @saas-ui/stepper@1.1.0
21
+
3
22
  ## 1.0.3
4
23
 
5
24
  ### Patch Changes
package/ajv/package.json CHANGED
@@ -1,11 +1,20 @@
1
1
  {
2
- "name": "ajv",
2
+ "name": "ajv-resolver",
3
3
  "description": "Saas UI Forms field resolver: ajv",
4
4
  "version": "1.0.0",
5
5
  "private": true,
6
+ "exports": {
7
+ ".": {
8
+ "require": "./../dist/ajv/index.js",
9
+ "import": "./../dist/ajv/index.modern.js"
10
+ },
11
+ "./src": {
12
+ "default": "./src/index.ts"
13
+ }
14
+ },
6
15
  "source": "./src/index.ts",
7
16
  "main": "../dist/ajv/index.js",
8
- "module": "../dist/ajv/index.modern.mjs",
17
+ "module": "../dist/ajv/index.modern.js",
9
18
  "types": "../dist/ajv/index.d.ts",
10
19
  "author": "Eelco Wiersma <eelco@appulse.nl>",
11
20
  "license": "MIT",