diff --git a/.changeset/four-owls-learn.md b/.changeset/four-owls-learn.md deleted file mode 100644 index 8cf51382c..000000000 --- a/.changeset/four-owls-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@squide/i18next": patch ---- - -Added a check to the `changeLanguage` function to prevent updating the language when the language argument value is the current language. diff --git a/.changeset/polite-pets-shave.md b/.changeset/polite-pets-shave.md deleted file mode 100644 index e0df98530..000000000 --- a/.changeset/polite-pets-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@squide/webpack-configs": patch ---- - -The `defineDevHostConfig` function now enables `fastRefresh`. diff --git a/packages/i18next/CHANGELOG.md b/packages/i18next/CHANGELOG.md index 3077e01d4..75b708227 100644 --- a/packages/i18next/CHANGELOG.md +++ b/packages/i18next/CHANGELOG.md @@ -1,5 +1,11 @@ # @squide/i18next +## 1.0.4 + +### Patch Changes + +- [`2f077119`](https://github.com/gsoft-inc/wl-squide/commit/2f0771194fd2034602955b8d3f72e1cc43e20e64) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added a check to the `changeLanguage` function to prevent updating the language when the language argument value is the current language. + ## 1.0.3 ### Patch Changes diff --git a/packages/i18next/package.json b/packages/i18next/package.json index 0b7557d9e..595f4aede 100644 --- a/packages/i18next/package.json +++ b/packages/i18next/package.json @@ -1,7 +1,7 @@ { "name": "@squide/i18next", "author": "Workleap", - "version": "1.0.3", + "version": "1.0.4", "description": "Add support for i18next to @squide federated application shell.", "license": "Apache-2.0", "repository": { diff --git a/packages/webpack-configs/CHANGELOG.md b/packages/webpack-configs/CHANGELOG.md index 129c38576..b9e971b7e 100644 --- a/packages/webpack-configs/CHANGELOG.md +++ b/packages/webpack-configs/CHANGELOG.md @@ -1,5 +1,11 @@ # @squide/webpack-configs +## 1.1.4 + +### Patch Changes + +- [`2f077119`](https://github.com/gsoft-inc/wl-squide/commit/2f0771194fd2034602955b8d3f72e1cc43e20e64) Thanks [@patricklafrance](https://github.com/patricklafrance)! - The `defineDevHostConfig` function now enables `fastRefresh`. + ## 1.1.3 ### Patch Changes diff --git a/packages/webpack-configs/package.json b/packages/webpack-configs/package.json index a3619bb64..a0335ab48 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.1.3", + "version": "1.1.4", "description": "Utilities to configure webpack with a @squide federated application shell.", "license": "Apache-2.0", "repository": {