@graphcommerce/magento-payment-adyen 6.0.0-canary.53 → 6.0.0
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 +8 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @graphcommerce/magento-payment-adyen
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1841](https://github.com/graphcommerce-org/graphcommerce/pull/1841) [`1ff022c4b`](https://github.com/graphcommerce-org/graphcommerce/commit/1ff022c4bd8ad1d9fa8c1760076f003af06ce421) - PaymentMethodUpdated is now @injectable to allow for easier customisation. ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
## 6.0.0-canary.54
|
|
10
|
+
|
|
3
11
|
## 6.0.0-canary.53
|
|
4
12
|
|
|
5
13
|
## 6.0.0-canary.52
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-payment-adyen",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "6.0.0
|
|
5
|
+
"version": "6.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "6.0.0
|
|
16
|
-
"@graphcommerce/magento-product": "6.0.0
|
|
17
|
-
"@graphcommerce/prettier-config-pwa": "6.0.0
|
|
18
|
-
"@graphcommerce/typescript-config-pwa": "6.0.0
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "6.0.0",
|
|
16
|
+
"@graphcommerce/magento-product": "6.0.0",
|
|
17
|
+
"@graphcommerce/prettier-config-pwa": "6.0.0",
|
|
18
|
+
"@graphcommerce/typescript-config-pwa": "6.0.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/graphql": "6.0.0
|
|
22
|
-
"@graphcommerce/graphql-mesh": "6.0.0
|
|
23
|
-
"@graphcommerce/image": "6.0.0
|
|
24
|
-
"@graphcommerce/magento-cart": "6.0.0
|
|
25
|
-
"@graphcommerce/magento-cart-payment-method": "6.0.0
|
|
26
|
-
"@graphcommerce/magento-store": "6.0.0
|
|
27
|
-
"@graphcommerce/next-ui": "6.0.0
|
|
21
|
+
"@graphcommerce/graphql": "6.0.0",
|
|
22
|
+
"@graphcommerce/graphql-mesh": "6.0.0",
|
|
23
|
+
"@graphcommerce/image": "6.0.0",
|
|
24
|
+
"@graphcommerce/magento-cart": "6.0.0",
|
|
25
|
+
"@graphcommerce/magento-cart-payment-method": "6.0.0",
|
|
26
|
+
"@graphcommerce/magento-store": "6.0.0",
|
|
27
|
+
"@graphcommerce/next-ui": "6.0.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@lingui/react": "^3.13.2",
|