Skip to content

Commit 2d21814

Browse files
committed
Release 5.2.2 Maintenance
1 parent 52302ec commit 2d21814

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
+ `sass@1.32.4` change log can be found on the official [release notes](https://github.com/sass/dart-sass/releases/tag/1.32.4).
1919
+ `sass-loader@10.1.1` change log can be found on the official [release notes](https://github.com/webpack-contrib/sass-loader/releases/tag/v10.1.1).
2020
+ `terser-webpack-plugin@5.1.1` change log can be found on the official [release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases/tag/v5.1.1).
21-
+ `webpack@5.14.0` change log can be found on the official [release notes](https://github.com/webpack/webpack/releases/tag/v5.14.0).
21+
+ `webpack@5.15.0` change log can be found on the official [release notes](https://github.com/webpack/webpack/releases/tag/v5.15.0).
2222
+ `webpack-dev-server@3.11.2` change log can be found on the official [release notes](https://github.com/webpack/webpack-dev-server/releases/tag/v3.11.2).
2323

2424
## [5.2.1](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.2.1)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Webpack 5 Boilerplate Template
22

33
![Maintenance](https://img.shields.io/maintenance/yes/2021?logo=github)
4-
![webpack-current](https://img.shields.io/badge/webpack-v5.14.0-green?logo=webpack)
4+
![webpack-current](https://img.shields.io/badge/webpack-v5.15.0-green?logo=webpack)
55
![node-current (scoped)](https://img.shields.io/node/v/@weareathlon/frontend-webpack-boilerplate)
66
[![Build Status](https://api.travis-ci.org/weareathlon/frontend-webpack-boilerplate.svg?branch=master)](https://travis-ci.org/weareathlon/frontend-webpack-boilerplate)
77
[![GitHub Issues](https://img.shields.io/github/issues-raw/WeAreAthlon/frontend-webpack-boilerplate)](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/issues)
@@ -45,7 +45,6 @@ Table of Contents
4545
* [Run Assets Bundle Analyzer](#run-assets-bundle-analyzer)
4646
* [Continuous Integration](#continuous-integration)
4747

48-
4948
## Features
5049

5150
* **Simple setup** instructions

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"sass-loader": "^10.1.1",
5252
"terser-webpack-plugin": "^5.1.1",
5353
"url-loader": "^4.1.1",
54-
"webpack": "^5.14.0",
54+
"webpack": "^5.15.0",
5555
"webpack-bundle-analyzer": "^4.3.0",
5656
"webpack-cli": "^4.3.1",
5757
"webpack-dev-server": "^3.11.2",

src/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>
1414

1515
<section class="badges">
1616
<a href="https://github.com/WeAreAthlon/frontend-webpack-boilerplate/" target="_blank"><img src="https://img.shields.io/maintenance/yes/2021?logo=github" alt="Maintenance"></a>
17-
<a href="https://webpack.js.org" target="_blank"><img src="https://img.shields.io/badge/webpack-v5.14.0-green?logo=webpack" alt="Current Webpack Version"></a>
17+
<a href="https://webpack.js.org" target="_blank"><img src="https://img.shields.io/badge/webpack-v5.15.0-green?logo=webpack" alt="Current Webpack Version"></a>
1818
<a href="https://travis-ci.org/weareathlon/frontend-webpack-boilerplate" target="_blank"><img src="https://api.travis-ci.org/weareathlon/frontend-webpack-boilerplate.svg?branch=master" alt="Build Status"></a>
1919
<a href="https://github.com/WeAreAthlon/frontend-webpack-boilerplate/issues" target="_blank"><img src="https://img.shields.io/github/issues-raw/WeAreAthlon/frontend-webpack-boilerplate" alt="GitHub Issues"></a>
2020
<a href="https://snyk.io/test/github/WeAreAthlon/frontend-webpack-boilerplate?targetFile=package.json" target="_blank"><img src="https://snyk.io/test/github/WeAreAthlon/frontend-webpack-boilerplate/badge.svg?targetFile=package.json" alt="Known Vulnerabilities"></a>

0 commit comments

Comments
 (0)