From f137175035543b3fe98a0505ba9ddbfd67647b75 Mon Sep 17 00:00:00 2001 From: kaio-donadelli <100872772+kaio-donadelli@users.noreply.github.com> Date: Thu, 23 May 2024 12:00:45 +0000 Subject: [PATCH] Release v1.31.4 --- 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 ce304f3d..514b05e1 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.31.4] - 2024-05-23 + ### Fixed Arabic, Bulgarian, Catalan, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Indonesian, Italian, Japanese, Korean, Dutch, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Swedish, Thai and Ukrainian translations. diff --git a/manifest.json b/manifest.json index 8994f44b..eee43ed6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.31.3", + "version": "1.31.4", "title": "B2B Organizations", "description": "App to create and manage B2B Organizations and Cost Centers", "mustUpdateAt": "2022-08-28", diff --git a/react/package.json b/react/package.json index 58e3c8a3..37d52db6 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.31.3", + "version": "1.31.4", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"