diff --git a/CHANGELOG.md b/CHANGELOG.md index 5486608..2db8a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.0.4] - 2020-04-28 ### Fixed - Component grid would be rendered empty due to a variable being passed to the ComponentList query with the wrong value. diff --git a/manifest.json b/manifest.json index db4b061..c60eaf5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "docs-ui", - "version": "2.0.3", + "version": "2.0.4", "title": "VTEX IO Docs UI", "description": "VTEX IO Docs UI", "builders": { diff --git a/react/package.json b/react/package.json index c8a95cc..891051a 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.docs-ui", - "version": "2.0.3", + "version": "2.0.4", "scripts": { "lint": "tsc --noEmit && eslint --ext ts,tsx .", "lint:locales": "intl-equalizer",