From 0777f22246258e698af69cda9f09b363cc69365d Mon Sep 17 00:00:00 2001 From: ataideverton <56592231+ataideverton@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:25:09 +0000 Subject: [PATCH] Release v1.6.6 --- 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 c99a781..4fafe8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.6.6] - 2025-01-06 ### Fixed - Fix Request Quote message in Quotes Details diff --git a/manifest.json b/manifest.json index f799031..b36a27c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes", - "version": "1.6.5", + "version": "1.6.6", "title": "B2B Quotes & Carts", "description": "Allows B2B Customers to request quotes from their sales reps and/or save carts for future use", "builders": { diff --git a/react/package.json b/react/package.json index 687c8b4..dbf54ef 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes", - "version": "1.6.5", + "version": "1.6.6", "scripts": { "test": "vtex-test-tools test" },