@graphcommerce/docs 5.2.0-canary.6 → 5.2.0-canary.8

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
+ ## 5.2.0-canary.8
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1779](https://github.com/graphcommerce-org/graphcommerce/pull/1779) [`6c6d7e4d7`](https://github.com/graphcommerce-org/graphcommerce/commit/6c6d7e4d7cf5d68a39acc82b91e1f3acce366517) - Implementation of the Dutch address fields, add an autocomplete field for the street name and city based of the customers postcode + street number + addition. ([@Jessevdpoel](https://github.com/Jessevdpoel))
8
+
9
+ ## 5.2.0-canary.7
10
+
3
11
  ## 5.2.0-canary.6
4
12
 
5
13
  ## 5.2.0-canary.5
package/magento/readme.md CHANGED
@@ -53,6 +53,7 @@ For Adobe Commerce:
53
53
  ## Optional packages
54
54
 
55
55
  - [Store Pickup / MSI](https://github.com/graphcommerce-org/graphcommerce/tree/main/packages/magento-cart-pickup)
56
+ - [Address fields nl](https://github.com/graphcommerce-org/graphcommerce/tree/main/packages/address-fields-nl)
56
57
 
57
58
  ## Payment gateways
58
59
 
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "5.2.0-canary.6",
5
+ "version": "5.2.0-canary.8",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "5.2.0-canary.6"
8
+ "@graphcommerce/prettier-config-pwa": "5.2.0-canary.8"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }