Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump minor to 5.2.0 for new development #140

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change history for stripes-webpack

## 5.1.0 IN PROGRESS
## 5.2.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 +12,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
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": "5.1.0",
"version": "5.2.0",
"description": "The webpack config for stripes",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
Loading