From 938982e4c292be78e1a3f2d9693863baf53dfd8a Mon Sep 17 00:00:00 2001 From: Leonardo Polon Date: Tue, 2 Jul 2024 19:41:59 -0300 Subject: [PATCH 1/2] add changelog --- CHANGELOG.md | 10 +++++++++- manifest.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a32f02..92efa7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### 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 +1603,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..3ed0d0b6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.36.3", + "version": "3.36.4", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en", From 8921049d5f854431a693d79a16231a15fcd61067 Mon Sep 17 00:00:00 2001 From: Leonardo Polon Date: Tue, 2 Jul 2024 19:42:45 -0300 Subject: [PATCH 2/2] Release v3.36.5 --- CHANGELOG.md | 2 ++ manifest.json | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92efa7bb..37f80e12 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] +## [3.36.5] - 2024-07-02 + ### Fixed - Fix the validations rules for Saudi Arabia. diff --git a/manifest.json b/manifest.json index 3ed0d0b6..fb241a97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,15 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.36.4", + "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",