@graphcommerce/magento-customer 10.0.1-canary.4 → 10.0.1
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 +12 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 10.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`78a2a8a`](https://github.com/graphcommerce-org/graphcommerce/commit/78a2a8a919346e1f9bccddf7e52682f4adb9a4e0) - Solve issue where the @client fields could not be resolved correctly. ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
- [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`dc57da4`](https://github.com/graphcommerce-org/graphcommerce/commit/dc57da4897365ddb2b779eab3ad2b3a350ed115c) - Moved from form.watch to useWatch everywhere which works even if the fields are later initialized. ([@paales](https://github.com/paales))
|
|
10
|
+
|
|
11
|
+
- [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`0146abe`](https://github.com/graphcommerce-org/graphcommerce/commit/0146abe0d8362a09b48af42db12f8a0e7670ff8d) - Created a new GuestOrCustomerMask to show information based on their loggedIn state respecting the masking of private content. ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
13
|
+
- [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`f1b60ac`](https://github.com/graphcommerce-org/graphcommerce/commit/f1b60accf5e8fdbcba15b7567dce7ff68f37db88) - Solve issue where the cache wasn't available from the context anymore in @apollo/client@4 now uses the operation.client.cache ([@paales](https://github.com/paales))
|
|
14
|
+
|
|
3
15
|
## 10.0.1-canary.4
|
|
4
16
|
|
|
5
17
|
## 10.0.1-canary.3
|
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": "10.0.1
|
|
5
|
+
"version": "10.0.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"./plugins/magentoCustomerPrivateQueryContext": "./plugins/magentoCustomerPrivateQueryContext.ts"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@graphcommerce/ecommerce-ui": "^10.0.1
|
|
25
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.1
|
|
26
|
-
"@graphcommerce/framer-next-pages": "^10.0.1
|
|
27
|
-
"@graphcommerce/framer-utils": "^10.0.1
|
|
28
|
-
"@graphcommerce/graphql": "^10.0.1
|
|
29
|
-
"@graphcommerce/graphql-mesh": "^10.0.1
|
|
30
|
-
"@graphcommerce/image": "^10.0.1
|
|
31
|
-
"@graphcommerce/magento-graphql": "^10.0.1
|
|
32
|
-
"@graphcommerce/magento-store": "^10.0.1
|
|
33
|
-
"@graphcommerce/next-config": "^10.0.1
|
|
34
|
-
"@graphcommerce/next-ui": "^10.0.1
|
|
35
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.1
|
|
36
|
-
"@graphcommerce/react-hook-form": "^10.0.1
|
|
37
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.1
|
|
24
|
+
"@graphcommerce/ecommerce-ui": "^10.0.1",
|
|
25
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.1",
|
|
26
|
+
"@graphcommerce/framer-next-pages": "^10.0.1",
|
|
27
|
+
"@graphcommerce/framer-utils": "^10.0.1",
|
|
28
|
+
"@graphcommerce/graphql": "^10.0.1",
|
|
29
|
+
"@graphcommerce/graphql-mesh": "^10.0.1",
|
|
30
|
+
"@graphcommerce/image": "^10.0.1",
|
|
31
|
+
"@graphcommerce/magento-graphql": "^10.0.1",
|
|
32
|
+
"@graphcommerce/magento-store": "^10.0.1",
|
|
33
|
+
"@graphcommerce/next-config": "^10.0.1",
|
|
34
|
+
"@graphcommerce/next-ui": "^10.0.1",
|
|
35
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.1",
|
|
36
|
+
"@graphcommerce/react-hook-form": "^10.0.1",
|
|
37
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.1",
|
|
38
38
|
"@lingui/core": "^5",
|
|
39
39
|
"@lingui/macro": "^5",
|
|
40
40
|
"@lingui/react": "^5",
|