@graphcommerce/magento-payment-multisafepay 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @graphcommerce/magento-payment-multisafepay
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1790](https://github.com/graphcommerce-org/graphcommerce/pull/1790) [`1fbd1e2b2`](https://github.com/graphcommerce-org/graphcommerce/commit/1fbd1e2b20cd875c481e10a81343da961c8baf8f) - MultiSafePay now shows an error snackbar, added the ability to restore/refetch the cart, and a fix for the cart not being found when restoring the cart. ([@LaurensFranken](https://github.com/LaurensFranken))
8
+
9
+ ### Patch Changes
10
+
11
+ - [#1841](https://github.com/graphcommerce-org/graphcommerce/pull/1841) [`beb75b7a5`](https://github.com/graphcommerce-org/graphcommerce/commit/beb75b7a5c8f32f0b74b62bb0931baf887b17adf) - Muiltisafepay: `MSPPaymentOptionsAndPlaceOrder` is now split into two separate components to allow for surcharges when selecting a payment method. ([@paales](https://github.com/paales))
12
+
13
+ - [#1778](https://github.com/graphcommerce-org/graphcommerce/pull/1778) [`bac564119`](https://github.com/graphcommerce-org/graphcommerce/commit/bac5641198b8c91df0e27a730cd663fd177afc70) - Added proper translations for iDeal Multi Safe Pay ([@FrankHarland](https://github.com/FrankHarland))
14
+
15
+ ## 6.0.0-canary.54
16
+
3
17
  ## 6.0.0-canary.53
4
18
 
5
19
  ## 6.0.0-canary.52
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": "6.0.0-canary.53",
5
+ "version": "6.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": "6.0.0-canary.53",
16
- "@graphcommerce/eslint-config-pwa": "6.0.0-canary.53",
17
- "@graphcommerce/magento-cart-shipping-address": "6.0.0-canary.53",
18
- "@graphcommerce/magento-product": "6.0.0-canary.53",
19
- "@graphcommerce/magento-product-configurable": "6.0.0-canary.53",
20
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.53",
21
- "@graphcommerce/typescript-config-pwa": "6.0.0-canary.53"
15
+ "@graphcommerce/next-ui": "6.0.0",
16
+ "@graphcommerce/eslint-config-pwa": "6.0.0",
17
+ "@graphcommerce/magento-cart-shipping-address": "6.0.0",
18
+ "@graphcommerce/magento-product": "6.0.0",
19
+ "@graphcommerce/magento-product-configurable": "6.0.0",
20
+ "@graphcommerce/prettier-config-pwa": "6.0.0",
21
+ "@graphcommerce/typescript-config-pwa": "6.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "@graphcommerce/ecommerce-ui": "6.0.0-canary.53",
25
- "@graphcommerce/graphql": "6.0.0-canary.53",
26
- "@graphcommerce/graphql-mesh": "6.0.0-canary.53",
27
- "@graphcommerce/image": "6.0.0-canary.53",
28
- "@graphcommerce/magento-cart": "6.0.0-canary.53",
29
- "@graphcommerce/magento-cart-checkout": "6.0.0-canary.53",
30
- "@graphcommerce/magento-cart-payment-method": "6.0.0-canary.53",
31
- "@graphcommerce/magento-store": "6.0.0-canary.53",
32
- "@graphcommerce/next-ui": "6.0.0-canary.53",
33
- "@graphcommerce/react-hook-form": "6.0.0-canary.53"
24
+ "@graphcommerce/ecommerce-ui": "6.0.0",
25
+ "@graphcommerce/graphql": "6.0.0",
26
+ "@graphcommerce/graphql-mesh": "6.0.0",
27
+ "@graphcommerce/image": "6.0.0",
28
+ "@graphcommerce/magento-cart": "6.0.0",
29
+ "@graphcommerce/magento-cart-checkout": "6.0.0",
30
+ "@graphcommerce/magento-cart-payment-method": "6.0.0",
31
+ "@graphcommerce/magento-store": "6.0.0",
32
+ "@graphcommerce/next-ui": "6.0.0",
33
+ "@graphcommerce/react-hook-form": "6.0.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@lingui/react": "^3.13.2",