@graphcommerce/magento-customer 7.1.0-canary.13 → 7.1.0-canary.15

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,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.0-canary.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2082](https://github.com/graphcommerce-org/graphcommerce/pull/2082) [`2e8d19ccc`](https://github.com/graphcommerce-org/graphcommerce/commit/2e8d19cccd305f0e8eb4c29d05161af6cfdb9d84) - Add current email translation ([@StefanAngenent](https://github.com/StefanAngenent))
8
+
9
+ ## 7.1.0-canary.14
10
+
3
11
  ## 7.1.0-canary.13
4
12
 
5
13
  ## 7.1.0-canary.12
@@ -59,7 +59,7 @@ export function UpdateCustomerEmailForm(props: UpdateCustomerEmailFormProps) {
59
59
  autoFocus
60
60
  error={formState.isSubmitted && !!formState.errors.currentEmail}
61
61
  helperText={formState.isSubmitted && formState.errors.currentEmail?.message}
62
- label='Current email'
62
+ label={<Trans id='Current email' />}
63
63
  required
64
64
  value={email}
65
65
  {...muiRegister('currentEmail', {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-customer",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "7.1.0-canary.13",
5
+ "version": "7.1.0-canary.15",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,20 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "7.1.0-canary.13",
16
- "@graphcommerce/prettier-config-pwa": "7.1.0-canary.13",
17
- "@graphcommerce/typescript-config-pwa": "7.1.0-canary.13"
15
+ "@graphcommerce/eslint-config-pwa": "7.1.0-canary.15",
16
+ "@graphcommerce/prettier-config-pwa": "7.1.0-canary.15",
17
+ "@graphcommerce/typescript-config-pwa": "7.1.0-canary.15"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/ecommerce-ui": "7.1.0-canary.13",
21
- "@graphcommerce/framer-utils": "7.1.0-canary.13",
22
- "@graphcommerce/graphql": "7.1.0-canary.13",
23
- "@graphcommerce/graphql-mesh": "7.1.0-canary.13",
24
- "@graphcommerce/image": "7.1.0-canary.13",
25
- "@graphcommerce/magento-graphql": "7.1.0-canary.13",
26
- "@graphcommerce/magento-store": "7.1.0-canary.13",
27
- "@graphcommerce/next-ui": "7.1.0-canary.13",
28
- "@graphcommerce/react-hook-form": "7.1.0-canary.13"
20
+ "@graphcommerce/ecommerce-ui": "7.1.0-canary.15",
21
+ "@graphcommerce/framer-utils": "7.1.0-canary.15",
22
+ "@graphcommerce/graphql": "7.1.0-canary.15",
23
+ "@graphcommerce/graphql-mesh": "7.1.0-canary.15",
24
+ "@graphcommerce/image": "7.1.0-canary.15",
25
+ "@graphcommerce/magento-graphql": "7.1.0-canary.15",
26
+ "@graphcommerce/magento-store": "7.1.0-canary.15",
27
+ "@graphcommerce/next-ui": "7.1.0-canary.15",
28
+ "@graphcommerce/react-hook-form": "7.1.0-canary.15"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@lingui/react": "^4.2.1",