@saas-ui/forms 0.3.3 → 0.3.4

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.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [16c82e6]
8
+ - @saas-ui/password-input@0.2.2
9
+
3
10
  ## 0.3.3
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.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Theme and components agnostic SaasProvider",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -68,7 +68,7 @@
68
68
  "@saas-ui/button": "0.2.1",
69
69
  "@saas-ui/input-right-button": "0.2.1",
70
70
  "@saas-ui/number-input": "0.2.2",
71
- "@saas-ui/password-input": "0.2.1",
71
+ "@saas-ui/password-input": "0.2.2",
72
72
  "@saas-ui/pin-input": "0.2.1",
73
73
  "@saas-ui/radio": "0.2.1",
74
74
  "@saas-ui/select": "0.2.2",