From 6f7fc22ea44ab529006aa8dbdc98e532801e1471 Mon Sep 17 00:00:00 2001 From: kaio-donadelli Date: Wed, 29 May 2024 15:33:58 -0300 Subject: [PATCH 1/4] Updated rules for Ireland. --- CHANGELOG.md | 4 ++++ react/country/IRL.js | 17 +++-------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dfafc46..bfe598ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Rules for Ireland. + ## [4.24.0] - 2024-05-22 ### Added 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', }, { From c819f6b265381e356843f022596a4e7cf0b32e4f Mon Sep 17 00:00:00 2001 From: jeffersontuc <12574426+jeffersontuc@users.noreply.github.com> Date: Wed, 29 May 2024 19:21:14 +0000 Subject: [PATCH 2/4] Release v4.24.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe598ff..9c8babcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.24.1] - 2024-05-29 + ### Fixed - Rules for Ireland. diff --git a/manifest.json b/manifest.json index 07533bcc..1d01159b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "4.24.0", + "version": "4.24.1", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en", diff --git a/react/package.json b/react/package.json index 7004fe35..ab346de9 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/address-form", - "version": "4.24.0", + "version": "4.24.1", "description": "address-form React component", "main": "lib/index.js", "files": [ From a36adeea05735beafdf90cf9b34d61d290cdb12e Mon Sep 17 00:00:00 2001 From: sheilagomes Date: Mon, 3 Jun 2024 17:40:08 -0300 Subject: [PATCH 3/4] Add Guatemala city --- CHANGELOG.md | 5 +++++ react/country/GTM.js | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8babcd..f18dde29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +### Fixed + +- New city ('Guatemala Zona 25') in Guatemala. + ## [4.24.1] - 2024-05-29 ### Fixed 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', From 6c49c17f38b0bd527966a4ef350e594feeb4c361 Mon Sep 17 00:00:00 2001 From: sheilagomes <26465317+sheilagomes@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:04:51 +0000 Subject: [PATCH 4/4] Release v4.24.2 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f18dde29..1c292b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.24.2] - 2024-06-05 + ### Fixed diff --git a/manifest.json b/manifest.json index 1d01159b..cd5c2048 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "4.24.1", + "version": "4.24.2", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en", diff --git a/react/package.json b/react/package.json index ab346de9..c9ddfa61 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/address-form", - "version": "4.24.1", + "version": "4.24.2", "description": "address-form React component", "main": "lib/index.js", "files": [