diff --git a/change/@griffel-webpack-extraction-plugin-461846c0-9280-4df4-97ef-34192aad11df.json b/change/@griffel-webpack-extraction-plugin-461846c0-9280-4df4-97ef-34192aad11df.json deleted file mode 100644 index 9e8b3407f..000000000 --- a/change/@griffel-webpack-extraction-plugin-461846c0-9280-4df4-97ef-34192aad11df.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat(webpack-extraction-plugin): add compat for Rspack", - "packageName": "@griffel/webpack-extraction-plugin", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/next-extraction-plugin/CHANGELOG.json b/packages/next-extraction-plugin/CHANGELOG.json index 9229d801d..1d4ece029 100644 --- a/packages/next-extraction-plugin/CHANGELOG.json +++ b/packages/next-extraction-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@griffel/next-extraction-plugin", "entries": [ + { + "date": "Wed, 18 Oct 2023 09:11:01 GMT", + "tag": "@griffel/next-extraction-plugin_v0.0.32", + "version": "0.0.32", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@griffel/next-extraction-plugin", + "comment": "Bump @griffel/webpack-extraction-plugin to v0.4.0", + "commit": "c2d669493849f4c117624862379f05c25d7f1b40" + } + ] + } + }, { "date": "Tue, 03 Oct 2023 19:09:32 GMT", "tag": "@griffel/next-extraction-plugin_v0.0.31", diff --git a/packages/next-extraction-plugin/CHANGELOG.md b/packages/next-extraction-plugin/CHANGELOG.md index 8e22f2b7d..e0e342257 100644 --- a/packages/next-extraction-plugin/CHANGELOG.md +++ b/packages/next-extraction-plugin/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @griffel/next-extraction-plugin -This log was last generated on Tue, 03 Oct 2023 19:09:32 GMT and should not be manually modified. +This log was last generated on Wed, 18 Oct 2023 09:11:01 GMT and should not be manually modified. +## 0.0.32 + +Wed, 18 Oct 2023 09:11:01 GMT + +### Patches + +- Bump @griffel/webpack-extraction-plugin to v0.4.0 + ## 0.0.31 Tue, 03 Oct 2023 19:09:32 GMT diff --git a/packages/next-extraction-plugin/package.json b/packages/next-extraction-plugin/package.json index 4655a8e5c..43ce705bb 100644 --- a/packages/next-extraction-plugin/package.json +++ b/packages/next-extraction-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@griffel/next-extraction-plugin", - "version": "0.0.31", + "version": "0.0.32", "description": "NextJS plugin that add Griffel's CSS extraction to webpack loaders pipeline", "license": "MIT", "repository": { @@ -8,7 +8,7 @@ "url": "https://github.com/microsoft/griffel" }, "dependencies": { - "@griffel/webpack-extraction-plugin": "^0.3.22", + "@griffel/webpack-extraction-plugin": "^0.4.0", "browserslist": "^4.19.1", "tslib": "^2.1.0" }, diff --git a/packages/webpack-extraction-plugin/CHANGELOG.json b/packages/webpack-extraction-plugin/CHANGELOG.json index de750dc33..95a0f45e4 100644 --- a/packages/webpack-extraction-plugin/CHANGELOG.json +++ b/packages/webpack-extraction-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@griffel/webpack-extraction-plugin", "entries": [ + { + "date": "Wed, 18 Oct 2023 09:11:01 GMT", + "tag": "@griffel/webpack-extraction-plugin_v0.4.0", + "version": "0.4.0", + "comments": { + "minor": [ + { + "author": "olfedias@microsoft.com", + "package": "@griffel/webpack-extraction-plugin", + "commit": "c2d669493849f4c117624862379f05c25d7f1b40", + "comment": "feat(webpack-extraction-plugin): add compat for Rspack" + } + ] + } + }, { "date": "Tue, 03 Oct 2023 19:09:32 GMT", "tag": "@griffel/webpack-extraction-plugin_v0.3.22", diff --git a/packages/webpack-extraction-plugin/CHANGELOG.md b/packages/webpack-extraction-plugin/CHANGELOG.md index 2e8c5fe71..deb0637d4 100644 --- a/packages/webpack-extraction-plugin/CHANGELOG.md +++ b/packages/webpack-extraction-plugin/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @griffel/webpack-extraction-plugin -This log was last generated on Tue, 03 Oct 2023 19:09:32 GMT and should not be manually modified. +This log was last generated on Wed, 18 Oct 2023 09:11:01 GMT and should not be manually modified. +## 0.4.0 + +Wed, 18 Oct 2023 09:11:01 GMT + +### Minor changes + +- feat(webpack-extraction-plugin): add compat for Rspack (olfedias@microsoft.com) + ## 0.3.22 Tue, 03 Oct 2023 19:09:32 GMT diff --git a/packages/webpack-extraction-plugin/package.json b/packages/webpack-extraction-plugin/package.json index 6c0ee1ce2..fbd0201c3 100644 --- a/packages/webpack-extraction-plugin/package.json +++ b/packages/webpack-extraction-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@griffel/webpack-extraction-plugin", - "version": "0.3.22", + "version": "0.4.0", "description": "Webpack plugin that performs CSS extraction for Griffel", "license": "MIT", "repository": {