@graphcommerce/mollie-magento-payment 3.0.1 → 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,82 @@
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
+
20
+ ## 3.0.3
21
+
22
+ ### Patch Changes
23
+
24
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
25
+ Thanks [@paales](https://github.com/paales)! - made packages public
26
+
27
+ * [#1278](https://github.com/ho-nl/m2-pwa/pull/1278)
28
+ [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)
29
+ Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
30
+
31
+ * Updated dependencies
32
+ [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
33
+ [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
34
+ [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d),
35
+ [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
36
+ - @graphcommerce/graphql@3.0.3
37
+ - @graphcommerce/image@3.1.0
38
+ - @graphcommerce/magento-cart@4.1.2
39
+ - @graphcommerce/magento-cart-payment-method@3.0.3
40
+ - @graphcommerce/magento-store@4.0.3
41
+ - @graphcommerce/next-ui@4.1.2
42
+ - @graphcommerce/react-hook-form@3.0.3
43
+
44
+ ## 3.0.2
45
+
46
+ ### Patch Changes
47
+
48
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
49
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
50
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
51
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
52
+ duplicate packages in the node_modules folders.
53
+
54
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
55
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
56
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
57
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
58
+ implementing
59
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
60
+ soon.
61
+
62
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
63
+ frontend to be able to revalidate pages manually.
64
+
65
+ * Updated dependencies
66
+ [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
67
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
68
+ [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
69
+ [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
70
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
71
+ [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
72
+ - @graphcommerce/magento-cart@4.1.1
73
+ - @graphcommerce/magento-cart-payment-method@3.0.2
74
+ - @graphcommerce/next-ui@4.1.1
75
+ - @graphcommerce/react-hook-form@3.0.2
76
+ - @graphcommerce/graphql@3.0.2
77
+ - @graphcommerce/image@3.0.2
78
+ - @graphcommerce/magento-store@4.0.2
79
+
3
80
  ## 3.0.1
4
81
 
5
82
  ### 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.1",
5
+ "version": "3.0.4",
6
6
  "sideEffects": false,
7
7
  "engines": {
8
8
  "node": "14.x"
@@ -15,28 +15,30 @@
15
15
  }
16
16
  },
17
17
  "devDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "^4.0.1",
19
- "@graphcommerce/magento-cart-shipping-address": "^3.0.1",
20
- "@graphcommerce/magento-product": "^4.0.1",
21
- "@graphcommerce/magento-product-configurable": "^4.0.1",
22
- "@graphcommerce/prettier-config-pwa": "^4.0.1",
23
- "@graphcommerce/typescript-config-pwa": "^4.0.1",
24
- "@playwright/test": "^1.18.1"
18
+ "@graphcommerce/eslint-config-pwa": "^4.0.3",
19
+ "@graphcommerce/magento-cart-shipping-address": "^3.0.3",
20
+ "@graphcommerce/magento-product": "^4.0.5",
21
+ "@graphcommerce/magento-product-configurable": "^4.0.5",
22
+ "@graphcommerce/prettier-config-pwa": "^4.0.2",
23
+ "@graphcommerce/typescript-config-pwa": "^4.0.2",
24
+ "@playwright/test": "^1.19.1"
25
25
  },
26
26
  "dependencies": {
27
- "@graphcommerce/graphql": "^3.0.1",
28
- "@graphcommerce/image": "^3.0.1",
29
- "@graphcommerce/magento-cart": "^4.0.1",
30
- "@graphcommerce/magento-cart-payment-method": "^3.0.1",
31
- "@graphcommerce/magento-store": "^4.0.1",
32
- "@graphcommerce/next-ui": "^4.0.1",
33
- "@graphcommerce/react-hook-form": "^3.0.1",
27
+ "@graphcommerce/graphql": "^3.0.3",
28
+ "@graphcommerce/image": "^3.1.0",
29
+ "@graphcommerce/magento-cart": "^4.1.3",
30
+ "@graphcommerce/magento-cart-payment-method": "^3.0.4",
31
+ "@graphcommerce/magento-store": "^4.0.3",
32
+ "@graphcommerce/next-ui": "^4.2.0",
33
+ "@graphcommerce/react-hook-form": "^3.0.3",
34
+ "type-fest": "^2.12.0"
35
+ },
36
+ "peerDependencies": {
34
37
  "@lingui/macro": "^3.13.2",
35
38
  "@mui/material": "^5.4.1",
36
39
  "framer-motion": "^6.2.4",
37
40
  "next": "^12.0.10",
38
41
  "react": "^17.0.1",
39
- "react-dom": "^17.0.1",
40
- "type-fest": "^2.11.2"
42
+ "react-dom": "^17.0.1"
41
43
  }
42
44
  }