diff --git a/CHANGELOG.md b/CHANGELOG.md index 6819d29..d98275c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ 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] +- Doc update `peerDependencies` ## [1.0.4] - 2020-09-21 +### Added +- `crowdin.yml` config file ## [1.0.3] - 2020-09-16 ### Fixed diff --git a/docs/README.md b/docs/README.md index 80f23af..e71f08f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,9 +26,9 @@ In addition to that, a brand new route called `/wishlist` is generated, creating 3. Add the Wishlist app to your theme's dependencies in the `manifest.json` file as shown below: ```diff - "dependencies": { + "peerDependencies": { + "vtex.wish-list": "1.x" -} + } ``` :information_source: *The Wishlist app can export two theme blocks when added as a dependency: `add-to-list-btn` and `list-context.wishlist`. They are responsible, respectively, for adding the heart icon to other theme blocks and for providing product data to build the `/wishlist` page.*