diff --git a/.changeset/tough-elephants-change.md b/.changeset/tough-elephants-change.md deleted file mode 100644 index ae85573e..00000000 --- a/.changeset/tough-elephants-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/webpack-configs": patch ---- - -Remove hashes from chunk file names and asset/resource file names in order to prevent chunk load errors for users during a deployment diff --git a/packages/webpack-configs/CHANGELOG.md b/packages/webpack-configs/CHANGELOG.md index 9d63cf06..f68ff825 100644 --- a/packages/webpack-configs/CHANGELOG.md +++ b/packages/webpack-configs/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/webpack-configs +## 1.5.1 + +### Patch Changes + +- [#201](https://github.com/gsoft-inc/wl-web-configs/pull/201) [`de5804b`](https://github.com/gsoft-inc/wl-web-configs/commit/de5804b352496fe0a6d4e01a5b6bb5e6a56aca18) Thanks [@bsokol-wl](https://github.com/bsokol-wl)! - Remove hashes from chunk file names and asset/resource file names in order to prevent chunk load errors for users during a deployment + ## 1.5.0 ### Minor Changes diff --git a/packages/webpack-configs/package.json b/packages/webpack-configs/package.json index be27f758..b76b6457 100644 --- a/packages/webpack-configs/package.json +++ b/packages/webpack-configs/package.json @@ -2,7 +2,7 @@ "name": "@workleap/webpack-configs", "author": "Workleap", "description": "Workleap recommended webpack config.", - "version": "1.5.0", + "version": "1.5.1", "license": "Apache-2.0", "keywords": [ "workleap",