@graphcommerce/magento-cart 4.9.1 → 4.9.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 CHANGED
@@ -1,5 +1,29 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1953c7e27`](https://github.com/graphcommerce-org/graphcommerce/commit/1953c7e27eb606a825fce1ad361393b3c781c6da)]:
8
+ - @graphcommerce/next-ui@4.29.2
9
+ - @graphcommerce/ecommerce-ui@1.5.7
10
+ - @graphcommerce/framer-scroller@2.1.44
11
+ - @graphcommerce/magento-customer@4.12.3
12
+ - @graphcommerce/magento-store@4.3.5
13
+
14
+ ## 4.9.2
15
+
16
+ ### Patch Changes
17
+
18
+ - [#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
19
+
20
+ - Updated dependencies [[`98d6a9cce`](https://github.com/graphcommerce-org/graphcommerce/commit/98d6a9cce1bb9514088be0af2736721b3edda467)]:
21
+ - @graphcommerce/next-ui@4.29.1
22
+ - @graphcommerce/ecommerce-ui@1.5.6
23
+ - @graphcommerce/framer-scroller@2.1.43
24
+ - @graphcommerce/magento-customer@4.12.2
25
+ - @graphcommerce/magento-store@4.3.4
26
+
3
27
  ## 4.9.1
4
28
 
5
29
  ### 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.3",
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.7",
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.44",
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.3",
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.5",
30
+ "@graphcommerce/next-ui": "4.29.2",
31
31
  "@graphcommerce/react-hook-form": "3.3.5"
32
32
  },
33
33
  "peerDependencies": {