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 #5014

Merged
merged 1 commit into from
Nov 28, 2023
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
5 changes: 0 additions & 5 deletions .changeset/beige-terms-yell.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/famous-adults-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-months-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-maps-dream.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @talend/design-system

## 8.5.0

### Minor Changes

- 0e6c82e25: feat: rework some part of Message component

- The size of a message fit the container width while before, it has a max width of `28rem`
- add a new prop `titleInfo` that allow to display an information message aside the title
- add new prop `additionalIconAction` to allow to display an additional button icon instead (there was only the dropdown action available before)
- rename prop `additionalActions` to `additionalDropdownActions` to make the API more explicit
- remove the shadow on the message to make it more consistent with the rest of the design and integrate better in the page

- ea026ec12: Error state for tabs

## 8.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-system",
"version": "8.4.1",
"version": "8.5.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@talend/locales-design-system": "^7.15.1",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
"@talend/scripts-config-react-webpack": "^16.3.2",
"@talend/scripts-config-storybook-lib": "^5.2.0",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/storybook-docs": "^2.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/react-forms

## 12.2.0

### Minor Changes

- ea026ec12: Use DS tabs in UIForm

### Patch Changes

- Updated dependencies [0e6c82e25]
- Updated dependencies [ea026ec12]
- @talend/[email protected]

## 12.1.0

### Minor 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 @@ -39,7 +39,7 @@
"@talend/icons": "^7.3.0",
"@talend/json-schema-form-core": "^1.2.0",
"@talend/react-components": "^12.2.0",
"@talend/design-system": "^8.4.0",
"@talend/design-system": "^8.5.0",
"@talend/design-tokens": "^2.10.0",
"@talend/react-bootstrap": "^2.1.1",
"@talend/utils": "^2.8.0",
Expand All @@ -66,7 +66,7 @@
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
"@talend/scripts-config-react-webpack": "^16.3.2",
"@talend/scripts-config-storybook-lib": "^5.2.0",
"@talend/scripts-config-typescript": "^11.2.0",
"@testing-library/jest-dom": "^5.17.0",
Expand Down Expand Up @@ -95,5 +95,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.1.0"
"version": "12.2.0"
}
6 changes: 6 additions & 0 deletions tools/scripts-config-react-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-config-react-webpack

## 16.3.2

### Patch Changes

- db246251d: fix: prevent display log of lot of warnings related to sass loader

## 16.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-react-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-react-webpack",
"description": "Webpack configuration for @talend/scripts-core",
"version": "16.3.1",
"version": "16.3.2",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
Loading