Skip to content

Commit

Permalink
chore: prepare release (#5421)
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 Oct 2, 2024
1 parent 78b4dbf commit 4eacbe7
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 29 deletions.
19 changes: 0 additions & 19 deletions .changeset/dull-spies-love.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/faceted-search-query-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @talend/react-faceted-search-query-client

## 2.0.0

### Patch Changes

- Updated dependencies [78b4dbf]
- @talend/react-faceted-search@21.0.0
6 changes: 3 additions & 3 deletions packages/faceted-search-query-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-faceted-search-query-client",
"version": "1.0.0",
"version": "2.0.0",
"description": "Faceted search Query client",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@talend/eslint-config": "^13.2.1",
"@talend/eslint-plugin": "^1.3.1",
"@talend/react-faceted-search": "20.0.2",
"@talend/react-faceted-search": "21.0.0",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-jest": "^14.1.0",
Expand All @@ -59,7 +59,7 @@
"cross-env": "^7.0.3"
},
"peerDependencies": {
"@talend/react-faceted-search": "^20.0.2"
"@talend/react-faceted-search": "^21.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 22 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 21.0.0

### Major Changes

- 78b4dbf: [BREAKING] Move the function createTqlQuery to a dedicated package (@talend/react-faceted-search-query-client).

You will need to adapt your code to use this lib

before

```
import { createTqlQuery } from '@talend/react-faceted-search/lib/queryClient';
import { queryClient } from '@talend/react-faceted-search';
```

after

```
import { createTqlQuery } from '@talend/react-faceted-search-query-client'
import * as queryClient from '@talend/react-faceted-search-query-client'
```

## 20.0.2

### 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": "20.0.2",
"version": "21.0.0",
"description": "Faceted search",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/playground-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/ui-playground

## 0.1.1

### Patch Changes

- Updated dependencies [78b4dbf]
- @talend/react-faceted-search@21.0.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/playground-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-playground-vite",
"version": "0.1.0",
"version": "0.1.1",
"description": "Showcase Talend/UI",
"private": true,
"type": "module",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@talend/react-components": "^17.1.3",
"@talend/react-containers": "^11.2.0",
"@talend/react-dataviz": "^7.0.1",
"@talend/react-faceted-search": "^20.0.2",
"@talend/react-faceted-search": "^21.0.0",
"@talend/react-forms": "^15.0.2",
"history": "^5.3.0",
"i18next": "^23.15.1",
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.5.1

### Patch Changes

- Updated dependencies [78b4dbf]
- @talend/react-faceted-search@21.0.0

## 2.5.0

### Minor 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.5.0",
"version": "2.5.1",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@talend/react-components": "^17.1.3",
"@talend/react-containers": "^11.2.0",
"@talend/react-dataviz": "^7.0.1",
"@talend/react-faceted-search": "^20.0.2",
"@talend/react-faceted-search": "^21.0.0",
"@talend/react-forms": "^15.0.2",
"history": "^5.3.0",
"i18next": "^23.15.1",
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.5.1

### Patch Changes

- Updated dependencies [78b4dbf]
- @talend/react-faceted-search@21.0.0

## 2.5.0

### Minor 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.5.0",
"version": "2.5.1",
"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": "^11.0.7",
"@talend/design-tokens": "^3.4.3",
"@talend/react-faceted-search": "^20.0.2",
"@talend/react-faceted-search": "^21.0.0",
"@talend/storybook-docs": "^2.5.1",
"@talend/icons": "^7.10.3",
"@talend/react-components": "^17.1.3",
Expand Down

0 comments on commit 4eacbe7

Please sign in to comment.