Skip to content

Commit

Permalink
Fixed Netherlands ('NLD') country rules to show number in address sum…
Browse files Browse the repository at this point in the history
…mary.
  • Loading branch information
kaio-donadelli committed Jan 30, 2024
1 parent 8f01061 commit 79fde9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Netherlands ('NLD') country rules to show number in address summary.

## [4.22.7] - 2024-01-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion react/country/NLD.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export default {
},
},
summary: [
[{ name: 'street' }, { delimiter: ' ', name: 'number' }],
[{ name: 'complement' }],
[{ name: 'street' }],
[{ name: 'postalCode' }, { delimiter: ' ', name: 'city' }],
],
}

0 comments on commit 79fde9a

Please sign in to comment.