@saas-ui/react 2.6.0 → 2.6.2

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0fad607]
8
+ - @saas-ui/modals@2.1.24
9
+ - @saas-ui/data-table@8.0.2
10
+
11
+ ## 2.6.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 2f32548: Fixed issue where Chakra UI Card sizes would not apply
16
+ - 0778d23: Moved all StructuredList styling into theme
17
+ - 7db4aee: Fixed issue where ref would not be forwarded to StructuredListHeader
18
+ - Updated dependencies [2f32548]
19
+ - Updated dependencies [0778d23]
20
+ - Updated dependencies [7db4aee]
21
+ - @saas-ui/theme@2.3.4
22
+ - @saas-ui/core@2.4.1
23
+ - @saas-ui/data-table@8.0.1
24
+ - @saas-ui/forms@2.4.1
25
+ - @saas-ui/hotkeys@2.2.4
26
+ - @saas-ui/modals@2.1.23
27
+
3
28
  ## 2.6.0
4
29
 
5
30
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.6.0",
3
+ "version": "2.6.2",
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.2",
62
62
  "@chakra-ui/utils": "^2.0.15",
63
- "@saas-ui/core": "2.4.0",
64
- "@saas-ui/data-table": "8.0.0",
65
- "@saas-ui/forms": "2.4.0",
63
+ "@saas-ui/core": "2.4.1",
64
+ "@saas-ui/data-table": "8.0.2",
65
+ "@saas-ui/forms": "2.4.1",
66
66
  "@saas-ui/hooks": "2.0.3",
67
- "@saas-ui/hotkeys": "2.2.3",
68
- "@saas-ui/modals": "2.1.22",
67
+ "@saas-ui/hotkeys": "2.2.4",
68
+ "@saas-ui/modals": "2.1.24",
69
69
  "@saas-ui/nprogress": "2.0.3",
70
- "@saas-ui/theme": "2.3.3"
70
+ "@saas-ui/theme": "2.3.4"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",