@haus-storefront-react/discounts 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.
- package/CHANGELOG.md +54 -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,53 @@
|
|
|
1
|
+
## 0.0.52-2 (2025-12-12)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated store/hooks to 0.0.52-2
|
|
6
|
+
- Updated core to 0.0.52-2
|
|
7
|
+
- Updated common/utils to 0.0.52-2
|
|
8
|
+
- Updated common/ui to 0.0.52-2
|
|
9
|
+
- Updated shared/types to 0.0.52-2
|
|
10
|
+
|
|
11
|
+
## 0.0.52-1 (2025-12-11)
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated store/hooks to 0.0.52-1
|
|
16
|
+
- Updated core to 0.0.52-1
|
|
17
|
+
- Updated common/utils to 0.0.52-1
|
|
18
|
+
- Updated common/ui to 0.0.52-1
|
|
19
|
+
- Updated shared/types to 0.0.52-1
|
|
20
|
+
|
|
21
|
+
## 0.0.52 (2025-12-11)
|
|
22
|
+
|
|
23
|
+
### 🧱 Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated store/hooks to 0.0.52
|
|
26
|
+
- Updated core to 0.0.52
|
|
27
|
+
- Updated common/utils to 0.0.52
|
|
28
|
+
- Updated common/ui to 0.0.52
|
|
29
|
+
- Updated shared/types to 0.0.52
|
|
30
|
+
|
|
31
|
+
## 0.0.51-0 (2025-12-11)
|
|
32
|
+
|
|
33
|
+
### 🧱 Updated Dependencies
|
|
34
|
+
|
|
35
|
+
- Updated store/hooks to 0.0.51-0
|
|
36
|
+
- Updated core to 0.0.51-0
|
|
37
|
+
- Updated common/utils to 0.0.51-0
|
|
38
|
+
- Updated common/ui to 0.0.51-0
|
|
39
|
+
- Updated shared/types to 0.0.51-0
|
|
40
|
+
|
|
41
|
+
## 0.0.50 (2025-11-25)
|
|
42
|
+
|
|
43
|
+
### 🧱 Updated Dependencies
|
|
44
|
+
|
|
45
|
+
- Updated store/hooks to 0.0.50
|
|
46
|
+
- Updated core to 0.0.50
|
|
47
|
+
- Updated common/utils to 0.0.50
|
|
48
|
+
- Updated common/ui to 0.0.50
|
|
49
|
+
- Updated shared/types to 0.0.50
|
|
50
|
+
|
|
1
51
|
## 0.0.49 (2025-11-25)
|
|
2
52
|
|
|
3
53
|
### 🧱 Updated Dependencies
|
|
@@ -420,7 +470,7 @@
|
|
|
420
470
|
|
|
421
471
|
### 🚀 Features
|
|
422
472
|
|
|
423
|
-
- enhance form handling and component props across various modules
|
|
473
|
+
- enhance form handling and component props across various modules
|
|
424
474
|
|
|
425
475
|
### 🧱 Updated Dependencies
|
|
426
476
|
|
|
@@ -448,8 +498,8 @@
|
|
|
448
498
|
|
|
449
499
|
### 🚀 Features
|
|
450
500
|
|
|
451
|
-
- enhance form handling and component props across various modules
|
|
452
|
-
- add discount management components and hooks
|
|
501
|
+
- enhance form handling and component props across various modules
|
|
502
|
+
- add discount management components and hooks
|
|
453
503
|
|
|
454
504
|
### 🧱 Updated Dependencies
|
|
455
505
|
|
|
@@ -478,7 +528,7 @@
|
|
|
478
528
|
|
|
479
529
|
### 🚀 Features
|
|
480
530
|
|
|
481
|
-
- add discount management components and hooks
|
|
531
|
+
- add discount management components and hooks
|
|
482
532
|
|
|
483
533
|
### 🧱 Updated Dependencies
|
|
484
534
|
|