diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c09b5c1..32cffba1e 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] +## [9.143.0] - 2021-06-16 + ### Fixed - **Modal** sometimes not loading `window.scroll` polyfill after the browser hard refresh. diff --git a/manifest.json b/manifest.json index 63f2f1f1f..4fc7644a7 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "vendor": "vtex", "name": "styleguide", "title": "VTEX Styleguide", - "version": "9.142.0", + "version": "9.143.0", "description": "The VTEX Styleguide components for the Render framework", "builders": { "react": "3.x" diff --git a/package.json b/package.json index ae3c93ae2..5ff65c8e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/styleguide", - "version": "9.142.0", + "version": "9.143.0", "scripts": { "lint": "eslint react --ext js,jsx,ts,tsx", "test": "node config/test.js",