From 342cf1bc7c4ff6d6e6e51af9e8a5f3d7e388cada Mon Sep 17 00:00:00 2001 From: lucvysk <25616893+lucvysk@users.noreply.github.com> Date: Thu, 13 Apr 2023 22:02:42 +0000 Subject: [PATCH] Release v0.9.3 --- 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 52ec3c8a..d2c477e7 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.9.3] - 2023-04-13 + ### Added - Puerto Rico country rules diff --git a/manifest.json b/manifest.json index fa0efc72..492f93ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.9.2", + "version": "0.9.3", "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 bbe63a8b..aada4bfd 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.9.2", + "version": "0.9.3", "dependencies": { "@vtex/address-form": "^3.27.2", "@vtex/api": "6.45.15", diff --git a/react/package.json b/react/package.json index 017ae715..584ee1a5 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.9.2", + "version": "0.9.3", "scripts": { "test": "vtex-test-tools test" },