@akinon/pz-similar-products 1.96.0-snapshot-ZERO-3620-20250915165755 → 1.99.0-rc.66

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 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/pz-similar-products
2
2
 
3
- ## 1.96.0-snapshot-ZERO-3620-20250915165755
3
+ ## 1.99.0-rc.66
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,6 +13,36 @@
13
13
  - 59b275ca: ZERO-3532: Pass settings prop to SimilarProductsButton for enhanced functionality
14
14
  - d606f4ac: ZERO-3481: Add locale and currency to list endpoint
15
15
 
16
+ ## 1.98.0-rc.65
17
+
18
+ ### Minor Changes
19
+
20
+ - 54e31792: ZERO-3532: Added customize options to icons
21
+ - 174bf3a5: ZERO-3533: Refactor similar products API endpoints to support array search parameters and improve query handling
22
+ - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
23
+ - 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
24
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
25
+ - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
26
+ - 59b275ca: ZERO-3532: Pass settings prop to SimilarProductsButton for enhanced functionality
27
+ - d606f4ac: ZERO-3481: Add locale and currency to list endpoint
28
+
29
+ ## 1.96.0-rc.64
30
+
31
+ ### Minor Changes
32
+
33
+ - 54e31792: ZERO-3532: Added customize options to icons
34
+ - 174bf3a5: ZERO-3533: Refactor similar products API endpoints to support array search parameters and improve query handling
35
+ - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
36
+ - 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
37
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
38
+ - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
39
+ - 59b275ca: ZERO-3532: Pass settings prop to SimilarProductsButton for enhanced functionality
40
+ - d606f4ac: ZERO-3481: Add locale and currency to list endpoint
41
+
42
+ ## 1.96.0-rc.63
43
+
44
+ ## 1.96.0-rc.62
45
+
16
46
  ## 1.96.0-rc.61
17
47
 
18
48
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-similar-products",
3
- "version": "1.96.0-snapshot-ZERO-3620-20250915165755",
3
+ "version": "1.99.0-rc.66",
4
4
  "license": "MIT",
5
5
  "main": "src/index.ts",
6
6
  "peerDependencies": {