@saas-ui/react 0.11.5 → 0.11.8

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 +30 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.11.8
4
+
5
+ ### Patch Changes
6
+
7
+ - a268365: Fixed AuthToken type
8
+ - Updated dependencies [a268365]
9
+ - @saas-ui/auth@0.6.6
10
+
11
+ ## 0.11.7
12
+
13
+ ### Patch Changes
14
+
15
+ - 99f3e33: Custom modal components can now be directly passed to modals.open
16
+ - Updated dependencies [99f3e33]
17
+ - @saas-ui/modals@0.3.5
18
+
19
+ ## 0.11.6
20
+
21
+ ### Patch Changes
22
+
23
+ - 70340f0: useModal now has the correct types
24
+ - 9245460: Make sure Field ref is focusable
25
+ - 6c78c30: FormDialog type is now generic and accepts FieldValues / form context ref
26
+ - Updated dependencies [70340f0]
27
+ - Updated dependencies [9245460]
28
+ - Updated dependencies [6c78c30]
29
+ - @saas-ui/modals@0.3.4
30
+ - @saas-ui/forms@0.5.3
31
+ - @saas-ui/auth@0.6.5
32
+
3
33
  ## 0.11.5
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.11.5",
3
+ "version": "0.11.8",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -55,20 +55,20 @@
55
55
  "url": "https://storybook.saas-ui.dev"
56
56
  },
57
57
  "dependencies": {
58
- "@saas-ui/auth": "0.6.4",
58
+ "@saas-ui/auth": "0.6.6",
59
59
  "@saas-ui/banner": "0.0.1",
60
60
  "@saas-ui/button": "0.3.0",
61
61
  "@saas-ui/card": "0.3.0",
62
62
  "@saas-ui/collapse": "0.3.0",
63
63
  "@saas-ui/data-table": "0.2.4",
64
- "@saas-ui/forms": "0.5.2",
64
+ "@saas-ui/forms": "0.5.3",
65
65
  "@saas-ui/hooks": "0.3.1",
66
66
  "@saas-ui/hotkeys": "0.4.0",
67
67
  "@saas-ui/input-right-button": "0.3.0",
68
68
  "@saas-ui/layout": "0.2.4",
69
69
  "@saas-ui/list": "0.4.0",
70
70
  "@saas-ui/menu": "0.4.4",
71
- "@saas-ui/modals": "0.3.3",
71
+ "@saas-ui/modals": "0.3.5",
72
72
  "@saas-ui/nprogress": "0.3.0",
73
73
  "@saas-ui/number-input": "0.3.0",
74
74
  "@saas-ui/palette": "0.5.0",