From ac515440d968ca959ae7a25a05d66621b14c39ae Mon Sep 17 00:00:00 2001 From: ArthurFerrao <15989443+ArthurFerrao@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:48:20 +0000 Subject: [PATCH] Release v0.18.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 adee92b..f7ba845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.18.0] - 2024-11-01 + ### Added - Add `zIndex` as a property argument to control the drawer's z-index diff --git a/manifest.json b/manifest.json index 0ef1910..46f38ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-drawer", "vendor": "vtex", - "version": "0.17.2", + "version": "0.18.0", "title": "Store Drawer", "description": "The VTEX Drawer", "builders": { diff --git a/react/package.json b/react/package.json index 2303353..f6fb0dd 100644 --- a/react/package.json +++ b/react/package.json @@ -21,5 +21,5 @@ "vtex.responsive-values": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.responsive-values@0.3.0/public/_types/react", "vtex.store-icons": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-icons@0.18.0/public/@types/vtex.store-icons" }, - "version": "0.17.2" + "version": "0.18.0" }