@spryker/oryx-for-zed 2.11.4 → 2.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 2.11.4
4
+ Released on 7.04.2022
5
+
6
+ - Downgraded `optimize-css-assets-webpack-plugin` version to keep build working in production mode.
7
+
8
+
3
9
  ### 2.11.4
4
10
  Released on 18.03.2022
5
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spryker/oryx-for-zed",
3
- "version": "2.11.4",
3
+ "version": "2.11.5",
4
4
  "description": "Spryker ZED frontend automation tool (oryx based)",
5
5
  "author": {
6
6
  "name": "Spryker Sytems GmbH",
@@ -30,7 +30,7 @@
30
30
  "fs-extra": "~10.0.0",
31
31
  "imports-loader": "~0.8.0",
32
32
  "mini-css-extract-plugin": "~0.4.0",
33
- "optimize-css-assets-webpack-plugin": "~6.0.1",
33
+ "optimize-css-assets-webpack-plugin": "~5.0.8",
34
34
  "postcss-loader": "~2.1.4",
35
35
  "resolve-url-loader": "~5.0.0",
36
36
  "sass": "~1.32.13",