From 3eb872a2817aa791663473e8cfadefd69c3fce1c Mon Sep 17 00:00:00 2001 From: georgelimadev Date: Wed, 2 Oct 2024 18:05:28 -0300 Subject: [PATCH] Release v3.37.2 --- CHANGELOG.md | 5 ++++- manifest.json | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6a1df0..67778885 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.37.2] - 2024-10-02 + ### Added - Two new postal codes to Dominican Republic (DOM) country file. @@ -1612,7 +1614,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - **`AddressSubmitter`** component and tests -[Unreleased]: https://github.com/vtex/address-form/compare/v3.37.1...HEAD +[Unreleased]: https://github.com/vtex/address-form/compare/v3.37.2...HEAD [3.34.6]: https://github.com/vtex/address-form/compare/v3.34.5...v3.34.6 [3.34.5]: https://github.com/vtex/address-form/compare/v3.34.4...v3.34.5 [3.35.5]: https://github.com/vtex/address-form/compare/v3.35.4...v3.35.5 @@ -1627,6 +1629,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [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 +[3.37.2]: https://github.com/vtex/address-form/compare/v3.37.1...v3.37.2 [3.37.1]: https://github.com/vtex/address-form/compare/v3.37.0...v3.37.1 [3.37.0]: https://github.com/vtex/address-form/compare/v3.36.6...v3.37.0 [3.36.6]: https://github.com/vtex/address-form/compare/v3.36.5...v3.36.6 \ No newline at end of file diff --git a/manifest.json b/manifest.json index dd4e72a7..1d4160ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,15 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.37.1", + "version": "3.37.2", "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",