diff --git a/CHANGELOG.md b/CHANGELOG.md index 9511bf6..10b57e3 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] +## [1.7.2] - 2024-06-26 + ### Added - Add with the namespace to enable page Header customization at my account. diff --git a/manifest.json b/manifest.json index aea9639..834eb12 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-account-commons", - "version": "1.7.1", + "version": "1.7.2", "title": "MyAccount Commons", "defaultLocale": "pt-BR", "description": "Shared components used to build ne MyAccounts pages", diff --git a/react/package.json b/react/package.json index a0d6cee..38cf285 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "apollo-client": "^2.5.1", "typescript": "3.9.7" }, - "version": "1.7.1" + "version": "1.7.2" }