@graphcommerce/magento-product 4.4.21 → 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,38 @@
|
|
|
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
|
+
|
|
13
|
+
## 4.4.23
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`b6d3a3c13`](https://github.com/graphcommerce-org/graphcommerce/commit/b6d3a3c13ea63ef0f691f497507f07c0e094de5b)]:
|
|
18
|
+
- @graphcommerce/next-ui@4.19.0
|
|
19
|
+
- @graphcommerce/framer-scroller@2.1.30
|
|
20
|
+
- @graphcommerce/magento-cart@4.6.7
|
|
21
|
+
- @graphcommerce/magento-store@4.2.25
|
|
22
|
+
|
|
23
|
+
## 4.4.22
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [#1587](https://github.com/graphcommerce-org/graphcommerce/pull/1587) [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6) Thanks [@paales](https://github.com/paales)! - Make sure the jsonLdProduct and jsonLdProductReview have simpler type definitions for better performance
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [[`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6), [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6)]:
|
|
30
|
+
- @graphcommerce/graphql@3.4.5
|
|
31
|
+
- @graphcommerce/next-ui@4.18.0
|
|
32
|
+
- @graphcommerce/magento-cart@4.6.6
|
|
33
|
+
- @graphcommerce/magento-store@4.2.24
|
|
34
|
+
- @graphcommerce/framer-scroller@2.1.29
|
|
35
|
+
|
|
3
36
|
## 4.4.21
|
|
4
37
|
|
|
5
38
|
### 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.
|
|
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.
|
|
23
|
-
"@graphcommerce/graphql": "3.4.
|
|
22
|
+
"@graphcommerce/framer-scroller": "2.1.31",
|
|
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.
|
|
27
|
-
"@graphcommerce/magento-store": "4.2.
|
|
28
|
-
"@graphcommerce/next-ui": "4.
|
|
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": {
|