@saas-ui/react 0.11.5 → 0.11.6

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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.11.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 70340f0: useModal now has the correct types
8
+ - 9245460: Make sure Field ref is focusable
9
+ - 6c78c30: FormDialog type is now generic and accepts FieldValues / form context ref
10
+ - Updated dependencies [70340f0]
11
+ - Updated dependencies [9245460]
12
+ - Updated dependencies [6c78c30]
13
+ - @saas-ui/modals@0.3.4
14
+ - @saas-ui/forms@0.5.3
15
+ - @saas-ui/auth@0.6.5
16
+
3
17
  ## 0.11.5
4
18
 
5
19
  ### 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.6",
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.5",
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.4",
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",