From ba81fb98fd0dde7ab03c91d5d147f236b146de73 Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 26 Apr 2024 10:50:36 -0300 Subject: [PATCH] Release v3.35.3 --- CHANGELOG.md | 5 ++++- manifest.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29578452..ff4e958b 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.35.3] - 2024-04-26 + ## [3.35.2] - 2024-04-25 ### Added @@ -1542,9 +1544,10 @@ 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.35.2...HEAD +[Unreleased]: https://github.com/vtex/address-form/compare/v3.35.3...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.3]: https://github.com/vtex/address-form/compare/v3.35.2...v3.35.3 [3.35.2]: https://github.com/vtex/address-form/compare/v3.35.1...v3.35.2 [3.35.1]: https://github.com/address-form//compare/v3.35.0...v3.35.1 [3.35.0]: https://github.com/vtex/address-form/compare/v3.34.12...v3.35.0 diff --git a/manifest.json b/manifest.json index 79fb569c..3ede2be6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.35.2", + "version": "3.35.3", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en",