Skip to content

Commit

Permalink
Merge branch '4.x' into loc/16501-4x
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLimaDev authored Oct 2, 2024
2 parents 2a20d24 + 4c6babb commit 430cc17
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Two new postal codes to Dominican Republic (DOM) country file.

## [4.25.3] - 2024-10-02

### Fixed

- Changed the rules for France (FRA) so the number field is shown to users.

## [4.25.2] - 2024-09-18

### Added
Expand All @@ -23,7 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Logic to validate if a country should use Number Keyboard (shouldShowNumberKeyboard).


## [4.25.0] - 2024-09-13

### 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": "4.25.2",
"version": "4.25.3",
"title": "address-form React component",
"description": "address-form React component",
"defaultLocale": "en",
Expand Down
2 changes: 1 addition & 1 deletion react/country/FRA.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
size: 'xlarge',
},
{
hidden: true,
hidden: false,
name: 'number',
maxLength: 750,
label: 'number',
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/address-form",
"version": "4.25.2",
"version": "4.25.3",
"description": "address-form React component",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 430cc17

Please sign in to comment.