@graphcommerce/magento-product 4.4.23 → 4.4.24

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,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.4.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`43822fd61`](https://github.com/graphcommerce-org/graphcommerce/commit/43822fd61c949215b8ddce9fb37d09f29b638426), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7)]:
8
+ - @graphcommerce/next-ui@4.20.0
9
+ - @graphcommerce/framer-scroller@2.1.31
10
+ - @graphcommerce/magento-cart@4.6.8
11
+ - @graphcommerce/magento-store@4.2.26
12
+
3
13
  ## 4.4.23
4
14
 
5
15
  ### Patch Changes
@@ -102,7 +102,7 @@ export function ProductAddToCart(
102
102
 
103
103
  <AnimatePresence initial={false}>
104
104
  {data?.addProductsToCart?.user_errors.map((e) => (
105
- <AnimatedRow key={e?.code}>
105
+ <AnimatedRow layout key={e?.code}>
106
106
  <Alert severity='error'>{e?.message}</Alert>
107
107
  </AnimatedRow>
108
108
  ))}
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": "4.4.23",
5
+ "version": "4.4.24",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,13 +19,13 @@
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/framer-scroller": "2.1.30",
22
+ "@graphcommerce/framer-scroller": "2.1.31",
23
23
  "@graphcommerce/graphql": "3.4.5",
24
24
  "@graphcommerce/graphql-mesh": "4.1.6",
25
25
  "@graphcommerce/image": "3.1.7",
26
- "@graphcommerce/magento-cart": "4.6.7",
27
- "@graphcommerce/magento-store": "4.2.25",
28
- "@graphcommerce/next-ui": "4.19.0",
26
+ "@graphcommerce/magento-cart": "4.6.8",
27
+ "@graphcommerce/magento-store": "4.2.26",
28
+ "@graphcommerce/next-ui": "4.20.0",
29
29
  "schema-dts": "^1.1.0"
30
30
  },
31
31
  "peerDependencies": {