diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a825065..695f87ca 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.2] - 2023-04-07 + ### Fixed - Address field open at checkout diff --git a/manifest.json b/manifest.json index 43e3233c..fa0efc72 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.9.1", + "version": "0.9.2", "title": "Checkout Custom", "description": "Make possible to customize the checkout layout using a easy to use interface from the admin", "builders": { @@ -65,7 +65,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 75249ca1..bbe63a8b 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.9.1", + "version": "0.9.2", "dependencies": { "@vtex/address-form": "^3.27.2", "@vtex/api": "6.45.15", diff --git a/react/package.json b/react/package.json index 56a1c96a..017ae715 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.9.1", + "version": "0.9.2", "scripts": { "test": "vtex-test-tools test" },