@haus-storefront-react/currency-picker 0.0.50 → 0.0.52-3

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 (5) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/index.js +30 -30
  3. package/index.mjs +3312 -3229
  4. package/package.json +5 -5
  5. package/README.md +0 -129
package/CHANGELOG.md CHANGED
@@ -0,0 +1,60 @@
1
+ ## 0.0.52-2 (2025-12-12)
2
+
3
+ ### 🚀 Features
4
+
5
+ - enhance SDK and HTTP client integration
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated store/hooks to 0.0.52-2
10
+ - Updated core to 0.0.52-2
11
+ - Updated common/utils to 0.0.52-2
12
+ - Updated shared/types to 0.0.52-2
13
+
14
+ ## 0.0.52-1 (2025-12-11)
15
+
16
+ ### 🚀 Features
17
+
18
+ - enhance SDK and HTTP client integration
19
+
20
+ ### 🧱 Updated Dependencies
21
+
22
+ - Updated store/hooks to 0.0.52-1
23
+ - Updated core to 0.0.52-1
24
+ - Updated common/utils to 0.0.52-1
25
+ - Updated shared/types to 0.0.52-1
26
+
27
+ ## 0.0.52 (2025-12-11)
28
+
29
+ ### 🚀 Features
30
+
31
+ - enhance SDK and HTTP client integration
32
+
33
+ ### 🧱 Updated Dependencies
34
+
35
+ - Updated store/hooks to 0.0.52
36
+ - Updated core to 0.0.52
37
+ - Updated common/utils to 0.0.52
38
+ - Updated shared/types to 0.0.52
39
+
40
+ ## 0.0.51-0 (2025-12-11)
41
+
42
+ ### 🚀 Features
43
+
44
+ - enhance SDK and HTTP client integration
45
+
46
+ ### 🧱 Updated Dependencies
47
+
48
+ - Updated store/hooks to 0.0.51-0
49
+ - Updated core to 0.0.51-0
50
+ - Updated common/utils to 0.0.51-0
51
+ - Updated shared/types to 0.0.51-0
52
+
53
+ ## 0.0.50 (2025-11-25)
54
+
55
+ ### 🧱 Updated Dependencies
56
+
57
+ - Updated store/hooks to 0.0.50
58
+ - Updated core to 0.0.50
59
+ - Updated common/utils to 0.0.50
60
+ - Updated shared/types to 0.0.50