diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad4599d..87ebe45f 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.8.8] - 2022-08-25 + ## Fixed - Changed the type of the button from submit to button. diff --git a/manifest.json b/manifest.json index 3da1f595..80b0a3bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.8.7", + "version": "0.8.8", "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 5b29778e..10481cb4 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.8.7", + "version": "0.8.8", "dependencies": { "@vtex/address-form": "^3.26.4", "@vtex/api": "6.45.12", diff --git a/react/package.json b/react/package.json index 166e1fc2..1ee8ccb5 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.8.7", + "version": "0.8.8", "scripts": { "test": "vtex-test-tools test" },