@saas-ui/react 2.1.0 → 2.1.1

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 +8 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0aecc7ba]
8
+ - @saas-ui/hotkeys@2.1.1
9
+ - @saas-ui/data-table@3.0.1
10
+
3
11
  ## 2.1.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -60,12 +60,11 @@
60
60
  "@chakra-ui/react-utils": "^2.0.12",
61
61
  "@chakra-ui/system": "^2.5.8",
62
62
  "@chakra-ui/utils": "^2.0.15",
63
- "@saas-ui/auth": "2.0.5",
64
63
  "@saas-ui/core": "2.0.3",
65
- "@saas-ui/data-table": "3.0.0",
64
+ "@saas-ui/data-table": "3.0.1",
66
65
  "@saas-ui/forms": "2.0.5",
67
66
  "@saas-ui/hooks": "2.0.0",
68
- "@saas-ui/hotkeys": "2.1.0",
67
+ "@saas-ui/hotkeys": "2.1.1",
69
68
  "@saas-ui/modals": "2.0.6",
70
69
  "@saas-ui/nprogress": "2.0.0",
71
70
  "@saas-ui/theme": "2.0.1"