@saas-ui/forms 0.1.5 → 0.1.6

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