From c3dfdc537a1cdd94ce2ff76c1cf4040782ffcdc2 Mon Sep 17 00:00:00 2001 From: eduardoformiga Date: Mon, 11 Jul 2022 11:29:15 -0300 Subject: [PATCH] Adds CHANGELOG entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 473daf0c..18fb8075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Applies new local tokens to `SlideOver` ([#142](https://github.com/vtex-sites/nextjs.store/pull/142)) +- Applies new local tokens to `CartSidebar` ([#142](https://github.com/vtex-sites/nextjs.store/pull/142)) - Uses new cross selling API on PDP ([#159](https://github.com/vtex-sites/nextjs.store/pull/159)) - Applies new local tokens to `SuggestionProductCard` ([#135](https://github.com/vtex-sites/gatsby.store/pull/135)) - Applies new local tokens to `Navbar` ([#132](https://github.com/vtex-sites/gatsby.store/pull/132))