@graphcommerce/mollie-magento-payment 3.3.1 → 3.3.4

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,36 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`11bca2d2f`](https://github.com/graphcommerce-org/graphcommerce/commit/11bca2d2f7dbb7c5e2827c04eb0db43d4099f2fd), [`d5e012462`](https://github.com/graphcommerce-org/graphcommerce/commit/d5e012462dda18a61aa20eca8dc57e26cc4c7931)]:
8
+ - @graphcommerce/next-ui@4.11.1
9
+ - @graphcommerce/magento-cart-payment-method@3.3.4
10
+ - @graphcommerce/magento-cart@4.4.7
11
+ - @graphcommerce/magento-store@4.2.13
12
+
13
+ ## 3.3.3
14
+
15
+ ### Patch Changes
16
+
17
+ - [#1524](https://github.com/graphcommerce-org/graphcommerce/pull/1524) [`66559536f`](https://github.com/graphcommerce-org/graphcommerce/commit/66559536f8bb4faf597ae9f2efe4946d7add43c4) Thanks [@paales](https://github.com/paales)! - fix: remove container from mollie issuer, causes double spacing
18
+
19
+ - Updated dependencies [[`d140fca34`](https://github.com/graphcommerce-org/graphcommerce/commit/d140fca3463b73e761e23fd1d9216305727f0c1a), [`9ec0338df`](https://github.com/graphcommerce-org/graphcommerce/commit/9ec0338dfe34d37b0f2c24e36ffa6ed13ea1145e), [`dae4551b7`](https://github.com/graphcommerce-org/graphcommerce/commit/dae4551b7b8181adc3405fb1ce88eae56495a8a9), [`735b78672`](https://github.com/graphcommerce-org/graphcommerce/commit/735b786724d5401cbe6e88f2515e121a1a0945b2)]:
20
+ - @graphcommerce/magento-cart@4.4.6
21
+ - @graphcommerce/next-ui@4.11.0
22
+ - @graphcommerce/magento-store@4.2.12
23
+ - @graphcommerce/magento-cart-payment-method@3.3.3
24
+ - @graphcommerce/graphql@3.3.0
25
+
26
+ ## 3.3.2
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies []:
31
+ - @graphcommerce/magento-cart@4.4.5
32
+ - @graphcommerce/magento-cart-payment-method@3.3.2
33
+
3
34
  ## 3.3.1
4
35
 
5
36
  ### Patch Changes
@@ -30,7 +30,7 @@ export function MollieIssuerOptions(props: MollieIssuerOptionsProps) {
30
30
  useFormCompose({ form, step, submit, key: `PaymentMethodOptions_${code}` })
31
31
 
32
32
  return (
33
- <Container>
33
+ <>
34
34
  <form onSubmit={submit} noValidate>
35
35
  <FormRow>
36
36
  <TextField
@@ -64,6 +64,6 @@ export function MollieIssuerOptions(props: MollieIssuerOptionsProps) {
64
64
  </FormRow>
65
65
  </form>
66
66
  {children}
67
- </Container>
67
+ </>
68
68
  )
69
69
  }
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.3.1",
5
+ "version": "3.3.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -13,22 +13,22 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@graphcommerce/eslint-config-pwa": "^4.1.8",
16
- "@graphcommerce/magento-cart-shipping-address": "3.2.0",
17
- "@graphcommerce/magento-product": "4.4.8",
18
- "@graphcommerce/magento-product-configurable": "4.1.15",
16
+ "@graphcommerce/magento-cart-shipping-address": "3.2.3",
17
+ "@graphcommerce/magento-product": "4.4.11",
18
+ "@graphcommerce/magento-product-configurable": "4.1.18",
19
19
  "@graphcommerce/prettier-config-pwa": "^4.0.6",
20
20
  "@graphcommerce/typescript-config-pwa": "^4.0.3",
21
21
  "@playwright/test": "^1.21.1",
22
22
  "type-fest": "^2.12.2"
23
23
  },
24
24
  "dependencies": {
25
- "@graphcommerce/graphql": "3.2.1",
25
+ "@graphcommerce/graphql": "3.3.0",
26
26
  "@graphcommerce/graphql-mesh": "4.1.4",
27
27
  "@graphcommerce/image": "3.1.7",
28
- "@graphcommerce/magento-cart": "4.4.4",
29
- "@graphcommerce/magento-cart-payment-method": "3.3.1",
30
- "@graphcommerce/magento-store": "4.2.11",
31
- "@graphcommerce/next-ui": "4.10.0",
28
+ "@graphcommerce/magento-cart": "4.4.7",
29
+ "@graphcommerce/magento-cart-payment-method": "3.3.4",
30
+ "@graphcommerce/magento-store": "4.2.13",
31
+ "@graphcommerce/next-ui": "4.11.1",
32
32
  "@graphcommerce/react-hook-form": "3.2.2"
33
33
  },
34
34
  "peerDependencies": {