@graphcommerce/magento-customer 8.0.1-canary.4 → 8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2177](https://github.com/graphcommerce-org/graphcommerce/pull/2177) [`816d789`](https://github.com/graphcommerce-org/graphcommerce/commit/816d7893159528bbe4ffc51c3958c806b81b58b0) - Change sorting for customer orders in Descending Created at order
8
+ ([@LaurensFranken](https://github.com/LaurensFranken))
9
+
10
+ - [#2191](https://github.com/graphcommerce-org/graphcommerce/pull/2191) [`13ffa6b`](https://github.com/graphcommerce-org/graphcommerce/commit/13ffa6b945f1c72bf1fdc9298e4ce5dd76b48d73) - When a user was logging in from the checkout react would be caught in an infinite loop and thus the page would hang
11
+ ([@JoshuaS98](https://github.com/JoshuaS98))
12
+
13
+ - [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`09a2cc3`](https://github.com/graphcommerce-org/graphcommerce/commit/09a2cc35ceb5e714ffd02e573eebe7de842ae327) - Do not try to automatically invalidate the current token and fully rely on the Session Expired dialog
14
+ ([@paales](https://github.com/paales))
15
+
16
+ - [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`ee969bf`](https://github.com/graphcommerce-org/graphcommerce/commit/ee969bfc5415392747b04e0484685f5c611a2559) - After signing out the currentCartId was still returning a value causing the cart to be shown after signing out
17
+ ([@paales](https://github.com/paales))
18
+
3
19
  ## 8.0.1-canary.4
4
20
 
5
21
  ### Patch Changes
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": "8.0.1-canary.4",
5
+ "version": "8.0.1",
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": "^8.0.1-canary.4",
16
- "@graphcommerce/eslint-config-pwa": "^8.0.1-canary.4",
17
- "@graphcommerce/framer-next-pages": "^8.0.1-canary.4",
18
- "@graphcommerce/framer-utils": "^8.0.1-canary.4",
19
- "@graphcommerce/graphql": "^8.0.1-canary.4",
20
- "@graphcommerce/graphql-mesh": "^8.0.1-canary.4",
21
- "@graphcommerce/image": "^8.0.1-canary.4",
22
- "@graphcommerce/magento-graphql": "^8.0.1-canary.4",
23
- "@graphcommerce/magento-store": "^8.0.1-canary.4",
24
- "@graphcommerce/next-ui": "^8.0.1-canary.4",
25
- "@graphcommerce/prettier-config-pwa": "^8.0.1-canary.4",
26
- "@graphcommerce/react-hook-form": "^8.0.1-canary.4",
27
- "@graphcommerce/typescript-config-pwa": "^8.0.1-canary.4",
15
+ "@graphcommerce/ecommerce-ui": "^8.0.1",
16
+ "@graphcommerce/eslint-config-pwa": "^8.0.1",
17
+ "@graphcommerce/framer-next-pages": "^8.0.1",
18
+ "@graphcommerce/framer-utils": "^8.0.1",
19
+ "@graphcommerce/graphql": "^8.0.1",
20
+ "@graphcommerce/graphql-mesh": "^8.0.1",
21
+ "@graphcommerce/image": "^8.0.1",
22
+ "@graphcommerce/magento-graphql": "^8.0.1",
23
+ "@graphcommerce/magento-store": "^8.0.1",
24
+ "@graphcommerce/next-ui": "^8.0.1",
25
+ "@graphcommerce/prettier-config-pwa": "^8.0.1",
26
+ "@graphcommerce/react-hook-form": "^8.0.1",
27
+ "@graphcommerce/typescript-config-pwa": "^8.0.1",
28
28
  "@lingui/core": "^4.2.1",
29
29
  "@lingui/macro": "^4.2.1",
30
30
  "@lingui/react": "^4.2.1",