From 4d71322f05bb1252931b0bf94f194322acbfa9c4 Mon Sep 17 00:00:00 2001 From: ataideverton <56592231+ataideverton@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:29:53 +0000 Subject: [PATCH] Release v1.35.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 71b3c75f..b8fca371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.35.2] - 2024-10-15 ### Added - Add new tab called 'settings' at organization details diff --git a/manifest.json b/manifest.json index 38ed7f8e..3cebd377 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.35.1", + "version": "1.35.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 9d3a68ad..93c1ae10 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.35.1", + "version": "1.35.2", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"