@saas-ui/react 2.0.0-next.6 → 2.0.0-next.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 +12 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7052dad3]
8
+ - @saas-ui/core@2.0.0-next.6
9
+ - @saas-ui/auth@2.0.0-next.7
10
+ - @saas-ui/data-table@2.0.0-next.7
11
+ - @saas-ui/forms@2.0.0-next.7
12
+ - @saas-ui/hotkeys@2.0.0-next.6
13
+ - @saas-ui/modals@2.0.0-next.7
14
+
3
15
  ## 2.0.0-next.6
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-next.6",
3
+ "version": "2.0.0-next.7",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -58,13 +58,13 @@
58
58
  "@chakra-ui/react-utils": "^2.0.12",
59
59
  "@chakra-ui/system": "^2.5.5",
60
60
  "@chakra-ui/utils": "^2.0.15",
61
- "@saas-ui/auth": "2.0.0-next.6",
62
- "@saas-ui/core": "2.0.0-next.5",
63
- "@saas-ui/data-table": "2.0.0-next.6",
64
- "@saas-ui/forms": "2.0.0-next.6",
61
+ "@saas-ui/auth": "2.0.0-next.7",
62
+ "@saas-ui/core": "2.0.0-next.6",
63
+ "@saas-ui/data-table": "2.0.0-next.7",
64
+ "@saas-ui/forms": "2.0.0-next.7",
65
65
  "@saas-ui/hooks": "2.0.0-next.2",
66
- "@saas-ui/hotkeys": "2.0.0-next.5",
67
- "@saas-ui/modals": "2.0.0-next.6",
66
+ "@saas-ui/hotkeys": "2.0.0-next.6",
67
+ "@saas-ui/modals": "2.0.0-next.7",
68
68
  "@saas-ui/nprogress": "2.0.0-next.1",
69
69
  "@saas-ui/theme": "2.0.0-next.3"
70
70
  },