From eed91c78a46592c78a8360d7c81b4ba82a32f3a3 Mon Sep 17 00:00:00 2001 From: wender <24723+wender@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:31:26 +0000 Subject: [PATCH] Release v0.12.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- react/package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2d5fe1..2319c62c 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.12.0] - 2023-06-27 + ### Added - Added offset scroll on mobile when user changes their address diff --git a/manifest.json b/manifest.json index 93f67217..582241fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.11.1", + "version": "0.12.0", "title": "Checkout Custom", "description": "Make possible to customize the checkout layout using a easy to use interface from the admin", "builders": { diff --git a/node/package.json b/node/package.json index 006a6f55..9f07a599 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.11.1", + "version": "0.12.0", "dependencies": { "@vtex/address-form": "^3.27.2", "@vtex/api": "6.45.15", diff --git a/react/package.json b/react/package.json index 8b203e80..50012ceb 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.11.1", + "version": "0.12.0", "scripts": { "test": "vtex-test-tools test" },