Skip to content

Commit

Permalink
chore: prepare release (#5257)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
build-travis-ci and github-actions[bot] committed Apr 7, 2024
1 parent 34a52b9 commit f4889d3
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 17 deletions.
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 <frontend@talend.com>",
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

0 comments on commit f4889d3

Please sign in to comment.