Skip to content

Commit 6057217

Browse files
committed
Release 5.12.1 - Remove redundant dependencies
1 parent de742fc commit 6057217

File tree

5 files changed

+53
-45
lines changed

5 files changed

+53
-45
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change log
22

3+
## [5.12.1](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.12.1)
4+
### 01/02/2022
5+
6+
### Updates
7+
8+
* Remove redundant package dependency.
9+
* Minor dependency package versions updates.
10+
311
## [5.12.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.12.0)
4-
### 31/01/2022
12+
### 30/01/2022
513

614
### Updates
715

README.md

Lines changed: 1 addition & 1 deletion
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/2022?logo=github)
4-
![webpack-current](https://img.shields.io/badge/webpack-v5.67.0-green?logo=webpack)
4+
![webpack-current](https://img.shields.io/badge/webpack-v5.68.0-green?logo=webpack)
55
![node-current (scoped)](https://img.shields.io/node/v/@weareathlon/frontend-webpack-boilerplate)
66
[![Build Status](https://app.travis-ci.com/WeAreAthlon/frontend-webpack-boilerplate.svg?branch=master)](https://app.travis-ci.com/github/WeAreAthlon/frontend-webpack-boilerplate)
77
[![@weareathlon/frontend-webpack-boilerplate](https://snyk.io/advisor/npm-package/@weareathlon/frontend-webpack-boilerplate/badge.svg)](https://snyk.io/advisor/npm-package/@weareathlon/frontend-webpack-boilerplate)

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "WeAreAthlon <hello@weareathlon.com> (https://www.weareathlon.com)",
33
"name": "@weareathlon/frontend-webpack-boilerplate",
4-
"version": "5.12.0",
4+
"version": "5.12.1",
55
"description": "Starter project template boilerplate based on Webpack with SASS/PostCSS and babel ES6/7 support.",
66
"homepage": "https://github.com/WeAreAthlon/frontend-webpack-boilerplate#readme",
77
"browserslist": [
@@ -48,7 +48,7 @@
4848
"sass-lint": "^1.13.1",
4949
"sass-loader": "^12.3.0",
5050
"terser-webpack-plugin": "^5.2.5",
51-
"webpack": "^5.67.0",
51+
"webpack": "^5.68.0",
5252
"webpack-bundle-analyzer": "^4.5.0",
5353
"webpack-cli": "^4.9.1",
5454
"webpack-dev-server": "^4.4.0",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Webpack 5 Template Boilerplate</h1>
1414
<small>Maintained by <a href="https://www.weareathlon.com/" target="_blank" rel="noopener">WeAreAthlon</a>. Source code availalbe on <a href="https://github.com/WeAreAthlon/frontend-webpack-boilerplate/" target="_blank"><img src="images/content/github.png" alt="GitHub logo"> GitHub</a>.</small>
1515
<div class="badges">
1616
<a href="https://github.com/WeAreAthlon/frontend-webpack-boilerplate/" target="_blank" rel="noopener"><img src="https://img.shields.io/maintenance/yes/2022?logo=github" alt="Maintenance"></a>
17-
<a href="https://webpack.js.org" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/webpack-v5.67.0-green?logo=webpack" alt="Current Webpack Version"></a>
17+
<a href="https://webpack.js.org" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/webpack-v5.68.0-green?logo=webpack" alt="Current Webpack Version"></a>
1818
<a href="https://app.travis-ci.com/github/WeAreAthlon/frontend-webpack-boilerplate" target="_blank" rel="noopener"><img src="https://app.travis-ci.com/WeAreAthlon/frontend-webpack-boilerplate.svg?branch=master" alt="Build Status"></a>
1919
<a href="https://snyk.io/advisor/npm-package/@weareathlon/frontend-webpack-boilerplate" target="_blank" rel="noopener"><img src="https://snyk.io/advisor/npm-package/@weareathlon/frontend-webpack-boilerplate/badge.svg" alt="Snyk.io package health badge"></a>
2020
<br>

0 commit comments

Comments
 (0)