Skip to content

Commit cedd3da

Browse files
authored
Merge pull request #641 from vtex/fix/ven-4x
New cities in Venezuela
2 parents 5a16aee + 676ace9 commit cedd3da

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- New cities in Venezuela.
13+
1014
## [4.26.3] - 2025-02-25
1115

1216
### Changed

react/country/VEN.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const countryData = {
127127
'Andrés Bello': '2410',
128128
'Paz Castillo': '2411',
129129
Independencia: '2412',
130+
Urdaneta: '1211',
130131
},
131132
Monagas: {
132133
Piar: '6200',
@@ -181,6 +182,14 @@ const countryData = {
181182
},
182183
Vargas: {
183184
Vargas: '1162',
185+
Caraballeda: '1165',
186+
Carayaca: '1167',
187+
'Catia La Mar': '1162',
188+
'La Guaira': '1160',
189+
'La Sabana': '1168',
190+
Macuto: '1164',
191+
Maiquetía: '1161',
192+
Naiguatá: '1166',
184193
},
185194
Yaracuy: {
186195
Bruzual: '3202',

0 commit comments

Comments
 (0)