From c883a500f30f6b2d6d94064aeb350408eddaff49 Mon Sep 17 00:00:00 2001 From: arturmagalhaesjr <5812946+arturmagalhaesjr@users.noreply.github.com> Date: Thu, 24 Mar 2022 21:24:33 +0000 Subject: [PATCH] Release v0.5.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 2022e0a..a8d843c 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] +## [0.5.0] - 2022-03-24 + ### Added Added a modal component that verifies if the quoteId is on the orderForm and locks by opening the modal component if the user tries to browse other pages instead of the checkout page. diff --git a/manifest.json b/manifest.json index a90d99e..db090d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes", - "version": "0.4.0", + "version": "0.5.0", "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 0a59178..d024799 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes", - "version": "0.4.0", + "version": "0.5.0", "scripts": { "test": "vtex-test-tools test" },