From 5ddca25ac618e8ad13fc318b0e00ad65a604fe47 Mon Sep 17 00:00:00 2001 From: ataideverton <56592231+ataideverton@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:59:25 +0000 Subject: [PATCH] Release v0.63.2 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0528d60..49fa687 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] + +## [0.63.2] - 2024-12-19 ### Fixed - Fix `saveB2BSettings` mutation when `uiSettings` is absent diff --git a/manifest.json b/manifest.json index 989dd46..7164219 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations-graphql", "vendor": "vtex", - "version": "0.63.1", + "version": "0.63.2", "title": "B2B Organizations", "description": "App to create and manage B2B Organizations and Cost Centers", "mustUpdateAt": "2022-08-28", diff --git a/node/package.json b/node/package.json index c79dbae..1a1fe98 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "0.63.1", + "version": "0.63.2", "dependencies": { "@types/lodash": "4.14.74", "@vtex/api": "6.48.0",