Skip to content

Commit

Permalink
chore: prepare release (#4786)
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 6, 2023
1 parent aab0eeb commit c310d41
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .changeset/five-files-join.md

This file was deleted.

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

## 10.0.0

### Major Changes

- aab0eeb36: TDOPS-4704 - Faceted search : Allow to configure faceted search min/max input length for text badge

# BREAKING CHANGE

Faceted search : `quickSearchMinLength` configuration for quick search input is no more used and now detected from badge configuration

## 9.4.0

### Minor 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": "9.4.0",
"version": "10.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

## 1.1.14

### Patch Changes

- Updated dependencies [aab0eeb36]
- @talend/react-faceted-search@10.0.0

## 1.1.13

### 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": "1.1.13",
"version": "1.1.14",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@talend/react-components": "^10.3.5",
"@talend/react-containers": "^9.1.2",
"@talend/react-dataviz": "^2.9.1",
"@talend/react-faceted-search": "^9.3.0",
"@talend/react-faceted-search": "^10.0.0",
"@talend/react-forms": "^9.2.3",
"history": "^5.3.0",
"i18next": "^20.6.1",
Expand Down

0 comments on commit c310d41

Please sign in to comment.