From 3289b49b9bf8a0b216a681e3d8c0fd4ba91dd866 Mon Sep 17 00:00:00 2001 From: cdcs0128 <42615935+cdcs0128@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:38:42 +0000 Subject: [PATCH] Release v0.15.3 --- CHANGELOG.md | 2 ++ manifest.json | 6 ++++-- node/package.json | 2 +- react/package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ae84df..4e94bf56 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.15.3] - 2024-01-09 + ## [0.15.1] - 2023-12-22 ## [0.15.0] - 2023-12-19 diff --git a/manifest.json b/manifest.json index 0f8cea32..08736a91 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.15.2", + "version": "0.15.3", "title": "Checkout Custom", "description": "Make possible to customize the checkout layout using a easy to use interface from the admin", "builders": { @@ -75,7 +75,9 @@ "url": "https://support.vtex.com/hc/requests" }, "type": "free", - "availableCountries": ["*"] + "availableCountries": [ + "*" + ] }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" } diff --git a/node/package.json b/node/package.json index 1d5dce08..ccac13b0 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.15.0", + "version": "0.15.3", "dependencies": { "@vtex/address-form": "^3.27.2", "@vtex/api": "6.46.0", diff --git a/react/package.json b/react/package.json index c1b78314..5809d87b 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.15.0", + "version": "0.15.3", "devDependencies": { "@types/jest": "^26.0.4", "@types/node": "^14.0.14",