diff --git a/.changeset/smooth-elephants-prove.md b/.changeset/smooth-elephants-prove.md deleted file mode 100644 index bbdac9446..000000000 --- a/.changeset/smooth-elephants-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@squide/firefly-configs": patch -"@squide/webpack-configs": patch ---- - -Moved @workleap/webpack-configs as a dependency. diff --git a/packages/firefly-configs/CHANGELOG.md b/packages/firefly-configs/CHANGELOG.md index 553b6f53f..fef382bbc 100644 --- a/packages/firefly-configs/CHANGELOG.md +++ b/packages/firefly-configs/CHANGELOG.md @@ -1,5 +1,14 @@ # @squide/firefly-configs +## 1.0.5 + +### Patch Changes + +- [#162](https://github.com/gsoft-inc/wl-squide/pull/162) [`2c0840c`](https://github.com/gsoft-inc/wl-squide/commit/2c0840cb1c2c22e830e4f25f438c240c2d75d27a) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Moved @workleap/webpack-configs as a dependency. + +- Updated dependencies [[`2c0840c`](https://github.com/gsoft-inc/wl-squide/commit/2c0840cb1c2c22e830e4f25f438c240c2d75d27a)]: + - @squide/webpack-configs@1.2.7 + ## 1.0.4 ### Patch Changes diff --git a/packages/firefly-configs/package.json b/packages/firefly-configs/package.json index 121179d25..7c5b5001b 100644 --- a/packages/firefly-configs/package.json +++ b/packages/firefly-configs/package.json @@ -1,7 +1,7 @@ { "name": "@squide/firefly-configs", "author": "Workleap", - "version": "1.0.4", + "version": "1.0.5", "description": "Webpack configuration helpers for the Squide firefly technology stack.", "license": "Apache-2.0", "repository": { diff --git a/packages/webpack-configs/CHANGELOG.md b/packages/webpack-configs/CHANGELOG.md index 44d4fb4ee..105ad5a53 100644 --- a/packages/webpack-configs/CHANGELOG.md +++ b/packages/webpack-configs/CHANGELOG.md @@ -1,5 +1,11 @@ # @squide/webpack-configs +## 1.2.7 + +### Patch Changes + +- [#162](https://github.com/gsoft-inc/wl-squide/pull/162) [`2c0840c`](https://github.com/gsoft-inc/wl-squide/commit/2c0840cb1c2c22e830e4f25f438c240c2d75d27a) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Moved @workleap/webpack-configs as a dependency. + ## 1.2.6 ### Patch Changes diff --git a/packages/webpack-configs/package.json b/packages/webpack-configs/package.json index 4a8f03eb8..ef22618f9 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.6", + "version": "1.2.7", "description": "Utilities to configure webpack with a @squide federated application shell.", "license": "Apache-2.0", "repository": {