@saas-ui/forms 0.1.7 → 0.1.8

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 0.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Update radio dependencies
8
+ - Updated dependencies
9
+ - @saas-ui/radio@0.1.5
10
+
3
11
  ## 0.1.7
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.7",
3
+ "version": "0.1.8",
4
4
  "description": "Theme and components agnostic SaasProvider",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -70,7 +70,7 @@
70
70
  "@saas-ui/number-input": "0.1.4",
71
71
  "@saas-ui/password-input": "0.1.7",
72
72
  "@saas-ui/pin-input": "0.1.4",
73
- "@saas-ui/radio": "0.1.4",
73
+ "@saas-ui/radio": "0.1.5",
74
74
  "@saas-ui/select": "0.1.5",
75
75
  "react-hook-form": "^7.22.0"
76
76
  },