@saas-ui/react 2.10.4 → 2.10.5

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 +12 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.10.5
4
+
5
+ ### Patch Changes
6
+
7
+ - c9daf50: Fixed issue where link component prop would not be passed to NavItem
8
+ - Updated dependencies [c9daf50]
9
+ - @saas-ui/core@2.7.2
10
+ - @saas-ui/data-table@12.0.5
11
+ - @saas-ui/forms@2.8.2
12
+ - @saas-ui/hotkeys@2.4.2
13
+ - @saas-ui/modals@2.3.5
14
+
3
15
  ## 2.10.4
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.10.4",
3
+ "version": "2.10.5",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "exports": {
6
6
  ".": {
@@ -57,12 +57,12 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@chakra-ui/utils": "^2.2.1",
60
- "@saas-ui/core": "2.7.1",
61
- "@saas-ui/data-table": "12.0.4",
62
- "@saas-ui/forms": "2.8.1",
60
+ "@saas-ui/core": "2.7.2",
61
+ "@saas-ui/data-table": "12.0.5",
62
+ "@saas-ui/forms": "2.8.2",
63
63
  "@saas-ui/hooks": "2.1.0",
64
- "@saas-ui/hotkeys": "2.4.1",
65
- "@saas-ui/modals": "2.3.4",
64
+ "@saas-ui/hotkeys": "2.4.2",
65
+ "@saas-ui/modals": "2.3.5",
66
66
  "@saas-ui/nprogress": "2.1.1",
67
67
  "@saas-ui/theme": "2.5.1"
68
68
  },