diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a32f02..37f80e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.36.5] - 2024-07-02 + +### Fixed +- Fix the validations rules for Saudi Arabia. + +## [3.36.4] - 2024-07-02 + +## [3.36.3] - 2024-07-02 + ### Fixed + - Enable autocomplete postal code from reference field for ARE [[KI#312132](https://vtexhelp.zendesk.com/agent/tickets/312132)]. ## [3.36.2] - 2024-06-06 @@ -1595,4 +1605,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [3.34.11]: https://github.com/vtex/address-form/compare/v3.34.10...v3.34.11 [3.36.2]: https://github.com/vtex/address-form/compare/v3.36.1...v3.36.2 [3.36.1]: https://github.com/vtex/address-form/compare/v3.36.0...v3.36.1 -[3.36.0]: https://github.com/vtex/address-form/compare/v3.35.6...v3.36.0 \ No newline at end of file +[3.36.0]: https://github.com/vtex/address-form/compare/v3.35.6...v3.36.0 diff --git a/manifest.json b/manifest.json index c726a072..fb241a97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,15 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.36.3", + "version": "3.36.5", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en", "mustUpdateAt": "2019-01-08", "categories": [], - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "settingsSchema": {}, "dependencies": { "vtex.checkout": "0.x",