Skip to content

Commit

Permalink
chore: prepare release (#5251)
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 Apr 2, 2024
1 parent 27a4a5d commit 86613c1
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 31 deletions.
26 changes: 0 additions & 26 deletions .changeset/dry-wolves-explode.md

This file was deleted.

25 changes: 25 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 19.0.0

### Major Changes

- 27a4a5d: ### BREAKING CHANGE
fix(TMC-26027/facetedSearch): multiple callbacks for BadgeCheckbox
- getTags() was replaced with getOptions() to support multiple callbacks
***
- Before:
```jsx
<FacetedSearch.BasicSearch callbacks={{ getTags: () => {} }} />
```
***
- After:
```jsx
<FacetedSearch.BasicSearch
callbacks={{
tags: { getOptions: () => {} },
authors: { getOptions: () => {} },
operators: { getOptions: () => {} },
}}
/>
```
***

## 18.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "18.0.0",
"version": "19.0.0",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/ui-playground

## 2.4.4

### Patch Changes

- Updated dependencies [27a4a5d]
- @talend/react-faceted-search@19.0.0

## 2.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-playground",
"version": "2.4.3",
"version": "2.4.4",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@talend/react-components": "^16.0.0",
"@talend/react-containers": "^10.7.3",
"@talend/react-dataviz": "^6.1.3",
"@talend/react-faceted-search": "^18.0.0",
"@talend/react-faceted-search": "^19.0.0",
"@talend/react-forms": "^14.0.0",
"history": "^5.3.0",
"i18next": "^23.10.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/storybook-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/ui-storybook-one

## 2.4.4

### Patch Changes

- Updated dependencies [27a4a5d]
- @talend/react-faceted-search@19.0.0

## 2.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-storybook-one",
"version": "2.4.3",
"version": "2.4.4",
"description": "Package containing all stories from talend/ui repository",
"homepage": "https://github.com/Talend/ui#readme",
"main": "src/index.ts",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@talend/design-system": "^10.0.0",
"@talend/design-tokens": "^3.1.1",
"@talend/react-faceted-search": "^18.0.0",
"@talend/react-faceted-search": "^19.0.0",
"@talend/storybook-docs": "^2.4.1",
"@talend/icons": "^7.7.1",
"@talend/react-components": "^16.0.0",
Expand Down

0 comments on commit 86613c1

Please sign in to comment.