@graphcommerce/magento-cart-shipping-address 3.2.3 → 3.2.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,39 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8d8fda262`](https://github.com/graphcommerce-org/graphcommerce/commit/8d8fda2623e561cb43441110c67ffa34b692668a), [`d41cff721`](https://github.com/graphcommerce-org/graphcommerce/commit/d41cff7211230561ceeb7786cf75790efd6377cd), [`cefa7b365`](https://github.com/graphcommerce-org/graphcommerce/commit/cefa7b3652b55108d2178927e3c5d98a111cf373)]:
8
+ - @graphcommerce/next-ui@4.13.0
9
+ - @graphcommerce/magento-store@4.2.16
10
+ - @graphcommerce/magento-cart@4.5.1
11
+ - @graphcommerce/magento-customer@4.7.1
12
+
13
+ ## 3.2.5
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`5f927ebdc`](https://github.com/graphcommerce-org/graphcommerce/commit/5f927ebdc6f0331833e02b96e4f169bfe475ac6b), [`c87a28e7d`](https://github.com/graphcommerce-org/graphcommerce/commit/c87a28e7dad87bffd0bd125ad5fdca65aaa389cc), [`c756f42e5`](https://github.com/graphcommerce-org/graphcommerce/commit/c756f42e503761a497e4a5a7a02d02141df231c3)]:
18
+ - @graphcommerce/graphql@3.4.0
19
+ - @graphcommerce/magento-cart@4.5.0
20
+ - @graphcommerce/magento-customer@4.7.0
21
+ - @graphcommerce/react-hook-form@3.3.0
22
+ - @graphcommerce/next-ui@4.12.0
23
+ - @graphcommerce/magento-store@4.2.15
24
+
25
+ ## 3.2.4
26
+
27
+ ### Patch Changes
28
+
29
+ - [#1538](https://github.com/graphcommerce-org/graphcommerce/pull/1538) [`fe4baa42d`](https://github.com/graphcommerce-org/graphcommerce/commit/fe4baa42db0081ed960d62aef688bd36a7ac974f) Thanks [@paales](https://github.com/paales)! - add missing translations
30
+
31
+ - Updated dependencies [[`fe4baa42d`](https://github.com/graphcommerce-org/graphcommerce/commit/fe4baa42db0081ed960d62aef688bd36a7ac974f)]:
32
+ - @graphcommerce/magento-cart@4.4.8
33
+ - @graphcommerce/magento-customer@4.6.3
34
+ - @graphcommerce/next-ui@4.11.2
35
+ - @graphcommerce/magento-store@4.2.14
36
+
3
37
  ## 3.2.3
4
38
 
5
39
  ### Patch Changes
@@ -109,7 +109,7 @@ export function ShippingAddressForm(props: ShippingAddressFormProps) {
109
109
  label={<Trans id='Telephone' />}
110
110
  {...muiRegister('telephone', {
111
111
  required: required.telephone,
112
- pattern: { value: phonePattern, message: i18n._(/* i18n */ `Invalid phone number`) },
112
+ pattern: { value: phonePattern, message: i18n._(/* i18n */ 'Invalid phone number') },
113
113
  })}
114
114
  helperText={formState.isSubmitted && formState.errors.telephone?.message}
115
115
  InputProps={{
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-shipping-address",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.2.3",
5
+ "version": "3.2.6",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,13 +18,13 @@
18
18
  "@playwright/test": "^1.21.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/graphql": "3.3.0",
21
+ "@graphcommerce/graphql": "3.4.0",
22
22
  "@graphcommerce/image": "3.1.7",
23
- "@graphcommerce/magento-cart": "4.4.7",
24
- "@graphcommerce/magento-customer": "4.6.2",
25
- "@graphcommerce/magento-store": "4.2.13",
26
- "@graphcommerce/next-ui": "4.11.1",
27
- "@graphcommerce/react-hook-form": "3.2.2"
23
+ "@graphcommerce/magento-cart": "4.5.1",
24
+ "@graphcommerce/magento-customer": "4.7.1",
25
+ "@graphcommerce/magento-store": "4.2.16",
26
+ "@graphcommerce/next-ui": "4.13.0",
27
+ "@graphcommerce/react-hook-form": "3.3.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@lingui/react": "^3.13.2",