Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Mar 12, 2024
1 parent e5da675 commit fc328c1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change history for stripes-webpack

## 5.1.0 IN PROGRESS
## [5.1.0](https://github.com/folio-org/stripes-webpack/tree/v5.1.0) (2024-03-12)
[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v5.0.0...v5.1.0)

* Add an entry point for stripes-core's service worker. Refs STRWEB-99.
* Pass micro-stripes-config to service worker at build-time. Refs STRWEB-102.
Expand All @@ -9,6 +10,21 @@
* Update `typescript` from `^4.2.4` to `^5.3.3`. Refs STRWEB-104.
* Resolve issue with favicon referencing by removing `speed-measurer-webpack-plugin` and its wrapping of other webpack plugins. Refs STRWEB-108.

## [5.0.3](https://github.com/folio-org/stripes-webpack/tree/v5.0.3) (2024-03-05)
[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v5.0.2...v5.0.3)

* Resolve issue with favicon referencing by removing `speed-measurer-webpack-plugin` and its wrapping of other webpack plugins. Refs STRWEB-108.

## [5.0.2](https://github.com/folio-org/stripes-webpack/tree/v5.0.2) (2024-01-12)
[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v5.0.1...v5.0.2)

* Lock `favicons` to `7.1.4` due to build failures. Refs STRWEB-105.

## [5.0.1](https://github.com/folio-org/stripes-webpack/tree/v5.0.1) (2023-11-06)
[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v5.0.0...v5.0.1)

* bundle `@folio/stripes-core`'s `service-worker.js`. Refs STRWEB-99.

## [5.0.0](https://github.com/folio-org/stripes-webpack/tree/v5.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v4.2.0...v5.0.0)

Expand Down

0 comments on commit fc328c1

Please sign in to comment.