@graphcommerce/magento-payment-multisafepay 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @graphcommerce/magento-payment-multisafepay
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) [`366b05a7d`](https://github.com/graphcommerce-org/graphcommerce/commit/366b05a7da174a8a7c665b44e11422d8c873e4ed) - MultiSafePay 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
+
3
21
  ## 5.0.0-canary.14
4
22
 
5
23
  ## 5.0.0-canary.13
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-multisafepay",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "5.0.0-canary.14",
5
+ "version": "5.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,25 +12,25 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/next-ui": "5.0.0-canary.14",
16
- "@graphcommerce/eslint-config-pwa": "^5.0.0-canary.14",
17
- "@graphcommerce/magento-cart-shipping-address": "5.0.0-canary.14",
18
- "@graphcommerce/magento-product": "5.0.0-canary.14",
19
- "@graphcommerce/magento-product-configurable": "5.0.0-canary.14",
20
- "@graphcommerce/prettier-config-pwa": "^5.0.0-canary.14",
21
- "@graphcommerce/typescript-config-pwa": "^5.0.0-canary.14",
15
+ "@graphcommerce/next-ui": "5.0.0",
16
+ "@graphcommerce/eslint-config-pwa": "^5.0.0",
17
+ "@graphcommerce/magento-cart-shipping-address": "5.0.0",
18
+ "@graphcommerce/magento-product": "5.0.0",
19
+ "@graphcommerce/magento-product-configurable": "5.0.0",
20
+ "@graphcommerce/prettier-config-pwa": "^5.0.0",
21
+ "@graphcommerce/typescript-config-pwa": "^5.0.0",
22
22
  "@playwright/test": "^1.21.1",
23
23
  "type-fest": "^2.12.2"
24
24
  },
25
25
  "dependencies": {
26
- "@graphcommerce/graphql": "5.0.0-canary.14",
27
- "@graphcommerce/graphql-mesh": "5.0.0-canary.14",
28
- "@graphcommerce/image": "5.0.0-canary.14",
29
- "@graphcommerce/magento-cart": "5.0.0-canary.14",
30
- "@graphcommerce/magento-cart-payment-method": "5.0.0-canary.14",
31
- "@graphcommerce/magento-store": "5.0.0-canary.14",
32
- "@graphcommerce/next-ui": "5.0.0-canary.14",
33
- "@graphcommerce/react-hook-form": "5.0.0-canary.14"
26
+ "@graphcommerce/graphql": "5.0.0",
27
+ "@graphcommerce/graphql-mesh": "5.0.0",
28
+ "@graphcommerce/image": "5.0.0",
29
+ "@graphcommerce/magento-cart": "5.0.0",
30
+ "@graphcommerce/magento-cart-payment-method": "5.0.0",
31
+ "@graphcommerce/magento-store": "5.0.0",
32
+ "@graphcommerce/next-ui": "5.0.0",
33
+ "@graphcommerce/react-hook-form": "5.0.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@lingui/react": "^3.13.2",