Skip to content

Commit

Permalink
Merge pull request #545 from vtex/fix/NZL-neighborhood
Browse files Browse the repository at this point in the history
Fix NZL geolocation neighborhood comma
  • Loading branch information
sheilagomes authored Oct 17, 2023
2 parents a1574cc + 0ba8b24 commit 14f67cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react/country/NZL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const rules: PostalCodeRules = {
summary: [
[{ name: 'complement' },
{ delimiter: ' ', name: 'street' },
{ delimiter: ' ', name: 'neighborhood' },
{ delimiter: ', ', name: 'neighborhood' },
],
[
{ name: 'city' },
Expand Down

0 comments on commit 14f67cb

Please sign in to comment.