@zauru-sdk/components 6.0.0 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,37 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.2.0](https://github.com/intuitiva/zauru-typescript-sdk/compare/@zauru-sdk/components@6.0.1...@zauru-sdk/components@6.2.0) (2026-05-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * updating ([1aa13b6](https://github.com/intuitiva/zauru-typescript-sdk/commit/1aa13b65cf5625afd7b33a6190f78cf55fbb32e8))
12
+ * updating npm ([609553b](https://github.com/intuitiva/zauru-typescript-sdk/commit/609553bdd76db3952a6f1d596e1ae9499953967d))
13
+
14
+
15
+
16
+
17
+
18
+ # [6.1.0](https://github.com/intuitiva/zauru-typescript-sdk/compare/@zauru-sdk/components@6.0.1...@zauru-sdk/components@6.1.0) (2026-05-29)
19
+
20
+
21
+ ### Features
22
+
23
+ * updating npm ([609553b](https://github.com/intuitiva/zauru-typescript-sdk/commit/609553bdd76db3952a6f1d596e1ae9499953967d))
24
+
25
+
26
+
27
+
28
+
29
+ ## [6.0.1](https://github.com/intuitiva/zauru-typescript-sdk/compare/@zauru-sdk/components@6.0.0...@zauru-sdk/components@6.0.1) (2026-05-29)
30
+
31
+ **Note:** Version bump only for package @zauru-sdk/components
32
+
33
+
34
+
35
+
36
+
6
37
  # 6.0.0 (2026-05-14)
7
38
 
8
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/components",
3
- "version": "6.0.0",
3
+ "version": "6.2.0",
4
4
  "description": "Componentes reutilizables en las WebApps de Zauru.",
5
5
  "main": "./dist/esm/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -37,12 +37,12 @@
37
37
  "@reduxjs/toolkit": "^2.2.1",
38
38
  "@remix-run/node": "^2.8.1",
39
39
  "@remix-run/react": "^2.8.1",
40
- "@zauru-sdk/common": "^6.0.0",
41
- "@zauru-sdk/hooks": "^6.0.0",
40
+ "@zauru-sdk/common": "^6.2.0",
41
+ "@zauru-sdk/hooks": "^6.2.0",
42
42
  "@zauru-sdk/icons": "^6.0.0",
43
- "@zauru-sdk/redux": "^6.0.0",
44
- "@zauru-sdk/types": "^6.0.0",
45
- "@zauru-sdk/utils": "^6.0.0",
43
+ "@zauru-sdk/redux": "^6.2.0",
44
+ "@zauru-sdk/types": "^6.3.0",
45
+ "@zauru-sdk/utils": "^6.2.0",
46
46
  "browser-image-compression": "^2.0.2",
47
47
  "framer-motion": "^12.0.0",
48
48
  "jsonwebtoken": "^9.0.2",
@@ -55,5 +55,5 @@
55
55
  "styled-components": "^5.3.5",
56
56
  "zod": "^3.23.8"
57
57
  },
58
- "gitHead": "32fe3db68a20bc4bfec9b59db37bd1bf221acc34"
58
+ "gitHead": "02cad359048df154d7290d7ae5ee59220de1f764"
59
59
  }