@graphcommerce/magento-customer 4.2.6 → 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,37 @@
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
+
17
+ ## 4.2.8
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`f3d06dd83`](https://github.com/graphcommerce-org/graphcommerce/commit/f3d06dd836c9a76412b419d4d2c79bbd0ee92e04)]:
22
+ - @graphcommerce/magento-store@4.2.0
23
+ - @graphcommerce/next-ui@4.7.0
24
+ - @graphcommerce/ecommerce-ui@1.0.9
25
+
26
+ ## 4.2.7
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [[`e58df7278`](https://github.com/graphcommerce-org/graphcommerce/commit/e58df727829a12941e7b2ae2159ee2233969493c), [`ba8cd4d34`](https://github.com/graphcommerce-org/graphcommerce/commit/ba8cd4d3480a7ec7e555b051cfd0fbc809c7aa12)]:
31
+ - @graphcommerce/magento-graphql@3.0.9
32
+ - @graphcommerce/graphql-mesh@4.1.2
33
+ - @graphcommerce/magento-store@4.1.9
34
+
3
35
  ## 4.2.6
4
36
 
5
37
  ### 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 Password</Trans>}
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 Password</Trans>}
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 Password</Trans>}
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.6",
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.8",
22
- "@graphcommerce/graphql": "3.1.1",
23
- "@graphcommerce/graphql-mesh": "4.1.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.8",
26
- "@graphcommerce/magento-store": "4.1.8",
27
- "@graphcommerce/next-ui": "4.6.2",
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": {