diff --git a/CHANGELOG.md b/CHANGELOG.md index a308adc4..5812fc39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed -- Fields displayed for Netherlands customers, in order to better reflect the usual experience for shoppers in that country. +- New Zealand geolocation to format neighborhood. + +## [3.34.10] - 2023-10-12 + +### Fixed + - Made Number field not required for NLD customers. +## [3.34.9] - 2023-10-12 + ## [3.34.8] - 2023-10-10 +### Fixed + +- Fields displayed for Netherlands customers, in order to better reflect the usual experience for shoppers in that country. + ## [3.34.7] - 2023-10-09 ### Fixed diff --git a/manifest.json b/manifest.json index 40546536..ddbff31f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.34.9", + "version": "3.34.10", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en", diff --git a/react/country/NZL.ts b/react/country/NZL.ts index 5c6aa5f3..8283c75f 100644 --- a/react/country/NZL.ts +++ b/react/country/NZL.ts @@ -133,7 +133,7 @@ const rules: PostalCodeRules = { summary: [ [{ name: 'complement' }, { delimiter: ' ', name: 'street' }, - { delimiter: ' ', name: 'neighborhood' }, + { delimiter: ', ', name: 'neighborhood' }, ], [ { name: 'city' },