@caweb/html-webpack-plugin 1.8.2 → 1.8.3

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 +4 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
+ v1.8.3
2
+ - Updated npm packages
3
+
1
4
  v1.8.2
2
- - Updated template utility links and nav-links references
5
+ - If the @caweb/icon-library css is used the font files are also moved to the build folder
3
6
 
4
7
  v1.8.1
5
8
  - Updated npm packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "CAWebPublishing Site Generation HTML Webpack Plugin",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "homepage": "https://github.com/CAWebPublishing/webpack/plugins/html#readme",
31
31
  "dependencies": {
32
- "@caweb/template": "^1.0.0-beta.1",
32
+ "@caweb/template": "^1.0.0-beta.2",
33
33
  "html-webpack-plugin": "^5.6.3",
34
34
  "webpack": "^5.99.8",
35
35
  "webpack-cli": "^6.0.1"