From 5e6d931aff6c62b0c7087f15e7e627ef4769be71 Mon Sep 17 00:00:00 2001 From: Mecrano <26680887+Mecrano@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:48:35 +0000 Subject: [PATCH] Release v0.15.5 --- 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 c9a1d92d..9286aa61 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.5] - 2024-01-17 + ## Fixed - Fix trim errors diff --git a/manifest.json b/manifest.json index f57cb465..c1949f85 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.15.4", + "version": "0.15.5", "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 ccac13b0..e2586a66 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.15.3", + "version": "0.15.5", "dependencies": { "@vtex/address-form": "^3.27.2", "@vtex/api": "6.46.0", diff --git a/react/package.json b/react/package.json index 5809d87b..d6f21b6c 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.15.3", + "version": "0.15.5", "devDependencies": { "@types/jest": "^26.0.4", "@types/node": "^14.0.14",