Skip to content

Commit

Permalink
chore: prepare release (#4302)
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 Sep 1, 2022
1 parent 7923902 commit 239095a
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .changeset/light-gifts-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-schools-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-hats-help.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/design-system

## 4.1.0

### Minor Changes

- 79239025d: Add const to export Tag variations through string array
- e5aa63ef6: feat(Popover): add `isFixed` and `hasPadding` props

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-system",
"version": "4.0.2",
"version": "4.1.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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

## 7.0.0

### Major Changes

- e5aa63ef6: Refactor with design system components and design tokens

Breaking: removed `FacetedSearchIcon` component

## 6.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "6.0.1",
"version": "7.0.0",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@storybook/addon-actions": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@talend/bootstrap-theme": "^6.39.0",
"@talend/design-system": "^4.0.0",
"@talend/design-system": "^4.1.0",
"@talend/icons": "^6.47.0",
"@talend/locales-tui-components": "^6.44.11",
"@talend/locales-tui-faceted-search": "^4.0.2",
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.5

### Patch Changes

- Updated dependencies [e5aa63ef6]
- @talend/react-faceted-search@7.0.0

## 1.1.4

### 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.4",
"version": "1.1.5",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@talend/react-containers": "^7.3.0",
"@talend/react-datagrid": "^12.0.0",
"@talend/react-dataviz": "^2.4.0",
"@talend/react-faceted-search": "^6.0.0",
"@talend/react-faceted-search": "^7.0.0",
"@talend/react-forms": "^8.1.0",
"history": "^5.3.0",
"i18next": "^20.6.1",
Expand Down

0 comments on commit 239095a

Please sign in to comment.