diff --git a/.changeset/mean-carrots-wonder.md b/.changeset/mean-carrots-wonder.md deleted file mode 100644 index 8b0c91fb980..00000000000 --- a/.changeset/mean-carrots-wonder.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@talend/scripts-config-react-webpack': minor ---- - -feat: add options to fix sourcemaps in mono repository. -chore: upgrade fork-ts-checker-webpack-plugin@^7.3.0 diff --git a/tools/scripts-config-react-webpack/CHANGELOG.md b/tools/scripts-config-react-webpack/CHANGELOG.md index 44e47034308..75ae6573466 100644 --- a/tools/scripts-config-react-webpack/CHANGELOG.md +++ b/tools/scripts-config-react-webpack/CHANGELOG.md @@ -1,5 +1,12 @@ # @talend/scripts-config-react-webpack +## 15.3.0 + +### Minor Changes + +- 0bc6a9ee1: feat: add options to fix sourcemaps in mono repository. + chore: upgrade fork-ts-checker-webpack-plugin@^7.3.0 + ## 15.2.6 ### Patch Changes diff --git a/tools/scripts-config-react-webpack/package.json b/tools/scripts-config-react-webpack/package.json index c5aa7b1e27a..a5d70f71c71 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": "15.2.6", + "version": "15.3.0", "license": "Apache-2.0", "main": "index.js", "author": "Talend Frontend ",