@graphcommerce/magento-product-configurable 4.0.4 → 4.0.5
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,24 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1292](https://github.com/ho-nl/m2-pwa/pull/1292)
|
|
8
|
+
[`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0)
|
|
9
|
+
Thanks [@paales](https://github.com/paales)! - Renamed SvgIcon to IconSvg to prevent collisions
|
|
10
|
+
with MUI
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0),
|
|
14
|
+
[`990df655b`](https://github.com/ho-nl/m2-pwa/commit/990df655b73b469718d6cb5837ee65dfe2ad6a1d),
|
|
15
|
+
[`63f9b56eb`](https://github.com/ho-nl/m2-pwa/commit/63f9b56eb68ba790567ff1427e599fd2c3c8f1ee)]:
|
|
16
|
+
- @graphcommerce/magento-cart@4.1.3
|
|
17
|
+
- @graphcommerce/magento-cart-items@3.0.4
|
|
18
|
+
- @graphcommerce/magento-customer@4.1.3
|
|
19
|
+
- @graphcommerce/magento-product@4.0.5
|
|
20
|
+
- @graphcommerce/next-ui@4.2.0
|
|
21
|
+
|
|
3
22
|
## 4.0.4
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
extendableComponent,
|
|
7
7
|
iconChevronRight,
|
|
8
8
|
MessageSnackbar,
|
|
9
|
-
|
|
9
|
+
IconSvg,
|
|
10
10
|
TextInputNumber,
|
|
11
11
|
} from '@graphcommerce/next-ui'
|
|
12
12
|
import { Trans } from '@lingui/macro'
|
|
@@ -137,7 +137,7 @@ export default function ConfigurableProductAddToCart(props: ConfigurableProductA
|
|
|
137
137
|
size='medium'
|
|
138
138
|
variant='pill'
|
|
139
139
|
color='secondary'
|
|
140
|
-
endIcon={<
|
|
140
|
+
endIcon={<IconSvg src={iconChevronRight} />}
|
|
141
141
|
>
|
|
142
142
|
<Trans>View shopping cart</Trans>
|
|
143
143
|
</Button>
|
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.0.
|
|
5
|
+
"version": "4.0.5",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@graphcommerce/graphql": "^3.0.3",
|
|
23
23
|
"@graphcommerce/image": "^3.1.0",
|
|
24
|
-
"@graphcommerce/magento-cart": "^4.1.
|
|
25
|
-
"@graphcommerce/magento-cart-items": "^3.0.
|
|
24
|
+
"@graphcommerce/magento-cart": "^4.1.3",
|
|
25
|
+
"@graphcommerce/magento-cart-items": "^3.0.4",
|
|
26
26
|
"@graphcommerce/magento-category": "^4.0.3",
|
|
27
|
-
"@graphcommerce/magento-customer": "^4.1.
|
|
28
|
-
"@graphcommerce/magento-product": "^4.0.
|
|
27
|
+
"@graphcommerce/magento-customer": "^4.1.3",
|
|
28
|
+
"@graphcommerce/magento-product": "^4.0.5",
|
|
29
29
|
"@graphcommerce/magento-product-simple": "^4.0.3",
|
|
30
30
|
"@graphcommerce/magento-store": "^4.1.0",
|
|
31
|
-
"@graphcommerce/next-ui": "^4.
|
|
31
|
+
"@graphcommerce/next-ui": "^4.2.0",
|
|
32
32
|
"@graphcommerce/react-hook-form": "^3.0.3",
|
|
33
33
|
"type-fest": "^2.12.0"
|
|
34
34
|
},
|