@graphcommerce/magento-customer 4.5.4 → 4.6.2

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,31 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`11bca2d2f`](https://github.com/graphcommerce-org/graphcommerce/commit/11bca2d2f7dbb7c5e2827c04eb0db43d4099f2fd)]:
8
+ - @graphcommerce/next-ui@4.11.1
9
+ - @graphcommerce/ecommerce-ui@1.0.22
10
+ - @graphcommerce/magento-store@4.2.13
11
+
12
+ ## 4.6.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`9ec0338df`](https://github.com/graphcommerce-org/graphcommerce/commit/9ec0338dfe34d37b0f2c24e36ffa6ed13ea1145e), [`735b78672`](https://github.com/graphcommerce-org/graphcommerce/commit/735b786724d5401cbe6e88f2515e121a1a0945b2)]:
17
+ - @graphcommerce/next-ui@4.11.0
18
+ - @graphcommerce/magento-store@4.2.12
19
+ - @graphcommerce/graphql@3.3.0
20
+ - @graphcommerce/ecommerce-ui@1.0.21
21
+ - @graphcommerce/magento-graphql@3.0.15
22
+
23
+ ## 4.6.0
24
+
25
+ ### Minor Changes
26
+
27
+ - [#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
28
+
3
29
  ## 4.5.4
4
30
 
5
31
  ### 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.2",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,13 +19,13 @@
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/ecommerce-ui": "1.0.20",
23
- "@graphcommerce/graphql": "3.2.1",
22
+ "@graphcommerce/ecommerce-ui": "1.0.22",
23
+ "@graphcommerce/graphql": "3.3.0",
24
24
  "@graphcommerce/graphql-mesh": "4.1.4",
25
25
  "@graphcommerce/image": "3.1.7",
26
- "@graphcommerce/magento-graphql": "3.0.14",
27
- "@graphcommerce/magento-store": "4.2.11",
28
- "@graphcommerce/next-ui": "4.10.0",
26
+ "@graphcommerce/magento-graphql": "3.0.15",
27
+ "@graphcommerce/magento-store": "4.2.13",
28
+ "@graphcommerce/next-ui": "4.11.1",
29
29
  "@graphcommerce/react-hook-form": "3.2.2"
30
30
  },
31
31
  "peerDependencies": {