@saas-ui/react 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 1ff5f3a: Auth forms field labels can now be customized, thanks to @nadiles.
8
+
9
+ ### Patch Changes
10
+
11
+ - e14c2e1: Make sure FormStep onSubmit does not throw an error when no promise is returned.
12
+ - 273c10d: Fixed a typo in the AuthForm styles provider.
13
+ - 8d03628: PasswordInput width now applied to the FormGroup element.
14
+ - Updated dependencies [1ff5f3a]
15
+ - Updated dependencies [e14c2e1]
16
+ - Updated dependencies [273c10d]
17
+ - Updated dependencies [8d03628]
18
+ - @saas-ui/auth@1.1.0
19
+ - @saas-ui/forms@1.0.3
20
+ - @saas-ui/password-input@1.0.2
21
+ - @saas-ui/modals@1.0.5
22
+
3
23
  ## 1.1.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -56,24 +56,24 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@chakra-ui/system": "^2.1.3",
59
- "@saas-ui/auth": "1.0.5",
59
+ "@saas-ui/auth": "1.1.0",
60
60
  "@saas-ui/banner": "1.0.1",
61
61
  "@saas-ui/button": "1.0.0",
62
62
  "@saas-ui/card": "1.0.0",
63
63
  "@saas-ui/collapse": "1.0.0",
64
64
  "@saas-ui/data-table": "1.0.2",
65
- "@saas-ui/forms": "1.0.2",
65
+ "@saas-ui/forms": "1.0.3",
66
66
  "@saas-ui/hooks": "1.0.1",
67
67
  "@saas-ui/hotkeys": "1.0.1",
68
68
  "@saas-ui/input-right-button": "1.0.1",
69
69
  "@saas-ui/layout": "1.0.2",
70
70
  "@saas-ui/list": "1.0.0",
71
71
  "@saas-ui/menu": "1.0.2",
72
- "@saas-ui/modals": "1.0.4",
72
+ "@saas-ui/modals": "1.0.5",
73
73
  "@saas-ui/nprogress": "1.0.0",
74
74
  "@saas-ui/number-input": "1.0.0",
75
75
  "@saas-ui/palette": "1.0.0",
76
- "@saas-ui/password-input": "1.0.1",
76
+ "@saas-ui/password-input": "1.0.2",
77
77
  "@saas-ui/persona": "1.0.0",
78
78
  "@saas-ui/pin-input": "1.0.0",
79
79
  "@saas-ui/property": "1.0.0",