Skip to content

Commit

Permalink
chore: prepare release (#5320)
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 May 30, 2024
1 parent 5b7240e commit 31ce4e7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/weak-boats-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-sloths-talk.md

This file was deleted.

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

## 10.4.5

### Patch Changes

- 5b7240e: Form field label property "required" can now be overriden by passing props

## 10.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-system",
"version": "10.4.4",
"version": "10.4.5",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/react-forms

## 14.0.8

### Patch Changes

- 5b7240e: UI Form fields with both hint and required asterisk are now displayed correctly
- Updated dependencies [5b7240e]
- @talend/design-system@10.4.5

## 14.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@talend/icons": "^7.7.2",
"@talend/json-schema-form-core": "^1.2.6",
"@talend/react-components": "^16.1.2",
"@talend/design-system": "^10.4.3",
"@talend/design-system": "^10.4.5",
"@talend/design-tokens": "^3.2.1",
"@talend/utils": "^3.0.4",
"ace-builds": "1.10.1",
Expand Down Expand Up @@ -92,5 +92,5 @@
"publishConfig": {
"access": "public"
},
"version": "14.0.7"
"version": "14.0.8"
}

0 comments on commit 31ce4e7

Please sign in to comment.