From 5fbf5a17a16bd39e4e80f5d86b6df2396c8941ba Mon Sep 17 00:00:00 2001 From: enzomerca <131273915+enzomerca@users.noreply.github.com> Date: Mon, 8 May 2023 17:46:40 +0000 Subject: [PATCH] Release v1.5.4 --- 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 4348651..a381b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.4] - 2023-05-08 + ### Fixed - Fixed status filter locale in my quotes page diff --git a/manifest.json b/manifest.json index 613dd56..dcfc85f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes", - "version": "1.5.3", + "version": "1.5.4", "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 c2ec6f7..3e93451 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes", - "version": "1.5.3", + "version": "1.5.4", "scripts": { "test": "vtex-test-tools test" },