Skip to content

Commit

Permalink
chore: prepare release (#5190)
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 Feb 19, 2024
1 parent c0c434c commit 3cf7430
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-islands-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-planes-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-papayas-grab.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/red-moles-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-nails-search.md

This file was deleted.

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

## 15.2.5

### Patch Changes

- c0c434c: fix: loadash imports
- Updated dependencies [c0c434c]
- @talend/utils@3.0.2

## 15.2.4

### Patch 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.1",
"@talend/utils": "^3.0.2",
"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.5.0",
"@talend/design-system": "^9.7.0",
"@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.4"
"version": "15.2.5"
}
12 changes: 12 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/design-system

## 9.7.0

### Minor Changes

- c1c9c5a: chore: add data-test attr on stacks

### Patch Changes

- ca74483: Design System - Select element should now take `required` attribute into account
- Updated dependencies [c0c434c]
- @talend/utils@3.0.2

## 9.6.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.6.0",
"version": "9.7.0",
"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.1",
"@talend/utils": "^3.0.2",
"classnames": "^2.3.2",
"modern-css-reset": "^1.4.0",
"react-transition-group": "^2.9.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 17.2.0

### Minor Changes

- 420118f: feat: use design system text input for the advanced search

### Patch Changes

- c0c434c: fix: loadash imports
- 5cd9cde: fix: make checkbox badge with values work again (without fetching the tags all the time)
- Updated dependencies [c0c434c]
- @talend/utils@3.0.2

## 17.1.1

### Patch 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.1",
"version": "17.2.0",
"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.1",
"@talend/utils": "^3.0.2",
"@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.4.1",
"@talend/design-system": "^9.7.0",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.7.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/react-forms

## 13.2.1

### Patch Changes

- c0c434c: fix: loadash imports
- Updated dependencies [c1c9c5a]
- Updated dependencies [ca74483]
- Updated dependencies [c0c434c]
- @talend/design-system@9.7.0
- @talend/react-components@15.2.5
- @talend/utils@3.0.2

## 13.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@talend/assets-api": "^1.3.1",
"@talend/icons": "^7.7.0",
"@talend/json-schema-form-core": "^1.2.1",
"@talend/react-components": "^15.1.0",
"@talend/design-system": "^9.4.0",
"@talend/react-components": "^15.2.5",
"@talend/design-system": "^9.7.0",
"@talend/design-tokens": "^3.1.0",
"@talend/utils": "^3.0.0",
"@talend/utils": "^3.0.2",
"ace-builds": "1.10.1",
"ajv": "^6.12.6",
"classnames": "^2.3.2",
Expand All @@ -59,7 +59,7 @@
"@storybook/addon-controls": "^7.6.4",
"@talend/bootstrap-theme": "^9.1.0",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-components": "^15.1.0",
"@talend/react-components": "^15.2.5",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.2",
Expand Down Expand Up @@ -93,5 +93,5 @@
"publishConfig": {
"access": "public"
},
"version": "13.2.0"
"version": "13.2.1"
}
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.2

### Patch Changes

- c0c434c: fix: loadash imports

## 3.0.1

### Patch 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.1",
"version": "3.0.2",
"description": "Various utilities",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 3cf7430

Please sign in to comment.