From 39f129b5bdbc3baba446c07f64138c229e79591b Mon Sep 17 00:00:00 2001 From: GeorgeLimaDev <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:30:18 +0000 Subject: [PATCH] Release v1.30.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 0c0bb425..a1a310e2 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.30.1] - 2024-01-26 + ### 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 7fef7900..f3592668 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.30.0", + "version": "1.30.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 6367053a..915c29e2 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.30.0", + "version": "1.30.1", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"