@saas-ui/react 2.5.3 → 2.5.5

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 +35 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - d6d7ca3f: Added xl size to IconBadge
8
+ - 4e291385: Updated Input lg variant height
9
+ - aa3c97a0: Fixed issue where FormStepper separator would render incorrectly
10
+ - Updated dependencies [d6d7ca3f]
11
+ - Updated dependencies [4e291385]
12
+ - Updated dependencies [ac3e7f9f]
13
+ - Updated dependencies [2f170bf7]
14
+ - Updated dependencies [aa3c97a0]
15
+ - @saas-ui/theme@2.3.2
16
+ - @saas-ui/data-table@7.0.5
17
+ - @saas-ui/forms@2.3.9
18
+ - @saas-ui/core@2.3.4
19
+ - @saas-ui/modals@2.1.17
20
+ - @saas-ui/hotkeys@2.1.15
21
+
22
+ ## 2.5.4
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [bc176848]
27
+ - Updated dependencies [bc176848]
28
+ - Updated dependencies [829a3364]
29
+ - Updated dependencies [90ee13c3]
30
+ - @saas-ui/forms@2.3.8
31
+ - @saas-ui/hooks@2.0.3
32
+ - @saas-ui/data-table@7.0.4
33
+ - @saas-ui/nprogress@2.0.2
34
+ - @saas-ui/hotkeys@2.1.14
35
+ - @saas-ui/modals@2.1.16
36
+ - @saas-ui/core@2.3.3
37
+
3
38
  ## 2.5.3
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.5.3",
3
+ "version": "2.5.5",
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.1",
62
62
  "@chakra-ui/utils": "^2.0.15",
63
- "@saas-ui/core": "2.3.2",
64
- "@saas-ui/data-table": "7.0.3",
65
- "@saas-ui/forms": "2.3.7",
66
- "@saas-ui/hooks": "2.0.2",
67
- "@saas-ui/hotkeys": "2.1.13",
68
- "@saas-ui/modals": "2.1.15",
69
- "@saas-ui/nprogress": "2.0.1",
70
- "@saas-ui/theme": "2.3.1"
63
+ "@saas-ui/core": "2.3.4",
64
+ "@saas-ui/data-table": "7.0.5",
65
+ "@saas-ui/forms": "2.3.9",
66
+ "@saas-ui/hooks": "2.0.3",
67
+ "@saas-ui/hotkeys": "2.1.15",
68
+ "@saas-ui/modals": "2.1.17",
69
+ "@saas-ui/nprogress": "2.0.2",
70
+ "@saas-ui/theme": "2.3.2"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",