Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2023
1 parent cb5cb9a commit e466697
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 19 deletions.
11 changes: 0 additions & 11 deletions .changeset/famous-adults-cough.md

This file was deleted.

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

This file was deleted.

12 changes: 12 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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

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

0 comments on commit e466697

Please sign in to comment.