From a52316f53b3c6960125e24c43eb48a20a52cbf54 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 30 Oct 2024 19:15:40 -0300 Subject: [PATCH] Release v3.38.0 --- CHANGELOG.md | 5 ++++- manifest.json | 6 ++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6315200..e5c569a6 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.38.0] - 2024-10-30 + ### Fixed - El Salvador (SLV) locality list structure and fields. This breaks previously saved addresses. @@ -1624,7 +1626,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.3...HEAD +[Unreleased]: https://github.com/vtex/address-form/compare/v3.38.0...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 @@ -1639,6 +1641,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.38.0]: https://github.com/vtex/address-form/compare/v3.37.3...v3.38.0 [3.37.3]: https://github.com/vtex/address-form/compare/v3.37.2...v3.37.3 [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 diff --git a/manifest.json b/manifest.json index b6aed259..1b2dea97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,13 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.37.3", + "version": "3.38.0", "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",