diff --git a/.changeset/dry-donkeys-study.md b/.changeset/dry-donkeys-study.md deleted file mode 100644 index 0708be8f4ad..00000000000 --- a/.changeset/dry-donkeys-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@talend/scripts-config-react-webpack': patch ---- - -Add patch for hoistNonReactStatics when we are not using initiator diff --git a/tools/scripts-config-react-webpack/CHANGELOG.md b/tools/scripts-config-react-webpack/CHANGELOG.md index ed1a66b864c..286fb33590a 100644 --- a/tools/scripts-config-react-webpack/CHANGELOG.md +++ b/tools/scripts-config-react-webpack/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/scripts-config-react-webpack +## 16.4.1 + +### Patch Changes + +- 777cc55: Add patch for hoistNonReactStatics when we are not using initiator + ## 16.4.0 ### Minor Changes diff --git a/tools/scripts-config-react-webpack/package.json b/tools/scripts-config-react-webpack/package.json index 1f57d22fd06..5a426254b27 100644 --- a/tools/scripts-config-react-webpack/package.json +++ b/tools/scripts-config-react-webpack/package.json @@ -1,7 +1,7 @@ { "name": "@talend/scripts-config-react-webpack", "description": "Webpack configuration for @talend/scripts-core", - "version": "16.4.0", + "version": "16.4.1", "license": "Apache-2.0", "main": "index.js", "author": "Talend Frontend ",