@saas-ui/react 1.4.1 → 1.4.2

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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 1.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b88c087: Added missing onChange handler on FormDialog, thanks to @eliandersoh
8
+ - 62f3d4c: AuthProvider / useAuth now accept a generic User type to support custom user types.
9
+ - 62f3d4c: User.email now is optional
10
+ - Updated dependencies [b88c087]
11
+ - Updated dependencies [62f3d4c]
12
+ - Updated dependencies [62f3d4c]
13
+ - @saas-ui/modals@1.2.2
14
+ - @saas-ui/auth@1.3.2
15
+
3
16
  ## 1.4.1
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@chakra-ui/system": "^2.1.3",
59
- "@saas-ui/auth": "1.3.1",
59
+ "@saas-ui/auth": "1.3.2",
60
60
  "@saas-ui/banner": "1.1.0",
61
61
  "@saas-ui/button": "1.1.0",
62
62
  "@saas-ui/card": "1.2.0",
@@ -69,7 +69,7 @@
69
69
  "@saas-ui/layout": "1.1.1",
70
70
  "@saas-ui/list": "1.1.0",
71
71
  "@saas-ui/menu": "1.1.1",
72
- "@saas-ui/modals": "1.2.1",
72
+ "@saas-ui/modals": "1.2.2",
73
73
  "@saas-ui/nprogress": "1.1.0",
74
74
  "@saas-ui/number-input": "1.1.0",
75
75
  "@saas-ui/palette": "1.1.0",