diff --git a/.changeset/pretty-knives-judge.md b/.changeset/pretty-knives-judge.md deleted file mode 100644 index 0d5302d29b5..00000000000 --- a/.changeset/pretty-knives-judge.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@talend/dynamic-cdn-webpack-plugin": patch -"@talend/scripts-publish-local": patch -"@talend/scripts-build-cdn": patch -"@talend/scripts-core": patch -"@talend/upgrade-deps": patch -"@talend/bootstrap-theme": patch -"@talend/json-schema-form-core": patch ---- - -Upgrade rimraf to version 5.0.5 diff --git a/fork/dynamic-cdn-webpack-plugin/CHANGELOG.md b/fork/dynamic-cdn-webpack-plugin/CHANGELOG.md index 40e3cfab528..596f65f0fc7 100644 --- a/fork/dynamic-cdn-webpack-plugin/CHANGELOG.md +++ b/fork/dynamic-cdn-webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 13.1.2 + +### Patch Changes + +- af0ac2d: Upgrade rimraf to version 5.0.5 + ## 13.1.1 ### Patch Changes diff --git a/fork/dynamic-cdn-webpack-plugin/package.json b/fork/dynamic-cdn-webpack-plugin/package.json index 556eac71b6d..4a5254fb490 100644 --- a/fork/dynamic-cdn-webpack-plugin/package.json +++ b/fork/dynamic-cdn-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@talend/dynamic-cdn-webpack-plugin", - "version": "13.1.1", + "version": "13.1.2", "description": "Dynamically get your dependencies from a cdn rather than bundling them in your app", "license": "MIT", "repository": "Talend/dynamic-cdn-webpack-plugin", diff --git a/packages/jsfc/CHANGELOG.md b/packages/jsfc/CHANGELOG.md index c25ebce3f42..aed607db27a 100644 --- a/packages/jsfc/CHANGELOG.md +++ b/packages/jsfc/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/json-schema-form-core +## 1.2.4 + +### Patch Changes + +- af0ac2d: Upgrade rimraf to version 5.0.5 + ## 1.2.3 ### Patch Changes diff --git a/packages/jsfc/package.json b/packages/jsfc/package.json index 67478f9a8e3..db287e92964 100644 --- a/packages/jsfc/package.json +++ b/packages/jsfc/package.json @@ -1,6 +1,6 @@ { "name": "@talend/json-schema-form-core", - "version": "1.2.3", + "version": "1.2.4", "description": "JSON-Schema and JSON-UI-Schema utilities for form generation.", "main": "dist/index.js", "mainSrc": "src/index.js", @@ -41,7 +41,7 @@ "devDependencies": { "@talend/eslint-config": "^13.0.3", "@talend/eslint-plugin": "^1.1.1", - "@talend/scripts-core": "^16.3.5", + "@talend/scripts-core": "^16.3.6", "@talend/scripts-config-react-webpack": "^16.5.1", "@talend/scripts-config-typescript": "^11.2.1", "@talend/babel-plugin-import-from-index": "^1.7.1", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index b61295d2257..f14a8f53d6f 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/bootstrap-theme +## 9.1.2 + +### Patch Changes + +- af0ac2d: Upgrade rimraf to version 5.0.5 + ## 9.1.1 ### Patch Changes diff --git a/packages/theme/package.json b/packages/theme/package.json index e9728035963..ff0d1a8811a 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -34,7 +34,7 @@ "@talend/eslint-config": "^13.0.3", "@talend/eslint-plugin": "^1.1.1", "@talend/scripts-config-stylelint": "^4.1.1", - "@talend/scripts-core": "^16.3.5", + "@talend/scripts-core": "^16.3.6", "copy-webpack-plugin": "^11.0.0", "css-minimizer-webpack-plugin": "^5.0.1", "css-loader": "^4.3.0", @@ -55,5 +55,5 @@ "publishConfig": { "access": "public" }, - "version": "9.1.1" + "version": "9.1.2" } diff --git a/tools/scripts-build-cdn/CHANGELOG.md b/tools/scripts-build-cdn/CHANGELOG.md index a7ea5ce37f2..97443b3eccf 100644 --- a/tools/scripts-build-cdn/CHANGELOG.md +++ b/tools/scripts-build-cdn/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/scripts-build-cdn +## 11.1.3 + +### Patch Changes + +- af0ac2d: Upgrade rimraf to version 5.0.5 + ## 11.1.2 ### Patch Changes diff --git a/tools/scripts-build-cdn/package.json b/tools/scripts-build-cdn/package.json index 76922fa0559..b4a1246e2d7 100644 --- a/tools/scripts-build-cdn/package.json +++ b/tools/scripts-build-cdn/package.json @@ -1,6 +1,6 @@ { "name": "@talend/scripts-build-cdn", - "version": "11.1.2", + "version": "11.1.3", "description": "Give a CLI to build a CDN for js and css with unpkg like structures", "main": "index.js", "bin": { diff --git a/tools/scripts-core/CHANGELOG.md b/tools/scripts-core/CHANGELOG.md index ac12b92f430..1ae0e4e6c52 100644 --- a/tools/scripts-core/CHANGELOG.md +++ b/tools/scripts-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/scripts-core +## 16.3.6 + +### Patch Changes + +- af0ac2d: Upgrade rimraf to version 5.0.5 + ## 16.3.5 ### Patch Changes diff --git a/tools/scripts-core/package.json b/tools/scripts-core/package.json index 8b8de61b98a..cc40c820f00 100644 --- a/tools/scripts-core/package.json +++ b/tools/scripts-core/package.json @@ -1,7 +1,7 @@ { "name": "@talend/scripts-core", "description": "Set of scripts", - "version": "16.3.5", + "version": "16.3.6", "license": "Apache-2.0", "exports": "./src/index.js", "type": "module", diff --git a/tools/scripts-publish-local/CHANGELOG.md b/tools/scripts-publish-local/CHANGELOG.md index 09faa898702..399b9e76a4b 100644 --- a/tools/scripts-publish-local/CHANGELOG.md +++ b/tools/scripts-publish-local/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/scripts-publish-local +## 1.3.3 + +### Patch Changes + +- af0ac2d: Upgrade rimraf to version 5.0.5 + ## 1.3.2 ### Patch Changes diff --git a/tools/scripts-publish-local/package.json b/tools/scripts-publish-local/package.json index 01f8e533890..1d95c5e5e70 100644 --- a/tools/scripts-publish-local/package.json +++ b/tools/scripts-publish-local/package.json @@ -1,6 +1,6 @@ { "name": "@talend/scripts-publish-local", - "version": "1.3.2", + "version": "1.3.3", "description": "", "bin": { "talend-publish-local": "./bin/cli.js" @@ -18,7 +18,7 @@ "devDependencies": { "@talend/eslint-config": "^13.0.3", "@talend/eslint-plugin": "^1.1.1", - "@talend/scripts-core": "^16.3.5" + "@talend/scripts-core": "^16.3.6" }, "author": "Talend Frontend (http://www.talend.com)", "license": "Apache-2.0", diff --git a/tools/upgrade-deps/CHANGELOG.md b/tools/upgrade-deps/CHANGELOG.md index f23c40bf641..1cffa1eedd5 100644 --- a/tools/upgrade-deps/CHANGELOG.md +++ b/tools/upgrade-deps/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/upgrade-deps +## 3.0.3 + +### Patch Changes + +- af0ac2d: Upgrade rimraf to version 5.0.5 + ## 3.0.2 ### Patch Changes diff --git a/tools/upgrade-deps/package.json b/tools/upgrade-deps/package.json index 7ccb3b0aa02..78f699a5094 100644 --- a/tools/upgrade-deps/package.json +++ b/tools/upgrade-deps/package.json @@ -1,6 +1,6 @@ { "name": "@talend/upgrade-deps", - "version": "3.0.2", + "version": "3.0.3", "description": "CLI to help management of dependencies", "type": "module", "bin": { @@ -16,7 +16,7 @@ "devDependencies": { "@talend/eslint-config": "^13.0.3", "@talend/eslint-plugin": "^1.1.1", - "@talend/scripts-core": "^16.3.5" + "@talend/scripts-core": "^16.3.6" }, "license": "Apache-2.0", "homepage": "https://github.com/Talend/ui",