From a34b397dcd1ed82ba6b47968a6f016ebd4181f5e Mon Sep 17 00:00:00 2001 From: albertm805 <11176519+albertm805@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:49:16 +0000 Subject: [PATCH] Release v1.10.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- react/package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e0cfb..e396ee5 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.10.1] - 2023-08-17 ### Fixed - Fix conditional chain causing issue when retrieving Cost Center data diff --git a/manifest.json b/manifest.json index 3f1a215..5301424 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-checkout-settings", "vendor": "vtex", - "version": "1.10.0", + "version": "1.10.1", "title": "B2B Checkout Settings", "description": "Adds B2B functionalities to the checkout", "builders": { diff --git a/node/package.json b/node/package.json index 16381dd..3478164 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.10.0", + "version": "1.10.1", "dependencies": { "@vtex/api": "6.45.19", "atob": "^2.1.2", diff --git a/react/package.json b/react/package.json index f43d3be..10ccc2a 100644 --- a/react/package.json +++ b/react/package.json @@ -19,5 +19,5 @@ "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.132.3/public/@types/vtex.render-runtime", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.0/public/@types/vtex.styleguide" }, - "version": "1.10.0" + "version": "1.10.1" }