@saas-ui/react 0.13.1 → 0.13.5

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 +34 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.13.5
4
+
5
+ ### Patch Changes
6
+
7
+ - f14fa4e: Fixed issue where the resolver was not passed down to the Form.
8
+ - Updated dependencies [f14fa4e]
9
+ - @saas-ui/modals@0.5.12
10
+
11
+ ## 0.13.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [8f68188]
16
+ - @saas-ui/search-input@0.5.1
17
+ - @saas-ui/hotkeys@0.6.2
18
+
19
+ ## 0.13.3
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [391e21a]
24
+ - @saas-ui/forms@0.7.8
25
+ - @saas-ui/auth@0.7.12
26
+ - @saas-ui/modals@0.5.11
27
+
28
+ ## 0.13.2
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [c0b3dc9]
33
+ - @saas-ui/forms@0.7.7
34
+ - @saas-ui/auth@0.7.11
35
+ - @saas-ui/modals@0.5.10
36
+
3
37
  ## 0.13.1
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.13.1",
3
+ "version": "0.13.5",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -56,20 +56,20 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@chakra-ui/system": ">=1.0.0",
59
- "@saas-ui/auth": "0.7.10",
59
+ "@saas-ui/auth": "0.7.12",
60
60
  "@saas-ui/banner": "0.0.2",
61
61
  "@saas-ui/button": "0.4.0",
62
62
  "@saas-ui/card": "0.4.0",
63
63
  "@saas-ui/collapse": "0.3.0",
64
64
  "@saas-ui/data-table": "0.3.4",
65
- "@saas-ui/forms": "0.7.6",
65
+ "@saas-ui/forms": "0.7.8",
66
66
  "@saas-ui/hooks": "0.4.0",
67
- "@saas-ui/hotkeys": "0.6.1",
67
+ "@saas-ui/hotkeys": "0.6.2",
68
68
  "@saas-ui/input-right-button": "0.3.1",
69
69
  "@saas-ui/layout": "0.3.4",
70
70
  "@saas-ui/list": "0.5.0",
71
71
  "@saas-ui/menu": "0.5.4",
72
- "@saas-ui/modals": "0.5.9",
72
+ "@saas-ui/modals": "0.5.12",
73
73
  "@saas-ui/nprogress": "0.4.0",
74
74
  "@saas-ui/number-input": "0.3.0",
75
75
  "@saas-ui/palette": "0.5.0",
@@ -79,7 +79,7 @@
79
79
  "@saas-ui/property": "0.3.1",
80
80
  "@saas-ui/provider": "0.3.9",
81
81
  "@saas-ui/radio": "0.3.0",
82
- "@saas-ui/search-input": "0.5.0",
82
+ "@saas-ui/search-input": "0.5.1",
83
83
  "@saas-ui/select": "0.4.0",
84
84
  "@saas-ui/snackbar": "0.4.0",
85
85
  "@saas-ui/stepper": "0.2.2",