@akinon/pz-similar-products 1.92.0-rc.32 → 1.92.0-rc.34

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @akinon/pz-similar-products
2
2
 
3
+ ## 1.92.0-rc.34
4
+
5
+ ## 1.92.0-rc.33
6
+
7
+ ### Minor Changes
8
+
9
+ - 59b275c: ZERO-3532: Pass settings prop to SimilarProductsButton for enhanced functionality
10
+
3
11
  ## 1.92.0-rc.32
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-similar-products",
3
- "version": "1.92.0-rc.32",
3
+ "version": "1.92.0-rc.34",
4
4
  "license": "MIT",
5
5
  "main": "src/index.ts",
6
6
  "peerDependencies": {
@@ -46,7 +46,7 @@ export function ProductImageSearchFeature({
46
46
  <>
47
47
  {finalIsEnabled && (
48
48
  <>
49
- <SimilarProductsButton onClick={handleClick} className={className} />
49
+ <SimilarProductsButton onClick={handleClick} className={className} settings={settings} />
50
50
 
51
51
  <SimilarProductsPlugin
52
52
  product={product}