From 8f234bfea949f4416c816d9ef78d9bbfe09f229b Mon Sep 17 00:00:00 2001 From: wender <24723+wender@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:29:39 +0000 Subject: [PATCH] Release v1.26.2 --- 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 2423f10e..5febf695 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.26.2] - 2023-08-11 + ### Added - Add condition to use the `manage-organization` permission diff --git a/manifest.json b/manifest.json index e470839f..e45670c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.26.1", + "version": "1.26.2", "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 7f4aea4a..bc790cba 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.26.1", + "version": "1.26.2", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"