@saas-ui/react 2.8.10 → 2.9.0

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 +31 -0
  2. package/package.json +11 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2ac496a: Upgraded to Chakra UI v2.9.3
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [2ac496a]
12
+ - @saas-ui/data-table@11.0.0
13
+ - @saas-ui/nprogress@2.1.0
14
+ - @saas-ui/hotkeys@2.3.0
15
+ - @saas-ui/modals@2.2.0
16
+ - @saas-ui/forms@2.7.0
17
+ - @saas-ui/hooks@2.1.0
18
+ - @saas-ui/theme@2.5.0
19
+ - @saas-ui/core@2.6.0
20
+
21
+ ## 2.8.11
22
+
23
+ ### Patch Changes
24
+
25
+ - 5e000e0: Removed background color from loading overlay fill variant
26
+ - Updated dependencies [5e000e0]
27
+ - @saas-ui/theme@2.4.2
28
+ - @saas-ui/core@2.5.6
29
+ - @saas-ui/data-table@10.0.11
30
+ - @saas-ui/forms@2.6.11
31
+ - @saas-ui/hotkeys@2.2.14
32
+ - @saas-ui/modals@2.1.41
33
+
3
34
  ## 2.8.10
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.8.10",
3
+ "version": "2.9.0",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -56,21 +56,19 @@
56
56
  "url": "https://storybook.saas-ui.dev"
57
57
  },
58
58
  "dependencies": {
59
- "@chakra-ui/icon": "^3.2.0",
60
59
  "@chakra-ui/react-utils": "^2.0.12",
61
- "@chakra-ui/system": "^2.6.2",
62
- "@chakra-ui/utils": "^2.0.15",
63
- "@saas-ui/core": "2.5.5",
64
- "@saas-ui/data-table": "10.0.10",
65
- "@saas-ui/forms": "2.6.10",
66
- "@saas-ui/hooks": "2.0.3",
67
- "@saas-ui/hotkeys": "2.2.13",
68
- "@saas-ui/modals": "2.1.40",
69
- "@saas-ui/nprogress": "2.0.3",
70
- "@saas-ui/theme": "2.4.1"
60
+ "@chakra-ui/utils": "^2.1.2",
61
+ "@saas-ui/core": "2.6.0",
62
+ "@saas-ui/data-table": "11.0.0",
63
+ "@saas-ui/forms": "2.7.0",
64
+ "@saas-ui/hooks": "2.1.0",
65
+ "@saas-ui/hotkeys": "2.3.0",
66
+ "@saas-ui/modals": "2.2.0",
67
+ "@saas-ui/nprogress": "2.1.0",
68
+ "@saas-ui/theme": "2.5.0"
71
69
  },
72
70
  "peerDependencies": {
73
- "@chakra-ui/react": ">=2.6.0",
71
+ "@chakra-ui/react": ">=2.9.0",
74
72
  "@emotion/react": "^11",
75
73
  "@emotion/styled": "^11",
76
74
  "framer-motion": ">=5.5.0",