@graphcommerce/magento-cart-payment-method 3.1.0 → 3.1.3

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,40 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d8906cf4a`](https://github.com/graphcommerce-org/graphcommerce/commit/d8906cf4afbfc234aedd91a2c581f82623267357)]:
8
+ - @graphcommerce/magento-cart@4.2.7
9
+
10
+ ## 3.1.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542) Thanks [@paales](https://github.com/paales)! - Now using [@graphql-yoga](https://github.com/dotansimha/graphql-yoga) for GraphQL which has full support for [envelop](https://www.envelop.dev/) plugins.
15
+
16
+ * [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542) Thanks [@paales](https://github.com/paales)! - Added a new @graphcommerce/cli package to generate the mesh so it can be generated _inside_ the @graphcommerce/graphql-mesh package to allow for better future extensibility.
17
+
18
+ - [#1408](https://github.com/graphcommerce-org/graphcommerce/pull/1408) [`8652662cf`](https://github.com/graphcommerce-org/graphcommerce/commit/8652662cf9a8711d1c685d4f5cd788870a8242e2) Thanks [@paales](https://github.com/paales)! - Fix version
19
+
20
+ * [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`da0ae7d02`](https://github.com/graphcommerce-org/graphcommerce/commit/da0ae7d0236e4908ba0bf0fa16656be516e841d4) Thanks [@paales](https://github.com/paales)! - Updated dependencies
21
+
22
+ * Updated dependencies [[`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542), [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542), [`da0ae7d02`](https://github.com/graphcommerce-org/graphcommerce/commit/da0ae7d0236e4908ba0bf0fa16656be516e841d4)]:
23
+ - @graphcommerce/graphql@3.1.0
24
+ - @graphcommerce/magento-cart@4.2.6
25
+ - @graphcommerce/magento-store@4.1.7
26
+ - @graphcommerce/next-ui@4.6.1
27
+ - @graphcommerce/react-hook-form@3.1.1
28
+ - @graphcommerce/framer-scroller@2.1.6
29
+ - @graphcommerce/image@3.1.5
30
+
31
+ ## 3.1.1
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies []:
36
+ - @graphcommerce/magento-cart@4.2.5
37
+
3
38
  ## 3.1.0
4
39
 
5
40
  ### Minor Changes
@@ -16,7 +16,7 @@ import {
16
16
  UseFormComposeOptions,
17
17
  useFormPersist,
18
18
  } from '@graphcommerce/react-hook-form'
19
- import { select, t } from '@lingui/macro'
19
+ import { t } from '@lingui/macro'
20
20
  import { Box, FormControl, FormHelperText, SxProps, Theme } from '@mui/material'
21
21
  import { useEffect } from 'react'
22
22
  import { usePaymentMethodContext } from '../PaymentMethodContext/PaymentMethodContext'
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-payment-method",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.1.0",
5
+ "version": "3.1.3",
6
6
  "sideEffects": false,
7
7
  "engines": {
8
8
  "node": "14.x"
@@ -15,20 +15,21 @@
15
15
  }
16
16
  },
17
17
  "devDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "^4.1.4",
19
- "@graphcommerce/prettier-config-pwa": "^4.0.5",
18
+ "@graphcommerce/eslint-config-pwa": "^4.1.5",
19
+ "@graphcommerce/prettier-config-pwa": "^4.0.6",
20
20
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
21
- "@playwright/test": "^1.20.1",
22
- "type-fest": "2.12.1"
21
+ "@graphcommerce/magento-cart-shipping-address": "3.0.10",
22
+ "@playwright/test": "^1.21.1",
23
+ "type-fest": "^2.12.2"
23
24
  },
24
25
  "dependencies": {
25
- "@graphcommerce/framer-scroller": "2.1.5",
26
- "@graphcommerce/graphql": "3.0.7",
27
- "@graphcommerce/image": "3.1.4",
28
- "@graphcommerce/magento-cart": "4.2.4",
29
- "@graphcommerce/magento-store": "4.1.6",
30
- "@graphcommerce/next-ui": "4.6.0",
31
- "@graphcommerce/react-hook-form": "3.1.0"
26
+ "@graphcommerce/framer-scroller": "2.1.6",
27
+ "@graphcommerce/graphql": "3.1.0",
28
+ "@graphcommerce/image": "3.1.5",
29
+ "@graphcommerce/magento-cart": "4.2.7",
30
+ "@graphcommerce/magento-store": "4.1.7",
31
+ "@graphcommerce/next-ui": "4.6.1",
32
+ "@graphcommerce/react-hook-form": "3.1.1"
32
33
  },
33
34
  "peerDependencies": {
34
35
  "@lingui/macro": "^3.13.2",