diff --git a/CHANGELOG.md b/CHANGELOG.md index 2379adc0..29578452 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.2] - 2024-04-25 + ### Added - Malta address rules @@ -1540,9 +1542,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - **`AddressSubmitter`** component and tests -[Unreleased]: https://github.com/address-form//compare/v3.35.1...HEAD +[Unreleased]: https://github.com/vtex/address-form/compare/v3.35.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.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 [3.34.12]: https://github.com/vtex/address-form/compare/v3.34.11...v3.34.12 diff --git a/manifest.json b/manifest.json index f921269f..79fb569c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,13 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.35.1", + "version": "3.35.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",