@haus-storefront-react/discounts 0.0.49 → 0.0.52-1
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.
- package/CHANGELOG.md +44 -4
- package/index.js +26 -26
- package/index.mjs +3106 -3023
- package/package.json +6 -6
- package/README.md +0 -247
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
1
|
+
## 0.0.52 (2025-12-11)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated store/hooks to 0.0.52
|
|
6
|
+
- Updated core to 0.0.52
|
|
7
|
+
- Updated common/utils to 0.0.52
|
|
8
|
+
- Updated common/ui to 0.0.52
|
|
9
|
+
- Updated shared/types to 0.0.52
|
|
10
|
+
|
|
11
|
+
## 0.0.51-0 (2025-12-11)
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated store/hooks to 0.0.51-0
|
|
16
|
+
- Updated core to 0.0.51-0
|
|
17
|
+
- Updated common/utils to 0.0.51-0
|
|
18
|
+
- Updated common/ui to 0.0.51-0
|
|
19
|
+
- Updated shared/types to 0.0.51-0
|
|
20
|
+
|
|
21
|
+
## 0.0.50 (2025-11-25)
|
|
22
|
+
|
|
23
|
+
### 🧱 Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated store/hooks to 0.0.50
|
|
26
|
+
- Updated core to 0.0.50
|
|
27
|
+
- Updated common/utils to 0.0.50
|
|
28
|
+
- Updated common/ui to 0.0.50
|
|
29
|
+
- Updated shared/types to 0.0.50
|
|
30
|
+
|
|
31
|
+
## 0.0.49 (2025-11-25)
|
|
32
|
+
|
|
33
|
+
### 🧱 Updated Dependencies
|
|
34
|
+
|
|
35
|
+
- Updated store/hooks to 0.0.49
|
|
36
|
+
- Updated core to 0.0.49
|
|
37
|
+
- Updated common/utils to 0.0.49
|
|
38
|
+
- Updated common/ui to 0.0.49
|
|
39
|
+
- Updated shared/types to 0.0.49
|
|
40
|
+
|
|
1
41
|
## 0.0.48 (2025-11-07)
|
|
2
42
|
|
|
3
43
|
### 🧱 Updated Dependencies
|
|
@@ -410,7 +450,7 @@
|
|
|
410
450
|
|
|
411
451
|
### 🚀 Features
|
|
412
452
|
|
|
413
|
-
- enhance form handling and component props across various modules
|
|
453
|
+
- enhance form handling and component props across various modules
|
|
414
454
|
|
|
415
455
|
### 🧱 Updated Dependencies
|
|
416
456
|
|
|
@@ -438,8 +478,8 @@
|
|
|
438
478
|
|
|
439
479
|
### 🚀 Features
|
|
440
480
|
|
|
441
|
-
- enhance form handling and component props across various modules
|
|
442
|
-
- add discount management components and hooks
|
|
481
|
+
- enhance form handling and component props across various modules
|
|
482
|
+
- add discount management components and hooks
|
|
443
483
|
|
|
444
484
|
### 🧱 Updated Dependencies
|
|
445
485
|
|
|
@@ -468,7 +508,7 @@
|
|
|
468
508
|
|
|
469
509
|
### 🚀 Features
|
|
470
510
|
|
|
471
|
-
- add discount management components and hooks
|
|
511
|
+
- add discount management components and hooks
|
|
472
512
|
|
|
473
513
|
### 🧱 Updated Dependencies
|
|
474
514
|
|