@graphcommerce/address-fields-nl 6.0.0-canary.53 → 6.0.0

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 +12 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @graphcommerce/address-fields-nl
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1779](https://github.com/graphcommerce-org/graphcommerce/pull/1779) [`6c6d7e4d7`](https://github.com/graphcommerce-org/graphcommerce/commit/6c6d7e4d7cf5d68a39acc82b91e1f3acce366517) - Added postcode check for Dutch address fields. Ddds an autocomplete field for the street name and city based of the customers postcode + street number + addition. ([@Jessevdpoel](https://github.com/Jessevdpoel))
8
+
9
+ ### Patch Changes
10
+
11
+ - [#1821](https://github.com/graphcommerce-org/graphcommerce/pull/1821) [`1abc50a21`](https://github.com/graphcommerce-org/graphcommerce/commit/1abc50a21103270fad04e4a9ea892ee1e75233e9) - Upgrade packages to latest version ([@paales](https://github.com/paales))
12
+
13
+ ## 6.0.0-canary.54
14
+
3
15
  ## 6.0.0-canary.53
4
16
 
5
17
  ## 6.0.0-canary.52
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/address-fields-nl",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.0.0-canary.53",
5
+ "version": "6.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,16 +12,16 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.0.0-canary.53",
16
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.53",
17
- "@graphcommerce/typescript-config-pwa": "6.0.0-canary.53"
15
+ "@graphcommerce/eslint-config-pwa": "6.0.0",
16
+ "@graphcommerce/prettier-config-pwa": "6.0.0",
17
+ "@graphcommerce/typescript-config-pwa": "6.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/ecommerce-ui": "6.0.0-canary.53",
21
- "@graphcommerce/graphql": "6.0.0-canary.53",
22
- "@graphcommerce/magento-customer": "6.0.0-canary.53",
23
- "@graphcommerce/magento-store": "6.0.0-canary.53",
24
- "@graphcommerce/next-ui": "6.0.0-canary.53"
20
+ "@graphcommerce/ecommerce-ui": "6.0.0",
21
+ "@graphcommerce/graphql": "6.0.0",
22
+ "@graphcommerce/magento-customer": "6.0.0",
23
+ "@graphcommerce/magento-store": "6.0.0",
24
+ "@graphcommerce/next-ui": "6.0.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@lingui/react": "^3.13.2",