@saas-ui/react 2.8.9 → 2.8.11

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 +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.8.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e000e0: Removed background color from loading overlay fill variant
8
+ - Updated dependencies [5e000e0]
9
+ - @saas-ui/theme@2.4.2
10
+ - @saas-ui/core@2.5.6
11
+ - @saas-ui/data-table@10.0.11
12
+ - @saas-ui/forms@2.6.11
13
+ - @saas-ui/hotkeys@2.2.14
14
+ - @saas-ui/modals@2.1.41
15
+
16
+ ## 2.8.10
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [fc2203a]
21
+ - @saas-ui/forms@2.6.10
22
+ - @saas-ui/modals@2.1.40
23
+ - @saas-ui/data-table@10.0.10
24
+
3
25
  ## 2.8.9
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.8.9",
3
+ "version": "2.8.11",
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.5.5",
64
- "@saas-ui/data-table": "10.0.9",
65
- "@saas-ui/forms": "2.6.9",
63
+ "@saas-ui/core": "2.5.6",
64
+ "@saas-ui/data-table": "10.0.11",
65
+ "@saas-ui/forms": "2.6.11",
66
66
  "@saas-ui/hooks": "2.0.3",
67
- "@saas-ui/hotkeys": "2.2.13",
68
- "@saas-ui/modals": "2.1.39",
67
+ "@saas-ui/hotkeys": "2.2.14",
68
+ "@saas-ui/modals": "2.1.41",
69
69
  "@saas-ui/nprogress": "2.0.3",
70
- "@saas-ui/theme": "2.4.1"
70
+ "@saas-ui/theme": "2.4.2"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",