@graphcommerce/magento-customer 9.1.0-canary.29 → 9.1.0-canary.31

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
+ ## 9.1.0-canary.31
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2524](https://github.com/graphcommerce-org/graphcommerce/pull/2524) [`dcc46aa`](https://github.com/graphcommerce-org/graphcommerce/commit/dcc46aae34f5eda6a633f472289ac4488ac96492) - Solve issue where the user is getting a 400 error when logging in because the password is not being sent. The password field was disabled before the form was submitted, causing the password not to be sent. ([@paales](https://github.com/paales))
8
+
9
+ ## 9.1.0-canary.30
10
+
3
11
  ## 9.1.0-canary.29
4
12
 
5
13
  ## 9.1.0-canary.28
@@ -54,7 +54,6 @@ export function SignInForm(props: SignInFormProps) {
54
54
  autoComplete='current-password'
55
55
  id='current-password'
56
56
  required={required.password}
57
- disabled={formState.isSubmitting}
58
57
  helperText={!!formState.errors.password || authError?.message}
59
58
  InputProps={{
60
59
  endAdornment: (
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": "9.1.0-canary.29",
5
+ "version": "9.1.0-canary.31",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,19 +12,19 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.29",
16
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.29",
17
- "@graphcommerce/framer-next-pages": "^9.1.0-canary.29",
18
- "@graphcommerce/framer-utils": "^9.1.0-canary.29",
19
- "@graphcommerce/graphql": "^9.1.0-canary.29",
20
- "@graphcommerce/graphql-mesh": "^9.1.0-canary.29",
21
- "@graphcommerce/image": "^9.1.0-canary.29",
22
- "@graphcommerce/magento-graphql": "^9.1.0-canary.29",
23
- "@graphcommerce/magento-store": "^9.1.0-canary.29",
24
- "@graphcommerce/next-ui": "^9.1.0-canary.29",
25
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.29",
26
- "@graphcommerce/react-hook-form": "^9.1.0-canary.29",
27
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.29",
15
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.31",
16
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.31",
17
+ "@graphcommerce/framer-next-pages": "^9.1.0-canary.31",
18
+ "@graphcommerce/framer-utils": "^9.1.0-canary.31",
19
+ "@graphcommerce/graphql": "^9.1.0-canary.31",
20
+ "@graphcommerce/graphql-mesh": "^9.1.0-canary.31",
21
+ "@graphcommerce/image": "^9.1.0-canary.31",
22
+ "@graphcommerce/magento-graphql": "^9.1.0-canary.31",
23
+ "@graphcommerce/magento-store": "^9.1.0-canary.31",
24
+ "@graphcommerce/next-ui": "^9.1.0-canary.31",
25
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.31",
26
+ "@graphcommerce/react-hook-form": "^9.1.0-canary.31",
27
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.31",
28
28
  "@lingui/core": "^4.2.1",
29
29
  "@lingui/macro": "^4.2.1",
30
30
  "@lingui/react": "^4.2.1",