@graphcommerce/magento-customer 6.2.0-canary.74 → 6.2.0-canary.76

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,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.76
4
+
5
+ ## 6.2.0-canary.75
6
+
7
+ ### Patch Changes
8
+
9
+ - [#2016](https://github.com/graphcommerce-org/graphcommerce/pull/2016) [`227ddcee8`](https://github.com/graphcommerce-org/graphcommerce/commit/227ddcee8808715928371c1f3a4c7925032df0ef) - Made cardProps on CustomerAddressActionCards overridable. ([@Jessevdpoel](https://github.com/Jessevdpoel))
10
+
3
11
  ## 6.2.0-canary.74
4
12
 
5
13
  ### Patch Changes
@@ -20,4 +20,5 @@ fragment CustomerAddress on CustomerAddress {
20
20
 
21
21
  vat_id
22
22
  default_shipping
23
+ default_billing
23
24
  }
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": "6.2.0-canary.74",
5
+ "version": "6.2.0-canary.76",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,20 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.74",
16
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.74",
17
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.74"
15
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.76",
16
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.76",
17
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.76"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/ecommerce-ui": "6.2.0-canary.74",
21
- "@graphcommerce/framer-utils": "6.2.0-canary.74",
22
- "@graphcommerce/graphql": "6.2.0-canary.74",
23
- "@graphcommerce/graphql-mesh": "6.2.0-canary.74",
24
- "@graphcommerce/image": "6.2.0-canary.74",
25
- "@graphcommerce/magento-graphql": "6.2.0-canary.74",
26
- "@graphcommerce/magento-store": "6.2.0-canary.74",
27
- "@graphcommerce/next-ui": "6.2.0-canary.74",
28
- "@graphcommerce/react-hook-form": "6.2.0-canary.74"
20
+ "@graphcommerce/ecommerce-ui": "6.2.0-canary.76",
21
+ "@graphcommerce/framer-utils": "6.2.0-canary.76",
22
+ "@graphcommerce/graphql": "6.2.0-canary.76",
23
+ "@graphcommerce/graphql-mesh": "6.2.0-canary.76",
24
+ "@graphcommerce/image": "6.2.0-canary.76",
25
+ "@graphcommerce/magento-graphql": "6.2.0-canary.76",
26
+ "@graphcommerce/magento-store": "6.2.0-canary.76",
27
+ "@graphcommerce/next-ui": "6.2.0-canary.76",
28
+ "@graphcommerce/react-hook-form": "6.2.0-canary.76"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@lingui/react": "^4.2.1",