Skip to content

Commit

Permalink
chore: prepare release (#5232)
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 21, 2024
1 parent 8a25fb3 commit 246da0c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-rocks-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-spiders-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-badgers-turn.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.0.1

### Patch Changes

- 6a69c4c: Fix Drawer z-index that could prevent headerbar to display sub-menu

## 16.0.0

### 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.1",
"@talend/design-system": "^10.0.0",
"@talend/design-system": "^10.1.0",
"@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.0.0"
"version": "16.0.1"
}
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.1.0

### Minor Changes

- 8a25fb3: DS Field data-test attributes are now passed down to related description

## 10.0.0

### Major 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.0.0",
"version": "10.1.0",
"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.1

### Patch Changes

- 6a69c4c: Fix UI-Form display on TextModeArrayTemplate to have some spacing between templates
- Updated dependencies [8a25fb3]
- Updated dependencies [6a69c4c]
- @talend/design-system@10.1.0
- @talend/react-components@16.0.1

## 14.0.0

### Major 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.1",
"@talend/json-schema-form-core": "^1.2.3",
"@talend/react-components": "^16.0.0",
"@talend/design-system": "^10.0.0",
"@talend/react-components": "^16.0.1",
"@talend/design-system": "^10.1.0",
"@talend/design-tokens": "^3.1.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.0.0",
"@talend/react-components": "^16.0.1",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
Expand Down Expand Up @@ -92,5 +92,5 @@
"publishConfig": {
"access": "public"
},
"version": "14.0.0"
"version": "14.0.1"
}

0 comments on commit 246da0c

Please sign in to comment.