Skip to content

Commit

Permalink
chore: prepare release (#5381)
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 Jul 24, 2024
1 parent fcba736 commit 22a4d13
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 20 deletions.
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/design-tokens@3.4.3

## 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/design-tokens@3.4.3

## 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"
}

0 comments on commit 22a4d13

Please sign in to comment.