@saas-ui/forms 0.1.9 → 0.2.0

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 +17 -0
  2. package/package.json +11 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Upgrade to Chakra UI 1.8.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @saas-ui/input-right-button@0.2.0
13
+ - @saas-ui/number-input@0.2.0
14
+ - @saas-ui/pin-input@0.2.0
15
+ - @saas-ui/radio@0.2.0
16
+ - @saas-ui/select@0.2.0
17
+ - @saas-ui/button@0.2.0
18
+ - @saas-ui/password-input@0.2.0
19
+
3
20
  ## 0.1.9
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "Theme and components agnostic SaasProvider",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -39,7 +39,7 @@
39
39
  "homepage": "https://saas-ui.dev/",
40
40
  "repository": {
41
41
  "type": "git",
42
- "url": "https://github.com/AppulseSoftware/saas-ui",
42
+ "url": "https://github.com/saas-js/saas-ui",
43
43
  "directory": "packages/saas-ui-forms"
44
44
  },
45
45
  "keywords": [
@@ -65,20 +65,19 @@
65
65
  "@chakra-ui/icons": "^1.1.1",
66
66
  "@chakra-ui/react-utils": "^1.2.1",
67
67
  "@hookform/resolvers": "^2.8.3",
68
- "@saas-ui/button": "0.1.6",
69
- "@saas-ui/input-right-button": "0.1.6",
70
- "@saas-ui/number-input": "0.1.4",
71
- "@saas-ui/password-input": "0.1.7",
72
- "@saas-ui/pin-input": "0.1.4",
73
- "@saas-ui/radio": "0.1.5",
74
- "@saas-ui/select": "0.1.5",
68
+ "@saas-ui/button": "0.2.0",
69
+ "@saas-ui/input-right-button": "0.2.0",
70
+ "@saas-ui/number-input": "0.2.0",
71
+ "@saas-ui/password-input": "0.2.0",
72
+ "@saas-ui/pin-input": "0.2.0",
73
+ "@saas-ui/radio": "0.2.0",
74
+ "@saas-ui/select": "0.2.0",
75
75
  "react-hook-form": "^7.22.0"
76
76
  },
77
77
  "peerDependencies": {
78
- "@chakra-ui/react": ">=1.7.0",
78
+ "@chakra-ui/react": ">=1.8.0",
79
79
  "@chakra-ui/system": ">=1.0.0",
80
80
  "react": ">=16.8.6",
81
81
  "yup": "^0.32.11"
82
- },
83
- "optionalDependencies": {}
82
+ }
84
83
  }