@saas-ui/react 2.4.1 → 2.4.3

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 +27 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - d5ca55e4: Fixed issue where SubmitButton would not properties from form fields prop
8
+ - 537804bf: Fixed NavLink line height
9
+ - Updated dependencies [d5ca55e4]
10
+ - Updated dependencies [d5ca55e4]
11
+ - Updated dependencies [537804bf]
12
+ - @saas-ui/forms@2.3.3
13
+ - @saas-ui/core@2.2.3
14
+ - @saas-ui/theme@2.2.2
15
+ - @saas-ui/modals@2.1.10
16
+ - @saas-ui/data-table@6.0.3
17
+ - @saas-ui/hotkeys@2.1.9
18
+
19
+ ## 2.4.2
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [491315aa]
24
+ - @saas-ui/core@2.2.2
25
+ - @saas-ui/data-table@6.0.2
26
+ - @saas-ui/forms@2.3.2
27
+ - @saas-ui/hotkeys@2.1.8
28
+ - @saas-ui/modals@2.1.9
29
+
3
30
  ## 2.4.1
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.4.1",
3
+ "version": "2.4.3",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -60,14 +60,14 @@
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.2.1",
64
- "@saas-ui/data-table": "6.0.1",
65
- "@saas-ui/forms": "2.3.1",
63
+ "@saas-ui/core": "2.2.3",
64
+ "@saas-ui/data-table": "6.0.3",
65
+ "@saas-ui/forms": "2.3.3",
66
66
  "@saas-ui/hooks": "2.0.1",
67
- "@saas-ui/hotkeys": "2.1.7",
68
- "@saas-ui/modals": "2.1.8",
67
+ "@saas-ui/hotkeys": "2.1.9",
68
+ "@saas-ui/modals": "2.1.10",
69
69
  "@saas-ui/nprogress": "2.0.1",
70
- "@saas-ui/theme": "2.2.1"
70
+ "@saas-ui/theme": "2.2.2"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",