Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release #5381

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-grapes-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-waves-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-hats-work.md

This file was deleted.

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

## 11.0.6

### Patch Changes

- fcba736: fix: useLayoutEffect to set the data-theme
- Updated dependencies [fcba736]
- @talend/[email protected]

## 11.0.5

### 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": "11.0.5",
"version": "11.0.6",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@floating-ui/react": "^0.24.8",
"@talend/assets-api": "^1.5.1",
"@talend/design-tokens": "^3.4.1",
"@talend/design-tokens": "^3.4.3",
"@talend/utils": "^3.2.3",
"classnames": "^2.5.1",
"modern-css-reset": "^1.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/design-tokens

## 3.4.3

### Patch Changes

- fcba736: fix: revert logo change

## 3.4.2

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

## 9.2.1

### Patch Changes

- fcba736: fix: remove animation on all button for all change
- Updated dependencies [fcba736]
- @talend/[email protected]

## 9.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@talend/bootstrap-sass": "^5.3.0",
"@talend/design-tokens": "^3.4.0"
"@talend/design-tokens": "^3.4.3"
},
"devDependencies": {
"@talend/eslint-config": "^13.2.0",
Expand All @@ -55,5 +55,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.2.0"
"version": "9.2.1"
}
Loading