From 1e360ac560e781ee89947b56ae5f9a69008c14f2 Mon Sep 17 00:00:00 2001 From: Rudge <5332361+Rudge@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:56:08 +0000 Subject: [PATCH] Release v1.28.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 96af3ac8..b845fd62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.28.1] - 2023-11-06 + ### Fixed - Arabic, Bulgarian, Catalan, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Indonesian, Italian, Japanese, Korean, Dutch, Norwegian, Polish, Portuguese, Romanian, Russian, Slovakian, Slovenian, Swedish, Thai and Ukrainian translations. diff --git a/manifest.json b/manifest.json index 2e1038c1..a350db0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.28.0", + "version": "1.28.1", "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 7a9fd117..ab07ae5e 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.28.0", + "version": "1.28.1", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"