Skip to content

Commit

Permalink
Release v4.2.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Jan 31, 2023
1 parent 2846fff commit 6b4e306
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6b4e306

Please sign in to comment.