@saas-ui/react 2.4.2 → 2.4.4

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - f03246ac: Improved IconBadge sizing
8
+ - Updated dependencies [4c81f542]
9
+ - Updated dependencies [f03246ac]
10
+ - @saas-ui/modals@2.1.11
11
+ - @saas-ui/theme@2.2.3
12
+ - @saas-ui/core@2.2.4
13
+ - @saas-ui/data-table@6.0.4
14
+ - @saas-ui/forms@2.3.4
15
+ - @saas-ui/hotkeys@2.1.10
16
+
17
+ ## 2.4.3
18
+
19
+ ### Patch Changes
20
+
21
+ - d5ca55e4: Fixed issue where SubmitButton would not properties from form fields prop
22
+ - 537804bf: Fixed NavLink line height
23
+ - Updated dependencies [d5ca55e4]
24
+ - Updated dependencies [d5ca55e4]
25
+ - Updated dependencies [537804bf]
26
+ - @saas-ui/forms@2.3.3
27
+ - @saas-ui/core@2.2.3
28
+ - @saas-ui/theme@2.2.2
29
+ - @saas-ui/modals@2.1.10
30
+ - @saas-ui/data-table@6.0.3
31
+ - @saas-ui/hotkeys@2.1.9
32
+
3
33
  ## 2.4.2
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.4.2",
3
+ "version": "2.4.4",
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.2",
64
- "@saas-ui/data-table": "6.0.2",
65
- "@saas-ui/forms": "2.3.2",
63
+ "@saas-ui/core": "2.2.4",
64
+ "@saas-ui/data-table": "6.0.4",
65
+ "@saas-ui/forms": "2.3.4",
66
66
  "@saas-ui/hooks": "2.0.1",
67
- "@saas-ui/hotkeys": "2.1.8",
68
- "@saas-ui/modals": "2.1.9",
67
+ "@saas-ui/hotkeys": "2.1.10",
68
+ "@saas-ui/modals": "2.1.11",
69
69
  "@saas-ui/nprogress": "2.0.1",
70
- "@saas-ui/theme": "2.2.1"
70
+ "@saas-ui/theme": "2.2.3"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",