From 592cb6539ae48d01d10c401e6c3ca6af8476cf50 Mon Sep 17 00:00:00 2001 From: ataideverton <56592231+ataideverton@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:42:40 +0000 Subject: [PATCH] Release v1.31.9 --- 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 6b87bddc..90457d82 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.31.9] - 2024-06-20 ### Fixed - Adjusts list organization and research screening according to input at autocomplete diff --git a/manifest.json b/manifest.json index 42bd756f..8659e8f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.31.8", + "version": "1.31.9", "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 c8dd95e0..0096576f 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.31.5", + "version": "1.31.9", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"