@saas-ui/forms 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Republish with correct deps
8
+ - Updated dependencies
9
+ - @saas-ui/button@0.1.2
10
+ - @saas-ui/input-right-button@0.1.2
11
+ - @saas-ui/number-input@0.1.2
12
+ - @saas-ui/password-input@0.1.2
13
+ - @saas-ui/pin-input@0.1.2
14
+ - @saas-ui/radio@0.1.2
15
+ - @saas-ui/select@0.1.2
16
+
3
17
  ## 0.1.1
4
18
 
5
19
  ### Patch Changes
package/dist/Field.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/fields.d.ts CHANGED
File without changes
File without changes
package/dist/form.d.ts CHANGED
File without changes
File without changes
package/dist/index.d.ts CHANGED
File without changes
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
File without changes
package/dist/layout.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/utils.d.ts CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Theme and components agnostic SaasProvider",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -55,13 +55,13 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@hookform/resolvers": "^2.8.3",
58
- "@saas-ui/button": "workspace:*",
59
- "@saas-ui/input-right-button": "workspace:*",
60
- "@saas-ui/number-input": "workspace:*",
61
- "@saas-ui/password-input": "workspace:*",
62
- "@saas-ui/pin-input": "workspace:*",
63
- "@saas-ui/radio": "workspace:*",
64
- "@saas-ui/select": "workspace:*",
58
+ "@saas-ui/button": "0.1.2",
59
+ "@saas-ui/input-right-button": "0.1.2",
60
+ "@saas-ui/number-input": "0.1.2",
61
+ "@saas-ui/password-input": "0.1.2",
62
+ "@saas-ui/pin-input": "0.1.2",
63
+ "@saas-ui/radio": "0.1.2",
64
+ "@saas-ui/select": "0.1.2",
65
65
  "react-hook-form": "^7.22.0"
66
66
  },
67
67
  "peerDependencies": {
@@ -72,4 +72,4 @@
72
72
  "optionalDependencies": {
73
73
  "yup": "^0.32.11"
74
74
  }
75
- }
75
+ }