@graphcommerce/magento-product-configurable 4.1.30 → 4.1.31
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,19 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.1.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`eee08c956`](https://github.com/graphcommerce-org/graphcommerce/commit/eee08c956fbcc4fe8d915b6fa8b399dafca69acd), [`79f057889`](https://github.com/graphcommerce-org/graphcommerce/commit/79f057889847c61d75db7f567fd6575a57cf1022), [`43822fd61`](https://github.com/graphcommerce-org/graphcommerce/commit/43822fd61c949215b8ddce9fb37d09f29b638426), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7)]:
|
|
8
|
+
- @graphcommerce/magento-category@4.4.0
|
|
9
|
+
- @graphcommerce/next-ui@4.20.0
|
|
10
|
+
- @graphcommerce/magento-customer@4.9.4
|
|
11
|
+
- @graphcommerce/magento-cart@4.6.8
|
|
12
|
+
- @graphcommerce/magento-cart-items@3.0.47
|
|
13
|
+
- @graphcommerce/magento-product@4.4.24
|
|
14
|
+
- @graphcommerce/magento-store@4.2.26
|
|
15
|
+
- @graphcommerce/magento-product-simple@4.0.46
|
|
16
|
+
|
|
3
17
|
## 4.1.30
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -148,7 +148,7 @@ export function ConfigurableProductAddToCart(props: ConfigurableProductAddToCart
|
|
|
148
148
|
|
|
149
149
|
<AnimatePresence initial={false}>
|
|
150
150
|
{data?.addProductsToCart?.user_errors.map((e) => (
|
|
151
|
-
<AnimatedRow key={e?.code}>
|
|
151
|
+
<AnimatedRow layout key={e?.code}>
|
|
152
152
|
<Alert severity='error'>{e?.message}</Alert>
|
|
153
153
|
</AnimatedRow>
|
|
154
154
|
))}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-product-configurable",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "4.1.
|
|
5
|
+
"version": "4.1.31",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"@graphcommerce/graphql": "3.4.5",
|
|
23
23
|
"@graphcommerce/graphql-mesh": "4.1.6",
|
|
24
24
|
"@graphcommerce/image": "3.1.7",
|
|
25
|
-
"@graphcommerce/magento-cart": "4.6.
|
|
26
|
-
"@graphcommerce/magento-cart-items": "3.0.
|
|
27
|
-
"@graphcommerce/magento-category": "4.
|
|
28
|
-
"@graphcommerce/magento-customer": "4.9.
|
|
29
|
-
"@graphcommerce/magento-product": "4.4.
|
|
30
|
-
"@graphcommerce/magento-product-simple": "4.0.
|
|
31
|
-
"@graphcommerce/magento-store": "4.2.
|
|
32
|
-
"@graphcommerce/next-ui": "4.
|
|
25
|
+
"@graphcommerce/magento-cart": "4.6.8",
|
|
26
|
+
"@graphcommerce/magento-cart-items": "3.0.47",
|
|
27
|
+
"@graphcommerce/magento-category": "4.4.0",
|
|
28
|
+
"@graphcommerce/magento-customer": "4.9.4",
|
|
29
|
+
"@graphcommerce/magento-product": "4.4.24",
|
|
30
|
+
"@graphcommerce/magento-product-simple": "4.0.46",
|
|
31
|
+
"@graphcommerce/magento-store": "4.2.26",
|
|
32
|
+
"@graphcommerce/next-ui": "4.20.0",
|
|
33
33
|
"@graphcommerce/react-hook-form": "3.3.2"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|