@graphcommerce/magento-cart 4.9.1 → 4.9.2

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,18 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1684](https://github.com/graphcommerce-org/graphcommerce/pull/1684) [`ae28fb14c`](https://github.com/graphcommerce-org/graphcommerce/commit/ae28fb14cec298c52970260a4fc2c2551b5f175e) Thanks [@paales](https://github.com/paales)! - Only show products in stock on crosssells
8
+
9
+ - Updated dependencies [[`98d6a9cce`](https://github.com/graphcommerce-org/graphcommerce/commit/98d6a9cce1bb9514088be0af2736721b3edda467)]:
10
+ - @graphcommerce/next-ui@4.29.1
11
+ - @graphcommerce/ecommerce-ui@1.5.6
12
+ - @graphcommerce/framer-scroller@2.1.43
13
+ - @graphcommerce/magento-customer@4.12.2
14
+ - @graphcommerce/magento-store@4.3.4
15
+
3
16
  ## 4.9.1
4
17
 
5
18
  ### Patch Changes
@@ -8,6 +8,7 @@ query Crosssells(
8
8
  __typename
9
9
  uid
10
10
  crosssell_products {
11
+ stock_status
11
12
  ...ProductListItem
12
13
  }
13
14
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.9.1",
5
+ "version": "4.9.2",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,16 +18,16 @@
18
18
  "@playwright/test": "^1.21.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/ecommerce-ui": "1.5.5",
21
+ "@graphcommerce/ecommerce-ui": "1.5.6",
22
22
  "@graphcommerce/framer-utils": "3.2.1",
23
23
  "@graphcommerce/framer-next-pages": "3.3.2",
24
- "@graphcommerce/framer-scroller": "2.1.42",
24
+ "@graphcommerce/framer-scroller": "2.1.43",
25
25
  "@graphcommerce/graphql": "3.5.0",
26
26
  "@graphcommerce/image": "3.1.10",
27
- "@graphcommerce/magento-customer": "4.12.1",
27
+ "@graphcommerce/magento-customer": "4.12.2",
28
28
  "@graphcommerce/magento-graphql": "3.1.9",
29
- "@graphcommerce/magento-store": "4.3.3",
30
- "@graphcommerce/next-ui": "4.29.0",
29
+ "@graphcommerce/magento-store": "4.3.4",
30
+ "@graphcommerce/next-ui": "4.29.1",
31
31
  "@graphcommerce/react-hook-form": "3.3.5"
32
32
  },
33
33
  "peerDependencies": {