diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c599d31..98206e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Ecuador ZIP code regex validation to accept both 6-digit postal codes and the older 4-digit municipality codes used in the list of provinces. +## [4.24.2] - 2024-06-05 + +### Fixed + +- New city ('Guatemala Zona 25') in Guatemala. + +## [4.24.1] - 2024-05-29 + +### Fixed + +- Rules for Ireland. + ## [4.24.0] - 2024-05-22 ### Added diff --git a/manifest.json b/manifest.json index 07533bcc..cd5c2048 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "4.24.0", + "version": "4.24.2", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en", diff --git a/react/country/GTM.js b/react/country/GTM.js index 0f9bcfd8..113c5e58 100644 --- a/react/country/GTM.js +++ b/react/country/GTM.js @@ -153,6 +153,7 @@ const countryData = { 'Guatemala Zona 18': '1018', 'Guatemala Zona 19': '1019', 'Guatemala Zona 21': '1021', + 'Guatemala Zona 25': '1025', 'Mixco (sin zona)': '1057', 'Mixco Zona 1': '105701', 'Mixco Zona 2': '105702', diff --git a/react/country/IRL.js b/react/country/IRL.js index 87dc387e..0cec0c0c 100644 --- a/react/country/IRL.js +++ b/react/country/IRL.js @@ -34,7 +34,7 @@ export default { name: 'number', maxLength: 750, label: 'number', - required: true, + required: false, size: 'mini', autoComplete: 'nope', }, @@ -68,19 +68,8 @@ export default { { name: 'state', maxLength: 100, - label: 'province', - required: true, - optionsCaption: '', - options: [ - 'Border', - 'West', - 'Mid-West', - 'South-East', - 'South-West', - 'Dublin', - 'Mid-East', - 'Midlands' - ], + label: 'county', + required: false, size: 'large', }, { diff --git a/react/package.json b/react/package.json index 7004fe35..c9ddfa61 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/address-form", - "version": "4.24.0", + "version": "4.24.2", "description": "address-form React component", "main": "lib/index.js", "files": [