@saas-ui/react 2.8.5 → 2.8.7

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 +25 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.8.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [02cac87]
8
+ - @saas-ui/data-table@10.0.7
9
+ - @saas-ui/modals@2.1.37
10
+ - @saas-ui/forms@2.6.7
11
+ - @saas-ui/core@2.5.5
12
+ - @saas-ui/hotkeys@2.2.13
13
+
14
+ ## 2.8.6
15
+
16
+ ### Patch Changes
17
+
18
+ - 12c35ea: Fixed issue where NavGroup title would always render collapsible state
19
+ - b61ff73: Improve styling overrides for EmptyStateIcon
20
+ - Updated dependencies [12c35ea]
21
+ - Updated dependencies [b61ff73]
22
+ - @saas-ui/core@2.5.4
23
+ - @saas-ui/data-table@10.0.6
24
+ - @saas-ui/forms@2.6.6
25
+ - @saas-ui/hotkeys@2.2.12
26
+ - @saas-ui/modals@2.1.36
27
+
3
28
  ## 2.8.5
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.8.5",
3
+ "version": "2.8.7",
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.2",
62
62
  "@chakra-ui/utils": "^2.0.15",
63
- "@saas-ui/core": "2.5.3",
64
- "@saas-ui/data-table": "10.0.5",
65
- "@saas-ui/forms": "2.6.5",
63
+ "@saas-ui/core": "2.5.5",
64
+ "@saas-ui/data-table": "10.0.7",
65
+ "@saas-ui/forms": "2.6.7",
66
66
  "@saas-ui/hooks": "2.0.3",
67
- "@saas-ui/hotkeys": "2.2.11",
68
- "@saas-ui/modals": "2.1.35",
67
+ "@saas-ui/hotkeys": "2.2.13",
68
+ "@saas-ui/modals": "2.1.37",
69
69
  "@saas-ui/nprogress": "2.0.3",
70
70
  "@saas-ui/theme": "2.4.1"
71
71
  },