@graphcommerce/magento-product 9.1.0-canary.37 → 9.1.0-canary.39

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
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.39
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2526](https://github.com/graphcommerce-org/graphcommerce/pull/2526) [`94951f2`](https://github.com/graphcommerce-org/graphcommerce/commit/94951f20a2da049c82d6c14519bce145a108c105) - Solve issue where the added item couldn't be properly found based on the input filters, causing problems when sending data to the data layer. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
8
+
9
+ ## 9.1.0-canary.38
10
+
3
11
  ## 9.1.0-canary.37
4
12
 
5
13
  ### Patch Changes
@@ -35,7 +35,7 @@ export function findAddedItems(
35
35
  (selectedOption) => selectedOption === option?.configurable_product_option_value_uid,
36
36
  )
37
37
 
38
- selectedOptions = itemVariable.selected_options?.filter(
38
+ selectedOptions = selectedOptions?.filter(
39
39
  (selectedOption) => selectedOption !== option?.configurable_product_option_value_uid,
40
40
  )
41
41
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.37",
5
+ "version": "9.1.0-canary.39",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,18 +18,18 @@
18
18
  "typescript": "5.7.2"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.37",
22
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.37",
23
- "@graphcommerce/framer-next-pages": "^9.1.0-canary.37",
24
- "@graphcommerce/framer-scroller": "^9.1.0-canary.37",
25
- "@graphcommerce/graphql": "^9.1.0-canary.37",
26
- "@graphcommerce/graphql-mesh": "^9.1.0-canary.37",
27
- "@graphcommerce/image": "^9.1.0-canary.37",
28
- "@graphcommerce/magento-cart": "^9.1.0-canary.37",
29
- "@graphcommerce/magento-store": "^9.1.0-canary.37",
30
- "@graphcommerce/next-ui": "^9.1.0-canary.37",
31
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.37",
32
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.37",
21
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.39",
22
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.39",
23
+ "@graphcommerce/framer-next-pages": "^9.1.0-canary.39",
24
+ "@graphcommerce/framer-scroller": "^9.1.0-canary.39",
25
+ "@graphcommerce/graphql": "^9.1.0-canary.39",
26
+ "@graphcommerce/graphql-mesh": "^9.1.0-canary.39",
27
+ "@graphcommerce/image": "^9.1.0-canary.39",
28
+ "@graphcommerce/magento-cart": "^9.1.0-canary.39",
29
+ "@graphcommerce/magento-store": "^9.1.0-canary.39",
30
+ "@graphcommerce/next-ui": "^9.1.0-canary.39",
31
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.39",
32
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.39",
33
33
  "@lingui/core": "^4.2.1",
34
34
  "@lingui/macro": "^4.2.1",
35
35
  "@lingui/react": "^4.2.1",