Skip to content

Commit

Permalink
chore: prepare release (#5229)
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] authored Mar 14, 2024
1 parent 0629df7 commit 1317466
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 21 deletions.
13 changes: 0 additions & 13 deletions .changeset/thin-cups-worry.md

This file was deleted.

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

## 10.7.3

### Patch Changes

- Updated dependencies [0629df7]
- @talend/react-forms@14.0.0

## 10.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@talend/design-system": "^10.0.0",
"@talend/react-cmf": "^8.4.1",
"@talend/react-components": "^16.0.0",
"@talend/react-forms": "^13.2.3",
"@talend/react-forms": "^14.0.0",
"@talend/utils": "^3.0.4",
"classnames": "^2.5.1",
"immutable": "^3.8.2",
Expand Down Expand Up @@ -83,5 +83,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.7.2"
"version": "10.7.3"
}
16 changes: 16 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @talend/react-forms

## 14.0.0

### Major Changes

- 0629df7: UI-FORM will now heavily use form components from the Design System

- Parent element is wrapped with a DS Form
- File / Checkboxes / Text / Number and Textare will now use DS components
- All elements will now use DS Label in both text and normal display mode

# BREAKING CHANGE

- Many style overrides will break because of removed bootstrap classes like `form-group` `control-label` `form-actions` `tf-actions-wrapper` `tf-buttons` or `tf-uiform`
- No more hearthbeat styling from bootstrap when form elements are in updating state
- Removed many possibilities to pass down classNames because DS components won't allow it

## 13.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
"publishConfig": {
"access": "public"
},
"version": "13.2.3"
"version": "14.0.0"
}
8 changes: 8 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/ui-playground

## 2.4.3

### Patch Changes

- Updated dependencies [0629df7]
- @talend/react-forms@14.0.0
- @talend/react-containers@10.7.3

## 2.4.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-playground",
"version": "2.4.2",
"version": "2.4.3",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -49,10 +49,10 @@
"@talend/react-cmf": "^8.4.1",
"@talend/react-cmf-router": "^6.1.2",
"@talend/react-components": "^16.0.0",
"@talend/react-containers": "^10.7.2",
"@talend/react-containers": "^10.7.3",
"@talend/react-dataviz": "^6.1.3",
"@talend/react-faceted-search": "^18.0.0",
"@talend/react-forms": "^13.2.3",
"@talend/react-forms": "^14.0.0",
"history": "^5.3.0",
"i18next": "^23.10.0",
"prop-types": "^15.8.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/storybook-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/ui-storybook-one

## 2.4.3

### Patch Changes

- Updated dependencies [0629df7]
- @talend/react-forms@14.0.0

## 2.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-storybook-one",
"version": "2.4.2",
"version": "2.4.3",
"description": "Package containing all stories from talend/ui repository",
"homepage": "https://github.com/Talend/ui#readme",
"main": "src/index.ts",
Expand All @@ -26,7 +26,7 @@
"@talend/storybook-docs": "^2.4.1",
"@talend/icons": "^7.7.1",
"@talend/react-components": "^16.0.0",
"@talend/react-forms": "^13.2.3",
"@talend/react-forms": "^14.0.0",
"@talend/react-dataviz": "^6.1.3",
"lodash": "^4.17.21",
"pkg-dir": "^7.0.0",
Expand Down

0 comments on commit 1317466

Please sign in to comment.