Skip to content

Commit

Permalink
Merge pull request #633 from vtex/release/3.38.1
Browse files Browse the repository at this point in the history
Release v3.38.1
  • Loading branch information
jeffersontuc authored Dec 12, 2024
2 parents 49a0aaa + 8b701ed commit 84648a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.38.1] - 2024-12-11

### Added

- New postal code for Doradal to Colombia (COL) country file.
Expand Down Expand Up @@ -1633,7 +1635,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.38.0...HEAD
[Unreleased]: https://github.com/vtex/address-form/compare/v3.38.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.5]: https://github.com/vtex/address-form/compare/v3.35.4...v3.35.5
Expand All @@ -1648,6 +1650,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.1]: https://github.com/vtex/address-form/compare/v3.38.0...v3.38.1
[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
Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "address-form",
"vendor": "vtex",
"version": "3.38.0",
"version": "3.38.1",
"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",
Expand Down

0 comments on commit 84648a8

Please sign in to comment.