From f4889d374fd355efd7a462c5273cc9419ea4151f Mon Sep 17 00:00:00 2001 From: Talend bot Date: Sun, 7 Apr 2024 08:06:30 +0200 Subject: [PATCH] chore: prepare release (#5257) Co-authored-by: github-actions[bot] --- .changeset/metal-horses-attend.md | 6 ------ .changeset/neat-queens-film.md | 5 ----- packages/forms/CHANGELOG.md | 6 ++++++ packages/forms/package.json | 6 +++--- tools/eslint-plugin/CHANGELOG.md | 6 ++++++ tools/eslint-plugin/package.json | 2 +- tools/scripts-config-eslint/CHANGELOG.md | 11 +++++++++++ tools/scripts-config-eslint/package.json | 4 ++-- 8 files changed, 29 insertions(+), 17 deletions(-) delete mode 100644 .changeset/metal-horses-attend.md delete mode 100644 .changeset/neat-queens-film.md diff --git a/.changeset/metal-horses-attend.md b/.changeset/metal-horses-attend.md deleted file mode 100644 index ce0d6089ad8..00000000000 --- a/.changeset/metal-horses-attend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@talend/eslint-plugin": minor -"@talend/eslint-config": minor ---- - -feat: add warning on bootstrap class diff --git a/.changeset/neat-queens-film.md b/.changeset/neat-queens-film.md deleted file mode 100644 index 5ffb6f3f4d4..00000000000 --- a/.changeset/neat-queens-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@talend/react-forms": patch ---- - -fix missing aria-describedby attribute diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 36e21a33a15..5b2a31a9917 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/react-forms +## 14.0.2 + +### Patch Changes + +- 34a52b9: fix missing aria-describedby attribute + ## 14.0.1 ### Patch Changes diff --git a/packages/forms/package.json b/packages/forms/package.json index f5461e09b14..d799dab9fcc 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -59,8 +59,8 @@ "@storybook/addon-controls": "^7.6.17", "@talend/locales-tui-forms": "^10.2.4", "@talend/react-components": "^16.0.1", - "@talend/eslint-config": "^13.0.3", - "@talend/eslint-plugin": "^1.1.1", + "@talend/eslint-config": "^13.1.0", + "@talend/eslint-plugin": "^1.2.0", "@talend/scripts-core": "^16.3.5", "@talend/scripts-config-babel": "^13.3.1", "@talend/scripts-config-react-webpack": "^16.5.1", @@ -92,5 +92,5 @@ "publishConfig": { "access": "public" }, - "version": "14.0.1" + "version": "14.0.2" } diff --git a/tools/eslint-plugin/CHANGELOG.md b/tools/eslint-plugin/CHANGELOG.md index cae6b562e1d..6c636e1ebab 100644 --- a/tools/eslint-plugin/CHANGELOG.md +++ b/tools/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/eslint-plugin +## 1.2.0 + +### Minor Changes + +- b3f28a7: feat: add warning on bootstrap class + ## 1.1.1 ### Patch Changes diff --git a/tools/eslint-plugin/package.json b/tools/eslint-plugin/package.json index 92e02bc9083..9aa9fc2fbb0 100644 --- a/tools/eslint-plugin/package.json +++ b/tools/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@talend/eslint-plugin", - "version": "1.1.1", + "version": "1.2.0", "description": "Contains internal rules used at Talend", "keywords": [ "eslint", diff --git a/tools/scripts-config-eslint/CHANGELOG.md b/tools/scripts-config-eslint/CHANGELOG.md index 8b9634ef013..809e73f7170 100644 --- a/tools/scripts-config-eslint/CHANGELOG.md +++ b/tools/scripts-config-eslint/CHANGELOG.md @@ -1,5 +1,16 @@ # @talend/scripts-config-eslint +## 13.1.0 + +### Minor Changes + +- b3f28a7: feat: add warning on bootstrap class + +### Patch Changes + +- Updated dependencies [b3f28a7] + - @talend/eslint-plugin@1.2.0 + ## 13.0.3 ### Patch Changes diff --git a/tools/scripts-config-eslint/package.json b/tools/scripts-config-eslint/package.json index 2294dbe9323..71112a09964 100644 --- a/tools/scripts-config-eslint/package.json +++ b/tools/scripts-config-eslint/package.json @@ -1,7 +1,7 @@ { "name": "@talend/eslint-config", "description": "Eslint configuration for @talend/scripts-core", - "version": "13.0.3", + "version": "13.1.0", "license": "Apache-2.0", "main": "index.js", "author": "Talend Frontend ", @@ -22,7 +22,7 @@ }, "dependencies": { "@babel/eslint-parser": "^7.23.10", - "@talend/eslint-plugin": "^1.1.1", + "@talend/eslint-plugin": "^1.2.0", "@testing-library/dom": "^9.3.4", "@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0",