Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release #5257

Merged
merged 1 commit into from
Apr 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/metal-horses-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-queens-film.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-forms

## 14.0.2

### Patch Changes

- 34a52b9: fix missing aria-describedby attribute

## 14.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -92,5 +92,5 @@
"publishConfig": {
"access": "public"
},
"version": "14.0.1"
"version": "14.0.2"
}
6 changes: 6 additions & 0 deletions tools/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/eslint-plugin

## 1.2.0

### Minor Changes

- b3f28a7: feat: add warning on bootstrap class

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions tools/scripts-config-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts-config-eslint/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -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",
Expand Down
Loading