@graphcommerce/magento-payment-adyen 5.0.0-canary.14 → 5.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 +20 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @graphcommerce/magento-payment-adyen
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#1729](https://github.com/graphcommerce-org/graphcommerce/pull/1729) [`2e68e0560`](https://github.com/graphcommerce-org/graphcommerce/commit/2e68e0560690bbf9bad6dc2b33d6e2ddb16197ce) - Adyen Payment gateway support ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`b2d73c726`](https://github.com/graphcommerce-org/graphcommerce/commit/b2d73c726fa123435fa6c54b4e0fd0db2df7c4ab) - Move to <Prev/> instead of <Component/> to call the plugin component ([@paales](https://github.com/paales))
|
|
16
|
+
|
|
17
|
+
- [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`be10e8cd1`](https://github.com/graphcommerce-org/graphcommerce/commit/be10e8cd1dce172a914ee9e5f65fdca4d0929fc8) - Migrated payment methods to use the new `onSuccess` method from `PaymentMethodContextProvider` instead of redirecting manually, makes sure the onSuccess method can be used by plugins. ([@paales](https://github.com/paales))
|
|
18
|
+
|
|
19
|
+
- [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`52882a63e`](https://github.com/graphcommerce-org/graphcommerce/commit/52882a63e96c0d3ba9641c3714d288fa4f420c82) - Do not forward the Prev prop in plugins ([@paales](https://github.com/paales))
|
|
20
|
+
|
|
21
|
+
- [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`6171ad02c`](https://github.com/graphcommerce-org/graphcommerce/commit/6171ad02c19782b1e1f0eb00ea25ea6b764250b5) - Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins ([@paales](https://github.com/paales))
|
|
22
|
+
|
|
3
23
|
## 5.0.0-canary.14
|
|
4
24
|
|
|
5
25
|
## 5.0.0-canary.13
|
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": "5.0.0
|
|
5
|
+
"version": "5.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^5.0.0
|
|
16
|
-
"@graphcommerce/magento-product": "5.0.0
|
|
17
|
-
"@graphcommerce/prettier-config-pwa": "^5.0.0
|
|
18
|
-
"@graphcommerce/typescript-config-pwa": "^5.0.0
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^5.0.0",
|
|
16
|
+
"@graphcommerce/magento-product": "5.0.0",
|
|
17
|
+
"@graphcommerce/prettier-config-pwa": "^5.0.0",
|
|
18
|
+
"@graphcommerce/typescript-config-pwa": "^5.0.0",
|
|
19
19
|
"@playwright/test": "^1.21.1",
|
|
20
20
|
"type-fest": "^2.12.2"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@graphcommerce/graphql": "5.0.0
|
|
24
|
-
"@graphcommerce/graphql-mesh": "5.0.0
|
|
25
|
-
"@graphcommerce/image": "5.0.0
|
|
26
|
-
"@graphcommerce/magento-cart": "5.0.0
|
|
27
|
-
"@graphcommerce/magento-cart-payment-method": "5.0.0
|
|
28
|
-
"@graphcommerce/magento-store": "5.0.0
|
|
29
|
-
"@graphcommerce/next-ui": "5.0.0
|
|
23
|
+
"@graphcommerce/graphql": "5.0.0",
|
|
24
|
+
"@graphcommerce/graphql-mesh": "5.0.0",
|
|
25
|
+
"@graphcommerce/image": "5.0.0",
|
|
26
|
+
"@graphcommerce/magento-cart": "5.0.0",
|
|
27
|
+
"@graphcommerce/magento-cart-payment-method": "5.0.0",
|
|
28
|
+
"@graphcommerce/magento-store": "5.0.0",
|
|
29
|
+
"@graphcommerce/next-ui": "5.0.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@lingui/react": "^3.13.2",
|