From 7fddcf57e40bffd39b8cd698848703e1270202e8 Mon Sep 17 00:00:00 2001 From: kaio-donadelli Date: Mon, 5 Feb 2024 13:06:30 -0300 Subject: [PATCH] Release v3.35.1 --- CHANGELOG.md | 5 ++++- manifest.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e30a8f..e1b6a92f 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.1] - 2024-02-05 + ### Fixed - Netherlands ('NLD') country rules to show number in address summary. @@ -1530,9 +1532,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.0...HEAD +[Unreleased]: https://github.com/address-form//compare/v3.35.1...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.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 [3.34.11]: https://github.com/vtex/address-form/compare/v3.34.10...v3.34.11 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4a45c3d2..f921269f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.35.0", + "version": "3.35.1", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en",