@graphcommerce/magento-customer 4.2.8 → 4.2.9
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,19 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.2.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1432](https://github.com/graphcommerce-org/graphcommerce/pull/1432) [`80e30bb77`](https://github.com/graphcommerce-org/graphcommerce/commit/80e30bb77015755fbc00a7935d590f80c1c1c18c) Thanks [@paales](https://github.com/paales)! - Updated translations
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`25ef6cf08`](https://github.com/graphcommerce-org/graphcommerce/commit/25ef6cf08c278105307d6f604b7135d637e9046c), [`80e30bb77`](https://github.com/graphcommerce-org/graphcommerce/commit/80e30bb77015755fbc00a7935d590f80c1c1c18c)]:
|
|
10
|
+
- @graphcommerce/graphql@3.1.2
|
|
11
|
+
- @graphcommerce/graphql-mesh@4.1.3
|
|
12
|
+
- @graphcommerce/ecommerce-ui@1.0.10
|
|
13
|
+
- @graphcommerce/magento-graphql@3.0.10
|
|
14
|
+
- @graphcommerce/magento-store@4.2.1
|
|
15
|
+
- @graphcommerce/next-ui@4.7.1
|
|
16
|
+
|
|
3
17
|
## 4.2.8
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -45,7 +45,7 @@ export function ChangePasswordForm() {
|
|
|
45
45
|
variant='outlined'
|
|
46
46
|
type='password'
|
|
47
47
|
error={!!formState.errors.newPassword}
|
|
48
|
-
label={<Trans>New
|
|
48
|
+
label={<Trans>New password</Trans>}
|
|
49
49
|
required={required.newPassword}
|
|
50
50
|
{...muiRegister('newPassword', { required: required.newPassword })}
|
|
51
51
|
helperText={formState.errors.newPassword?.message}
|
|
@@ -56,7 +56,7 @@ export function ChangePasswordForm() {
|
|
|
56
56
|
variant='outlined'
|
|
57
57
|
type='password'
|
|
58
58
|
error={!!formState.errors.confirmPassword}
|
|
59
|
-
label={<Trans>Confirm
|
|
59
|
+
label={<Trans>Confirm password</Trans>}
|
|
60
60
|
required
|
|
61
61
|
{...muiRegister('confirmPassword', {
|
|
62
62
|
required: true,
|
|
@@ -67,7 +67,7 @@ export function SignUpForm(props: SignUpFormProps) {
|
|
|
67
67
|
variant='outlined'
|
|
68
68
|
type='password'
|
|
69
69
|
error={!!formState.errors.confirmPassword}
|
|
70
|
-
label={<Trans>Confirm
|
|
70
|
+
label={<Trans>Confirm password</Trans>}
|
|
71
71
|
autoComplete='new-password'
|
|
72
72
|
required
|
|
73
73
|
{...muiRegister('confirmPassword', {
|
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.
|
|
5
|
+
"version": "4.2.9",
|
|
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/ecommerce-ui": "1.0.
|
|
22
|
-
"@graphcommerce/graphql": "3.1.
|
|
23
|
-
"@graphcommerce/graphql-mesh": "4.1.
|
|
21
|
+
"@graphcommerce/ecommerce-ui": "1.0.10",
|
|
22
|
+
"@graphcommerce/graphql": "3.1.2",
|
|
23
|
+
"@graphcommerce/graphql-mesh": "4.1.3",
|
|
24
24
|
"@graphcommerce/image": "3.1.5",
|
|
25
|
-
"@graphcommerce/magento-graphql": "3.0.
|
|
26
|
-
"@graphcommerce/magento-store": "4.2.
|
|
27
|
-
"@graphcommerce/next-ui": "4.7.
|
|
25
|
+
"@graphcommerce/magento-graphql": "3.0.10",
|
|
26
|
+
"@graphcommerce/magento-store": "4.2.1",
|
|
27
|
+
"@graphcommerce/next-ui": "4.7.1",
|
|
28
28
|
"@graphcommerce/react-hook-form": "3.1.2"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|