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 Feb 7, 2024
1 parent a73338d commit 1f08255
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/fast-seahorses-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-shrimps-remain.md

This file was deleted.

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

## 15.2.1

### Patch Changes

- 52563ff: fix(TDOPS-5510/inlineEdit): add data attributes from props
- a73338d: Fix ListView virtual list calculation when having a lot of items
- Updated dependencies [52563ff]
- @talend/utils@3.0.1

## 15.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@talend/icons": "^7.7.0",
"@talend/react-a11y": "^3.0.0",
"@talend/react-bootstrap": "^2.2.1",
"@talend/utils": "^3.0.0",
"@talend/utils": "^3.0.1",
"ally.js": "^1.4.1",
"classnames": "^2.3.2",
"d3": "^7.8.5",
Expand Down Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.4",
"@talend/bootstrap-theme": "^9.1.0",
"@talend/design-system": "^9.3.0",
"@talend/design-system": "^9.4.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/locales-design-system": "^7.15.1",
Expand Down Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "15.2.0"
"version": "15.2.1"
}
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

## 9.4.1

### Patch Changes

- 52563ff: fix(TDOPS-5510/inlineEdit): add data attributes from props
- Updated dependencies [52563ff]
- @talend/utils@3.0.1

## 9.4.0

### Minor 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": "9.4.0",
"version": "9.4.1",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@floating-ui/react": "^0.24.8",
"@talend/assets-api": "^1.3.1",
"@talend/design-tokens": "^3.1.0",
"@talend/utils": "^3.0.0",
"@talend/utils": "^3.0.1",
"classnames": "^2.3.2",
"modern-css-reset": "^1.4.0",
"react-transition-group": "^2.9.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 17.1.1

### Patch Changes

- 52563ff: fix(TDOPS-5510/inlineEdit): add data attributes from props
- Updated dependencies [52563ff]
- @talend/utils@3.0.1

## 17.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/faceted-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-faceted-search",
"version": "17.1.0",
"version": "17.1.1",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@talend/daikon-tql-client": "^1.3.1",
"@talend/utils": "^3.0.0",
"@talend/utils": "^3.0.1",
"@talend/design-tokens": "^3.1.0",
"classnames": "^2.3.2",
"date-fns": "^3.0.0",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@talend/design-system": "^9.2.0",
"@talend/design-system": "^9.4.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.7.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/utils

## 3.0.1

### Patch Changes

- 52563ff: fix(TDOPS-5510/inlineEdit): add data attributes from props

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/utils",
"version": "3.0.0",
"version": "3.0.1",
"description": "Various utilities",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 1f08255

Please sign in to comment.