diff --git a/CHANGELOG.md b/CHANGELOG.md index 95157205..aeba63fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/manifest.json b/manifest.json index b006bbc5..0ab3fad9 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/react/country/FRA.js b/react/country/FRA.js index bf834da4..380a6280 100644 --- a/react/country/FRA.js +++ b/react/country/FRA.js @@ -30,7 +30,7 @@ export default { size: 'xlarge', }, { - hidden: true, + hidden: false, name: 'number', maxLength: 750, label: 'number', diff --git a/react/package.json b/react/package.json index 0c890f02..3cb96043 100644 --- a/react/package.json +++ b/react/package.json @@ -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": [