@graphcommerce/magento-customer 4.2.4 → 4.2.7

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,33 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e58df7278`](https://github.com/graphcommerce-org/graphcommerce/commit/e58df727829a12941e7b2ae2159ee2233969493c), [`ba8cd4d34`](https://github.com/graphcommerce-org/graphcommerce/commit/ba8cd4d3480a7ec7e555b051cfd0fbc809c7aa12)]:
8
+ - @graphcommerce/magento-graphql@3.0.9
9
+ - @graphcommerce/graphql-mesh@4.1.2
10
+ - @graphcommerce/magento-store@4.1.9
11
+
12
+ ## 4.2.6
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`06f7bdff8`](https://github.com/graphcommerce-org/graphcommerce/commit/06f7bdff882396f2b0e1a2873fbb718c7b06fab4), [`100f4c38c`](https://github.com/graphcommerce-org/graphcommerce/commit/100f4c38c8fcda4bc6e0425e38028b550b60adc2)]:
17
+ - @graphcommerce/graphql-mesh@4.1.1
18
+ - @graphcommerce/graphql@3.1.1
19
+ - @graphcommerce/next-ui@4.6.2
20
+ - @graphcommerce/react-hook-form@3.1.2
21
+ - @graphcommerce/magento-store@4.1.8
22
+ - @graphcommerce/ecommerce-ui@1.0.8
23
+ - @graphcommerce/magento-graphql@3.0.8
24
+
25
+ ## 4.2.5
26
+
27
+ ### Patch Changes
28
+
29
+ - [#1412](https://github.com/graphcommerce-org/graphcommerce/pull/1412) [`d8906cf4a`](https://github.com/graphcommerce-org/graphcommerce/commit/d8906cf4afbfc234aedd91a2c581f82623267357) Thanks [@FrankHarland](https://github.com/FrankHarland)! - add missing translation components
30
+
3
31
  ## 4.2.4
4
32
 
5
33
  ### Patch Changes
@@ -56,7 +56,7 @@ export function ResetPasswordForm(props: ResetPasswordFormProps) {
56
56
  variant='outlined'
57
57
  type='password'
58
58
  error={!!formState.errors.newPassword}
59
- label='New password'
59
+ label={<Trans>New password</Trans>}
60
60
  required={required.newPassword}
61
61
  {...muiRegister('newPassword', { required: required.newPassword })}
62
62
  helperText={formState.errors.newPassword?.message}
@@ -68,7 +68,7 @@ export function ResetPasswordForm(props: ResetPasswordFormProps) {
68
68
  variant='outlined'
69
69
  type='password'
70
70
  error={!!formState.errors.confirmPassword}
71
- label='Confirm password'
71
+ label={<Trans>Confirm password</Trans>}
72
72
  required
73
73
  {...muiRegister('confirmPassword', {
74
74
  required: true,
@@ -89,7 +89,7 @@ export function ResetPasswordForm(props: ResetPasswordFormProps) {
89
89
  variant='contained'
90
90
  size='large'
91
91
  >
92
- Save new password
92
+ <Trans>Save new password</Trans>
93
93
  </Button>
94
94
  </FormActions>
95
95
  </Form>
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": "4.2.4",
5
+ "version": "4.2.7",
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": "^4.1.5",
15
+ "@graphcommerce/eslint-config-pwa": "^4.1.6",
16
16
  "@graphcommerce/prettier-config-pwa": "^4.0.6",
17
17
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
18
18
  "@playwright/test": "^1.21.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/ecommerce-ui": "1.0.7",
22
- "@graphcommerce/graphql": "3.1.0",
23
- "@graphcommerce/graphql-mesh": "4.1.0",
21
+ "@graphcommerce/ecommerce-ui": "1.0.8",
22
+ "@graphcommerce/graphql": "3.1.1",
23
+ "@graphcommerce/graphql-mesh": "4.1.2",
24
24
  "@graphcommerce/image": "3.1.5",
25
- "@graphcommerce/magento-graphql": "3.0.7",
26
- "@graphcommerce/magento-store": "4.1.7",
27
- "@graphcommerce/next-ui": "4.6.1",
28
- "@graphcommerce/react-hook-form": "3.1.1"
25
+ "@graphcommerce/magento-graphql": "3.0.9",
26
+ "@graphcommerce/magento-store": "4.1.9",
27
+ "@graphcommerce/next-ui": "4.6.2",
28
+ "@graphcommerce/react-hook-form": "3.1.2"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@lingui/macro": "^3.13.2",