@graphcommerce/magento-cart-shipping-address 3.2.3 → 3.2.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,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - Updated dependencies [[`fe4baa42d`](https://github.com/graphcommerce-org/graphcommerce/commit/fe4baa42db0081ed960d62aef688bd36a7ac974f)]:
10
+ - @graphcommerce/magento-cart@4.4.8
11
+ - @graphcommerce/magento-customer@4.6.3
12
+ - @graphcommerce/next-ui@4.11.2
13
+ - @graphcommerce/magento-store@4.2.14
14
+
3
15
  ## 3.2.3
4
16
 
5
17
  ### 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.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@graphcommerce/graphql": "3.3.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",
23
+ "@graphcommerce/magento-cart": "4.4.8",
24
+ "@graphcommerce/magento-customer": "4.6.3",
25
+ "@graphcommerce/magento-store": "4.2.14",
26
+ "@graphcommerce/next-ui": "4.11.2",
27
27
  "@graphcommerce/react-hook-form": "3.2.2"
28
28
  },
29
29
  "peerDependencies": {