@graphcommerce/magento-customer 8.0.3-canary.6 → 8.0.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2212](https://github.com/graphcommerce-org/graphcommerce/pull/2212) [`6b61a93`](https://github.com/graphcommerce-org/graphcommerce/commit/6b61a93476505e66a3135844b9bce62ccdd1bdcf) - Solve an issue where the customer could not save their region in the customer account section.
8
+ ([@paales](https://github.com/paales))
9
+
10
+ - [#2205](https://github.com/graphcommerce-org/graphcommerce/pull/2205) [`3fbf3da`](https://github.com/graphcommerce-org/graphcommerce/commit/3fbf3da8a67f2fbaa7fa974a37cbbf34613844e4) - Solve an issue where the user would be presented with the Session expired dialog when the user would be logging in during the checkout process.
11
+ ([@paales](https://github.com/paales))
12
+
13
+ - [#2207](https://github.com/graphcommerce-org/graphcommerce/pull/2207) [`4d7594c`](https://github.com/graphcommerce-org/graphcommerce/commit/4d7594ca2174f74bfa9f66a464b77b3fd04f3560) - After changing the default shipping or billing address in the account section other address would not properly update
14
+ ([@paales](https://github.com/paales))
15
+
16
+ - [#2212](https://github.com/graphcommerce-org/graphcommerce/pull/2212) [`dbd943d`](https://github.com/graphcommerce-org/graphcommerce/commit/dbd943d9f588f24d5c73bdf35f2d3bbc5e0e3406) - Split out AddressFields into separate components and allow renaming fields.
17
+ ([@paales](https://github.com/paales))
18
+
3
19
  ## 8.0.3-canary.6
4
20
 
5
21
  ## 8.0.3-canary.5
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.3-canary.6",
5
+ "version": "8.0.3",
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.3-canary.6",
16
- "@graphcommerce/eslint-config-pwa": "^8.0.3-canary.6",
17
- "@graphcommerce/framer-next-pages": "^8.0.3-canary.6",
18
- "@graphcommerce/framer-utils": "^8.0.3-canary.6",
19
- "@graphcommerce/graphql": "^8.0.3-canary.6",
20
- "@graphcommerce/graphql-mesh": "^8.0.3-canary.6",
21
- "@graphcommerce/image": "^8.0.3-canary.6",
22
- "@graphcommerce/magento-graphql": "^8.0.3-canary.6",
23
- "@graphcommerce/magento-store": "^8.0.3-canary.6",
24
- "@graphcommerce/next-ui": "^8.0.3-canary.6",
25
- "@graphcommerce/prettier-config-pwa": "^8.0.3-canary.6",
26
- "@graphcommerce/react-hook-form": "^8.0.3-canary.6",
27
- "@graphcommerce/typescript-config-pwa": "^8.0.3-canary.6",
15
+ "@graphcommerce/ecommerce-ui": "^8.0.3",
16
+ "@graphcommerce/eslint-config-pwa": "^8.0.3",
17
+ "@graphcommerce/framer-next-pages": "^8.0.3",
18
+ "@graphcommerce/framer-utils": "^8.0.3",
19
+ "@graphcommerce/graphql": "^8.0.3",
20
+ "@graphcommerce/graphql-mesh": "^8.0.3",
21
+ "@graphcommerce/image": "^8.0.3",
22
+ "@graphcommerce/magento-graphql": "^8.0.3",
23
+ "@graphcommerce/magento-store": "^8.0.3",
24
+ "@graphcommerce/next-ui": "^8.0.3",
25
+ "@graphcommerce/prettier-config-pwa": "^8.0.3",
26
+ "@graphcommerce/react-hook-form": "^8.0.3",
27
+ "@graphcommerce/typescript-config-pwa": "^8.0.3",
28
28
  "@lingui/core": "^4.2.1",
29
29
  "@lingui/macro": "^4.2.1",
30
30
  "@lingui/react": "^4.2.1",