From 017deb90c2cd6f82e164ce960dfc4d2c1fb517b2 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Wed, 4 Nov 2020 16:14:09 -0800 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ packages/utils/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3571d9c2..6d63dea81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v2.7.5 (Wed Nov 04 2020) + +#### 🐛 Bug Fix + +- `@design-systems/utils` + - Updated the 'styled' util to reduce all components in the element array into one component [#585](https://github.com/intuit/design-systems-cli/pull/585) ([@kendallgassner](https://github.com/kendallgassner)) + +#### Authors: 1 + +- Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner)) + +--- + # v2.7.4 (Thu Oct 22 2020) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 397ca4a0b..45afcae6b 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.7.5 (Wed Nov 04 2020) + +#### 🐛 Bug Fix + +- Updated the 'styled' util to reduce all components in the element array into one component [#585](https://github.com/intuit/design-systems-cli/pull/585) ([@kendallgassner](https://github.com/kendallgassner)) + +#### Authors: 1 + +- Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner)) + +--- + # v2.7.3 (Thu Oct 22 2020) #### 🐛 Bug Fix