From c7b89207737eac3fa6f52350a972b7dada4f0339 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 10 Oct 2024 12:16:04 -0400 Subject: [PATCH] bump minor to 5.3.0 for new development work --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df184e..d3177c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for stripes-webpack -## 5.2.0 IN PROGRESS +## 5.3.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. diff --git a/package.json b/package.json index f90152b..6721220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-webpack", - "version": "5.2.0", + "version": "5.3.0", "description": "The webpack config for stripes", "license": "Apache-2.0", "publishConfig": {