@graphcommerce/mollie-magento-payment 3.0.5 → 3.0.6

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,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1353](https://github.com/graphcommerce-org/graphcommerce/pull/1353) [`0e5ee7ba8`](https://github.com/graphcommerce-org/graphcommerce/commit/0e5ee7ba89698e5e711001e846ed182528060cba) Thanks [@paales](https://github.com/paales)! - Eslint: enable rules that were previously disabled and make fixes
8
+
9
+ - Updated dependencies [[`49a2d6617`](https://github.com/graphcommerce-org/graphcommerce/commit/49a2d661712e1787fba46c6195f7b559189e23d9), [`f67da3cfb`](https://github.com/graphcommerce-org/graphcommerce/commit/f67da3cfbe2dcf5ea23519d088c5aa0074029182), [`218766869`](https://github.com/graphcommerce-org/graphcommerce/commit/218766869f7468c067a590857c942f3819f8add4), [`0e5ee7ba8`](https://github.com/graphcommerce-org/graphcommerce/commit/0e5ee7ba89698e5e711001e846ed182528060cba), [`829b8690b`](https://github.com/graphcommerce-org/graphcommerce/commit/829b8690bc5d0a46e596299e4120e9837a9f179c), [`829b8690b`](https://github.com/graphcommerce-org/graphcommerce/commit/829b8690bc5d0a46e596299e4120e9837a9f179c)]:
10
+ - @graphcommerce/next-ui@4.4.0
11
+ - @graphcommerce/magento-cart@4.2.1
12
+
3
13
  ## 3.0.5
4
14
 
5
15
  ### Patch Changes
@@ -84,7 +84,7 @@ export function MollieIssuerOptions(props: MollieIssuerOptionsProps) {
84
84
  <Trans>Choose your bank, and place your order.</Trans>
85
85
  </li>
86
86
  <li>
87
- <Trans>Complete the payment on your bank's website.</Trans>
87
+ <Trans>Complete the payment on your banks website.</Trans>
88
88
  </li>
89
89
  <li>
90
90
  <Trans>
@@ -27,7 +27,7 @@ export function MolliePaymentHandler() {
27
27
  </Button>
28
28
  }
29
29
  >
30
- If you've successfully paid your order, the order <strong>will</strong> come through, but
30
+ If youve successfully paid your order, the order <strong>will</strong> come through, but
31
31
  there is a communication error with the website.
32
32
  </ApolloCartErrorFullPage>
33
33
  </Dialog>
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.5",
5
+ "version": "3.0.6",
6
6
  "sideEffects": false,
7
7
  "engines": {
8
8
  "node": "14.x"
@@ -15,9 +15,9 @@
15
15
  }
16
16
  },
17
17
  "devDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "^4.0.5",
18
+ "@graphcommerce/eslint-config-pwa": "^4.1.2",
19
19
  "@graphcommerce/magento-cart-shipping-address": "^3.0.4",
20
- "@graphcommerce/magento-product": "^4.0.6",
20
+ "@graphcommerce/magento-product": "^4.1.2",
21
21
  "@graphcommerce/magento-product-configurable": "^4.0.6",
22
22
  "@graphcommerce/prettier-config-pwa": "^4.0.3",
23
23
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
@@ -26,10 +26,10 @@
26
26
  "dependencies": {
27
27
  "@graphcommerce/graphql": "^3.0.4",
28
28
  "@graphcommerce/image": "^3.1.1",
29
- "@graphcommerce/magento-cart": "^4.1.4",
29
+ "@graphcommerce/magento-cart": "^4.2.1",
30
30
  "@graphcommerce/magento-cart-payment-method": "^3.0.5",
31
31
  "@graphcommerce/magento-store": "^4.1.2",
32
- "@graphcommerce/next-ui": "^4.2.4",
32
+ "@graphcommerce/next-ui": "^4.4.0",
33
33
  "@graphcommerce/react-hook-form": "^3.0.4",
34
34
  "type-fest": "^2.12.0"
35
35
  },