diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bebb45..e4bf1a4 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.57.2] - 2022-08-18 + ### Fixed - `Spinner` added to the loading state in the profile page diff --git a/manifest.json b/manifest.json index 3baae52..d4dbc22 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "affiliates", "vendor": "vtex", - "version": "0.57.1", + "version": "0.57.2", "title": "Affiliates", "description": "App that adds support for affiliates on IO stores", "mustUpdateAt": "2018-01-04", diff --git a/node/package.json b/node/package.json index dacef4f..7131e6d 100644 --- a/node/package.json +++ b/node/package.json @@ -34,5 +34,5 @@ "lint": "tsc --noEmit --pretty", "test": "vtex-test-tools test --collectCoverage" }, - "version": "0.57.1" + "version": "0.57.2" } diff --git a/react/package.json b/react/package.json index 0198cb2..36a95ac 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.affiliates", - "version": "0.57.1", + "version": "0.57.2", "scripts": { "test": "vtex-test-tools test --collectCoverage" },