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 Apr 30, 2024
1 parent 290ee2e commit 2f69c97
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-elephants-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-plants-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-tigers-bow.md

This file was deleted.

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

## 16.1.2

### Patch Changes

- b502805: Fix translation for date range

## 16.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.17",
"@talend/bootstrap-theme": "^9.1.3",
"@talend/design-system": "^10.4.2",
"@talend/design-system": "^10.4.3",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/locales-design-system": "^7.15.1",
Expand Down Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "16.1.1"
"version": "16.1.2"
}
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.3

### Patch Changes

- 290ee2e: Restore bar line height

## 10.4.2

### 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.2",
"version": "10.4.3",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @talend/react-forms

## 14.0.6

### Patch Changes

- eb201ac: fix: check onFinish and onChange before invoking for the Text component
- Updated dependencies [290ee2e]
- Updated dependencies [b502805]
- @talend/design-system@10.4.3
- @talend/react-components@16.1.2

## 14.0.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@talend/assets-api": "^1.3.2",
"@talend/icons": "^7.7.2",
"@talend/json-schema-form-core": "^1.2.6",
"@talend/react-components": "^16.1.1",
"@talend/design-system": "^10.4.2",
"@talend/react-components": "^16.1.2",
"@talend/design-system": "^10.4.3",
"@talend/design-tokens": "^3.2.1",
"@talend/utils": "^3.0.4",
"ace-builds": "1.10.1",
Expand All @@ -58,7 +58,7 @@
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-controls": "^7.6.17",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-components": "^16.1.1",
"@talend/react-components": "^16.1.2",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-core": "^16.3.5",
Expand Down Expand Up @@ -92,5 +92,5 @@
"publishConfig": {
"access": "public"
},
"version": "14.0.5"
"version": "14.0.6"
}

0 comments on commit 2f69c97

Please sign in to comment.