Skip to content

Commit

Permalink
Merge branch '4.x' into LOC-14706-ECU-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kaio-donadelli authored Jun 5, 2024
2 parents 313d77c + 6c49c17 commit 8d9a8d5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.24.0",
"version": "4.24.2",
"title": "address-form React component",
"description": "address-form React component",
"defaultLocale": "en",
Expand Down
1 change: 1 addition & 0 deletions react/country/GTM.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
17 changes: 3 additions & 14 deletions react/country/IRL.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
name: 'number',
maxLength: 750,
label: 'number',
required: true,
required: false,
size: 'mini',
autoComplete: 'nope',
},
Expand Down Expand Up @@ -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',
},
{
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.24.0",
"version": "4.24.2",
"description": "address-form React component",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 8d9a8d5

Please sign in to comment.