From f157854a5fd6bce1935a30d394118f116658e4bf Mon Sep 17 00:00:00 2001 From: ataideverton <56592231+ataideverton@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:22:53 +0000 Subject: [PATCH] Release v1.37.0 --- 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 8fe587e8..64454914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.37.0] - 2024-10-24 + ### Changed - Admin Cost Center addresses UI diff --git a/manifest.json b/manifest.json index 7a696e50..3c555c77 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.36.0", + "version": "1.37.0", "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 73c42b17..6ccd5b7d 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.36.0", + "version": "1.37.0", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"