diff --git a/.changeset/smart-horses-deny.md b/.changeset/smart-horses-deny.md deleted file mode 100644 index 44bcba4d1..000000000 --- a/.changeset/smart-horses-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@squide/webpack-configs": patch ---- - -Removing `i18next-browser-languagedetector` from the shared dependencies as it causing an Error at runtime. diff --git a/packages/webpack-configs/CHANGELOG.md b/packages/webpack-configs/CHANGELOG.md index b9313b286..7360af70d 100644 --- a/packages/webpack-configs/CHANGELOG.md +++ b/packages/webpack-configs/CHANGELOG.md @@ -1,5 +1,11 @@ # @squide/webpack-configs +## 1.2.1 + +### Patch Changes + +- [#142](https://github.com/gsoft-inc/wl-squide/pull/142) [`524be12b`](https://github.com/gsoft-inc/wl-squide/commit/524be12b26fdde5fe2b5d95ab20e1167a2b812f1) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Removing `i18next-browser-languagedetector` from the shared dependencies as it causing an Error at runtime. + ## 1.2.0 ### Minor Changes diff --git a/packages/webpack-configs/package.json b/packages/webpack-configs/package.json index 7bfc742ad..63aaa00f5 100644 --- a/packages/webpack-configs/package.json +++ b/packages/webpack-configs/package.json @@ -1,7 +1,7 @@ { "name": "@squide/webpack-configs", "author": "Workleap", - "version": "1.2.0", + "version": "1.2.1", "description": "Utilities to configure webpack with a @squide federated application shell.", "license": "Apache-2.0", "repository": {