@graphcommerce/mollie-magento-payment 3.0.3 → 3.0.4

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,22 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.4
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-payment-method@3.0.4
18
+ - @graphcommerce/next-ui@4.2.0
19
+
3
20
  ## 3.0.3
4
21
 
5
22
  ### Patch Changes
@@ -62,7 +62,7 @@ export default function MollieIssuerOptions(props: MollieIssuerOptionsProps) {
62
62
  // return (
63
63
  // <MenuItem key={issuer.code} value={issuer.code}>
64
64
  // <ListItemIcon>
65
- // <SvgIcon src={issuer.svg} alt={issuer.name} size='small' />
65
+ // <IconSvg src={issuer.svg} alt={issuer.name} size='small' />
66
66
  // </ListItemIcon>
67
67
  // <Typography variant='inherit'>{issuer.name}</Typography>
68
68
  // </MenuItem>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/mollie-magento-payment",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.0.3",
5
+ "version": "3.0.4",
6
6
  "sideEffects": false,
7
7
  "engines": {
8
8
  "node": "14.x"
@@ -17,8 +17,8 @@
17
17
  "devDependencies": {
18
18
  "@graphcommerce/eslint-config-pwa": "^4.0.3",
19
19
  "@graphcommerce/magento-cart-shipping-address": "^3.0.3",
20
- "@graphcommerce/magento-product": "^4.0.3",
21
- "@graphcommerce/magento-product-configurable": "^4.0.3",
20
+ "@graphcommerce/magento-product": "^4.0.5",
21
+ "@graphcommerce/magento-product-configurable": "^4.0.5",
22
22
  "@graphcommerce/prettier-config-pwa": "^4.0.2",
23
23
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
24
24
  "@playwright/test": "^1.19.1"
@@ -26,10 +26,10 @@
26
26
  "dependencies": {
27
27
  "@graphcommerce/graphql": "^3.0.3",
28
28
  "@graphcommerce/image": "^3.1.0",
29
- "@graphcommerce/magento-cart": "^4.1.2",
30
- "@graphcommerce/magento-cart-payment-method": "^3.0.3",
29
+ "@graphcommerce/magento-cart": "^4.1.3",
30
+ "@graphcommerce/magento-cart-payment-method": "^3.0.4",
31
31
  "@graphcommerce/magento-store": "^4.0.3",
32
- "@graphcommerce/next-ui": "^4.1.2",
32
+ "@graphcommerce/next-ui": "^4.2.0",
33
33
  "@graphcommerce/react-hook-form": "^3.0.3",
34
34
  "type-fest": "^2.12.0"
35
35
  },