From 5a633b88dbb7b9b134594496ff62dce691eb2ec6 Mon Sep 17 00:00:00 2001 From: batatavf2 <28812834+batatavf2@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:34:10 +0000 Subject: [PATCH] Release v1.7.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe878b..08fb6f2 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.1] - 2023-08-15 + ### Fixed - `isDelivered` function returns `false` when is not possible to tell whether an invoice is `input` or `output`. diff --git a/manifest.json b/manifest.json index 81a0275..aea9639 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-account-commons", - "version": "1.7.0", + "version": "1.7.1", "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 98a993a..a0d6cee 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.0" + "version": "1.7.1" }