Skip to content

Commit

Permalink
Merge branch '4.x' into fix-SLV-summary-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kaio-donadelli authored Dec 18, 2024
2 parents e3bd801 + b92cbf2 commit deb6eca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- El Salvador (SLV) address summary to reflect the new address structure.

## [4.26.1] - 2024-12-11

### Added

- New postal code for Doradal to Colombia (COL) country file.

## [4.26.0] - 2024-10-31

### 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.26.0",
"version": "4.26.1",
"title": "address-form React component",
"description": "address-form React component",
"defaultLocale": "en",
Expand Down
1 change: 1 addition & 0 deletions react/country/COL.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const countryData = {
Copacabana: '05212',
Dabeiba: '05234',
Donmatías: '05237',
Doradal: '53448',
Ebéjico: '05240',
'El Bagre': '05250',
'El Carmen De Viboral': '05148',
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.26.0",
"version": "4.26.1",
"description": "address-form React component",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit deb6eca

Please sign in to comment.