@saas-ui/react 2.0.0-next.14 → 2.0.0-next.15

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 +18 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.15
4
+
5
+ ### Minor Changes
6
+
7
+ - 2d18cdc2: New createFormDialog function to create Zod or Yup specific FormDialogs
8
+ - 826c561a: EmptyState title and description no longer use Header and Text
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [2d18cdc2]
13
+ - Updated dependencies [826c561a]
14
+ - @saas-ui/modals@2.0.0-next.15
15
+ - @saas-ui/forms@2.0.0-next.15
16
+ - @saas-ui/core@2.0.0-next.13
17
+ - @saas-ui/auth@2.0.0-next.15
18
+ - @saas-ui/data-table@2.0.0-next.15
19
+ - @saas-ui/hotkeys@2.0.0-next.13
20
+
3
21
  ## 2.0.0-next.14
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-next.14",
3
+ "version": "2.0.0-next.15",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -59,13 +59,13 @@
59
59
  "@chakra-ui/react-utils": "^2.0.12",
60
60
  "@chakra-ui/system": "^2.5.5",
61
61
  "@chakra-ui/utils": "^2.0.15",
62
- "@saas-ui/auth": "2.0.0-next.14",
63
- "@saas-ui/core": "2.0.0-next.12",
64
- "@saas-ui/data-table": "2.0.0-next.14",
65
- "@saas-ui/forms": "2.0.0-next.14",
62
+ "@saas-ui/auth": "2.0.0-next.15",
63
+ "@saas-ui/core": "2.0.0-next.13",
64
+ "@saas-ui/data-table": "2.0.0-next.15",
65
+ "@saas-ui/forms": "2.0.0-next.15",
66
66
  "@saas-ui/hooks": "2.0.0-next.4",
67
- "@saas-ui/hotkeys": "2.0.0-next.12",
68
- "@saas-ui/modals": "2.0.0-next.14",
67
+ "@saas-ui/hotkeys": "2.0.0-next.13",
68
+ "@saas-ui/modals": "2.0.0-next.15",
69
69
  "@saas-ui/nprogress": "2.0.0-next.3",
70
70
  "@saas-ui/theme": "2.0.0-next.8"
71
71
  },