From 6b4e30666d3d05b861f6978e7cc3f1767cf1dd61 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 30 Jan 2023 22:39:10 -0500 Subject: [PATCH] Release v4.2.0 (#87) --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6e977..a4c095b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change history for stripes-webpack -## 4.2.0 IN PROGRESS +## [4.2.0](https://github.com/folio-org/stripes-webpack/tree/v4.2.0) (2023-01-30) +[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v4.1.2...v4.2.0) +* Point to `@folio/stripes-ui` instead of `@folio/stripes-core` as the index entry. Refs STRIPES-820. * Register `@folio/stripes-ui` with `stripes-duplicate` and `stripes-translations` plugins. Refs STRWEB-65. * Remove `enhanced-resolve` resolutions entry. Refs STRWEB-62. +* Upgrade `postcss` dependencies to latest. Refs. STRWEB-68. + +## [4.1.2](https://github.com/folio-org/stripes-webpack/tree/v4.1.2) (2022-11-23) +[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v4.1.1...v4.1.2) + +* Avoid `enhanced-resolve` `~5.11.0` due to incompatibilities with `webpack-virtual-config`. Refs STRWEB-61. ## [4.1.1](https://github.com/folio-org/stripes-webpack/tree/v4.1.1) (2022-11-02) [Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v4.1.0...v4.1.1) diff --git a/package.json b/package.json index 83ca010..09916ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-webpack", - "version": "4.1.1", + "version": "4.2.0", "description": "The webpack config for stripes", "license": "Apache-2.0", "publishConfig": {