@saas-ui/forms 0.1.4 → 0.1.5

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 +10 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @saas-ui/select@0.1.4
9
+ - @saas-ui/button@0.1.5
10
+ - @saas-ui/input-right-button@0.1.5
11
+ - @saas-ui/password-input@0.1.5
12
+
3
13
  ## 0.1.4
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Theme and components agnostic SaasProvider",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -59,13 +59,13 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@hookform/resolvers": "^2.8.3",
62
- "@saas-ui/button": "0.1.4",
63
- "@saas-ui/input-right-button": "0.1.4",
62
+ "@saas-ui/button": "0.1.5",
63
+ "@saas-ui/input-right-button": "0.1.5",
64
64
  "@saas-ui/number-input": "0.1.3",
65
- "@saas-ui/password-input": "0.1.4",
65
+ "@saas-ui/password-input": "0.1.5",
66
66
  "@saas-ui/pin-input": "0.1.3",
67
67
  "@saas-ui/radio": "0.1.3",
68
- "@saas-ui/select": "0.1.3",
68
+ "@saas-ui/select": "0.1.4",
69
69
  "react-hook-form": "^7.22.0"
70
70
  },
71
71
  "peerDependencies": {