@caweb/webpack 1.3.0 → 1.3.2

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.
package/changelog.txt CHANGED
@@ -1,3 +1,9 @@
1
+ v1.3.2
2
+ - Updated npm packages
3
+
4
+ v1.3.1
5
+ - Updated npm packages
6
+
1
7
  v1.3.0
2
8
  - Webpack configuration has been moved to @caweb/html-webpack-plugin
3
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/webpack",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "CAWebPublishing Webpack Configuration",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@caweb/a11y-webpack-plugin": "^1.0.9",
39
39
  "@caweb/css-audit-webpack-plugin": "^1.0.12",
40
- "@caweb/html-webpack-plugin": "^1.5.1",
40
+ "@caweb/html-webpack-plugin": "^1.5.3",
41
41
  "@caweb/jshint-webpack-plugin": "^1.0.9"
42
42
  }
43
43
  }
@@ -1,3 +1,12 @@
1
+ v1.5.3
2
+ - Updated anchor typography and nav-link variables colors to match schemes
3
+ - Added update scripts script
4
+
5
+ v1.5.2
6
+ - Fixed issue with webpack plugins still being added even when flags are passed
7
+ - Reverted multiple configuration export change back to single config export
8
+ - Reduced font size for footer social icons
9
+
1
10
  v1.5.1
2
11
  - updated npm packages
3
12
  - Changed mobile control structure, navigation and search are now in the mobile overlay