From 63c9180498a35d1e965373a1fdbbc868808a870b Mon Sep 17 00:00:00 2001 From: kaisermann <12702016+kaisermann@users.noreply.github.com> Date: Mon, 3 Aug 2020 16:29:41 +0000 Subject: [PATCH] Release v2.4.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 f4c1f305..9fd189a3 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] + +## [2.4.0] - 2020-08-03 ### Added - New css handles: `barCodeContainer`, `printButtonWrapper` and `printHintWrapper`. diff --git a/manifest.json b/manifest.json index 54f116bf..875f19c6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "order-placed", - "version": "2.3.0", + "version": "2.4.0", "title": "Order Placed", "description": "", "registries": [ diff --git a/react/package.json b/react/package.json index 92e4a08a..52191f59 100644 --- a/react/package.json +++ b/react/package.json @@ -1,5 +1,5 @@ { - "version": "2.3.0", + "version": "2.4.0", "scripts": { "test": "vtex-test-tools test" },