Skip to content

Commit

Permalink
chore(release): πŸ€–πŸ”–πŸš€ v2.2.0
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.2...v2.2.0) (2022-05-04)

### ✨ Features

* migrate to webpack v5 ! BREAKING CHANGE ! ([#13](#13)) ([019487f](019487f)), closes [#4](#4)

### BREAKING CHANGES

* for `webpack@4` use `@stackr23/webpack@2`

* deps: upgrade webpack packages
`webpack`, `webpack-cli`, `webpack-dev-server`, `webpack-merge`
* deps: upgrade other webpack releated pckgs
  * webpack-helpers: `copy-webpack-plugin`, `html-webpack-plugin`, `mini-css-extract-plugin`
  * webpack-loaders: `loader-utils`, `css-loader`, `postcss-loader"`, `sass-loader`, `source-map-loader`, `style-loader`
* deps: upgrade `karma-webpack` to v5
* deps: update post-css packages

* refactor(webpack-merge): migrate to new version
* refactor: migrate `post-css` options to v8
* refactor: migrate  options to webpack v5
  * `splitChunks.cacheGroups.vendors` β†’ `splitChunks.cacheGroups.defaultVendors`
  * change `sass-loader`s 'query' key to 'options'
* refactor: remove `addEnvVariables()` in merge fn
  • Loading branch information
semantic-release-bot committed May 4, 2022
1 parent 019487f commit 6cbd299
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@


# [2.2.0](https://github.com/stackr23/webpack/compare/v2.1.2...v2.2.0) (2022-05-04)


### :sparkles: Features

* migrate to webpack v5 ! BREAKING CHANGE ! ([#13](https://github.com/stackr23/webpack/issues/13)) ([019487f](https://github.com/stackr23/webpack/commit/019487f616d109794779b3e9b9940bb79b2e0ade)), closes [#4](https://github.com/stackr23/webpack/issues/4)


### BREAKING CHANGES

* for `webpack@4` use `@stackr23/webpack@2`

* deps: upgrade webpack packages
`webpack`, `webpack-cli`, `webpack-dev-server`, `webpack-merge`
* deps: upgrade other webpack releated pckgs
* webpack-helpers: `copy-webpack-plugin`, `html-webpack-plugin`, `mini-css-extract-plugin`
* webpack-loaders: `loader-utils`, `css-loader`, `postcss-loader"`, `sass-loader`, `source-map-loader`, `style-loader`
* deps: upgrade `karma-webpack` to v5
* deps: update post-css packages

* refactor(webpack-merge): migrate to new version
* refactor: migrate `post-css` options to v8
* refactor: migrate options to webpack v5
* `splitChunks.cacheGroups.vendors` β†’ `splitChunks.cacheGroups.defaultVendors`
* change `sass-loader`s 'query' key to 'options'
* refactor: remove `addEnvVariables()` in merge fn

## [2.1.2](https://github.com/stackr23/webpack/compare/v2.1.1...v2.1.2) (2021-11-03)


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": "@stackr23/webpack",
"version": "2.1.2",
"version": "2.2.0",
"description": "shared webpack config of StackR23",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6cbd299

Please sign in to comment.