@saas-ui/react 0.13.3 → 0.13.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
3
19
|
## 0.13.3
|
4
20
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "0.13.
|
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": {
|
@@ -64,12 +64,12 @@
|
|
64
64
|
"@saas-ui/data-table": "0.3.4",
|
65
65
|
"@saas-ui/forms": "0.7.8",
|
66
66
|
"@saas-ui/hooks": "0.4.0",
|
67
|
-
"@saas-ui/hotkeys": "0.6.
|
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.
|
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.
|
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",
|