From b54a53931ecc88038b5068cbc0f75178a52493c8 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Mon, 26 Dec 2022 15:55:04 -0800 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ plugins/build/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43151ea4e..97db256db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v4.15.2 (Mon Dec 26 2022) + +#### 🐛 Bug Fix + +- `@design-systems/build` + - fix esm css.js output [#709](https://github.com/intuit/design-systems-cli/pull/709) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v4.15.1 (Tue May 31 2022) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/build/CHANGELOG.md b/plugins/build/CHANGELOG.md index 96217dfb4..212a4afb0 100644 --- a/plugins/build/CHANGELOG.md +++ b/plugins/build/CHANGELOG.md @@ -1,3 +1,16 @@ +# v4.15.2 (Mon Dec 26 2022) + +#### 🐛 Bug Fix + +- fix esm css.js output [#709](https://github.com/intuit/design-systems-cli/pull/709) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- fix esm css.js output ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v2.17.5 (Tue May 18 2021) #### 🐛 Bug Fix