From e7bcebdcfc3f581a826c87dde4a4ff45a684a23d Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 9 Oct 2024 12:44:38 -0400 Subject: [PATCH] Release v5.2.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df184e..3607db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-webpack -## 5.2.0 IN PROGRESS +## [5.2.0](https://github.com/folio-org/stripes-webpack/tree/v5.2.0) (2024-10-09) +[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v5.1.0...v5.2.0) * Don't worry about the order of CSS imports across modules. Refs STRWEB-110. * Remove postcss-plugins: postcss-nesting, postcss-custom-properties, postcss-color-function, postcss-calc. Add CSS variables entry point in webpack config. Refs STRWEB-111.