@saas-ui/forms 0.2.4 → 0.2.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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 0.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [46dd92b]
8
+ - @saas-ui/number-input@0.2.2
9
+
3
10
  ## 0.2.4
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Theme and components agnostic SaasProvider",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -67,7 +67,7 @@
67
67
  "@hookform/resolvers": "^2.8.3",
68
68
  "@saas-ui/button": "0.2.1",
69
69
  "@saas-ui/input-right-button": "0.2.1",
70
- "@saas-ui/number-input": "0.2.1",
70
+ "@saas-ui/number-input": "0.2.2",
71
71
  "@saas-ui/password-input": "0.2.1",
72
72
  "@saas-ui/pin-input": "0.2.1",
73
73
  "@saas-ui/radio": "0.2.1",