@saas-ui/react 2.6.2 → 2.7.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @saas-ui/core@2.4.2
9
+ - @saas-ui/data-table@9.0.1
10
+ - @saas-ui/forms@2.5.1
11
+ - @saas-ui/hotkeys@2.2.5
12
+ - @saas-ui/modals@2.1.26
13
+
14
+ ## 2.7.0
15
+
16
+ ### Minor Changes
17
+
18
+ - Improved forms to support a global base field override
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @saas-ui/forms@2.5.0
24
+ - @saas-ui/modals@2.1.25
25
+ - @saas-ui/data-table@9.0.0
26
+
3
27
  ## 2.6.2
4
28
 
5
29
  ### Patch Changes
@@ -0,0 +1,8 @@
1
+ export * from '@saas-ui/core';
2
+ export * from '@saas-ui/hooks';
3
+ export * from '@saas-ui/theme';
4
+ export * from '@saas-ui/nprogress';
5
+ export * from '@saas-ui/modals';
6
+ export * from '@saas-ui/data-table';
7
+ export * from '@saas-ui/hotkeys';
8
+ export * from '@saas-ui/forms';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.6.2",
3
+ "version": "2.7.1",
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.4.1",
64
- "@saas-ui/data-table": "8.0.2",
65
- "@saas-ui/forms": "2.4.1",
63
+ "@saas-ui/core": "2.4.2",
64
+ "@saas-ui/data-table": "9.0.1",
65
+ "@saas-ui/forms": "2.5.1",
66
66
  "@saas-ui/hooks": "2.0.3",
67
- "@saas-ui/hotkeys": "2.2.4",
68
- "@saas-ui/modals": "2.1.24",
67
+ "@saas-ui/hotkeys": "2.2.5",
68
+ "@saas-ui/modals": "2.1.26",
69
69
  "@saas-ui/nprogress": "2.0.3",
70
70
  "@saas-ui/theme": "2.3.4"
71
71
  },