From fd7f36dc14fed73e8e12f6384c60464228e15e54 Mon Sep 17 00:00:00 2001 From: Mecrano <26680887+Mecrano@users.noreply.github.com> Date: Tue, 7 May 2024 17:04:16 +0000 Subject: [PATCH] Release v0.18.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 85c0814..76817a7 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.5] - 2024-05-07 + ### Fixed - Set default locale for google address form as GBR diff --git a/manifest.json b/manifest.json index a808c4d..dc0ec8a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.18.4", + "version": "0.18.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 0139ed4..736d7a1 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.18.4", + "version": "0.18.5", "dependencies": { "@vtex/address-form": "^3.35.0", "@vtex/api": "6.46.1", diff --git a/react/package.json b/react/package.json index 29d6356..03295de 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.18.4", + "version": "0.18.5", "devDependencies": { "@types/jest": "^26.0.4", "@types/node": "^14.0.14",