@graphcommerce/magento-customer 4.5.4 → 4.6.0

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,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1526](https://github.com/graphcommerce-org/graphcommerce/pull/1526) [`98ff2334d`](https://github.com/graphcommerce-org/graphcommerce/commit/98ff2334d1b7dedb8bc56ebe6abb50836eefedd3) Thanks [@mikekeehnen](https://github.com/mikekeehnen)! - Removed form persistance for isEmailAvailableForm that prevented the user from logging in after sign up
8
+
3
9
  ## 4.5.4
4
10
 
5
11
  ### Patch Changes
@@ -33,8 +33,6 @@ export function useFormIsEmailAvailable(props: UseFormIsEmailAvailableProps) {
33
33
  loggedIn ? 'signedin' : 'email',
34
34
  )
35
35
 
36
- useFormPersist({ form, name: 'IsEmailAvailable' })
37
-
38
36
  useEffect(() => {
39
37
  if (loggedIn) {
40
38
  setMode('signedin')
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.5.4",
5
+ "version": "4.6.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {