@saas-ui/react 2.3.0 → 2.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.3.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 1c64bfaf: Fixed issue where Zod or Yup schemas would not validate in FormDialog
|
8
|
+
- 4a3c9dc7: Fixed issue where ErrorBoundary would not have access to SaasProvider context
|
9
|
+
- Updated dependencies [1c64bfaf]
|
10
|
+
- Updated dependencies [4a3c9dc7]
|
11
|
+
- @saas-ui/forms@2.2.1
|
12
|
+
- @saas-ui/core@2.1.3
|
13
|
+
- @saas-ui/modals@2.1.6
|
14
|
+
- @saas-ui/data-table@5.0.1
|
15
|
+
- @saas-ui/hotkeys@2.1.5
|
16
|
+
|
3
17
|
## 2.3.0
|
4
18
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.1",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -60,12 +60,12 @@
|
|
60
60
|
"@chakra-ui/react-utils": "^2.0.12",
|
61
61
|
"@chakra-ui/system": "^2.6.1",
|
62
62
|
"@chakra-ui/utils": "^2.0.15",
|
63
|
-
"@saas-ui/core": "2.1.
|
64
|
-
"@saas-ui/data-table": "5.0.
|
65
|
-
"@saas-ui/forms": "2.2.
|
63
|
+
"@saas-ui/core": "2.1.3",
|
64
|
+
"@saas-ui/data-table": "5.0.1",
|
65
|
+
"@saas-ui/forms": "2.2.1",
|
66
66
|
"@saas-ui/hooks": "2.0.1",
|
67
|
-
"@saas-ui/hotkeys": "2.1.
|
68
|
-
"@saas-ui/modals": "2.1.
|
67
|
+
"@saas-ui/hotkeys": "2.1.5",
|
68
|
+
"@saas-ui/modals": "2.1.6",
|
69
69
|
"@saas-ui/nprogress": "2.0.1",
|
70
70
|
"@saas-ui/theme": "2.1.1"
|
71
71
|
},
|