Skip to content

Commit

Permalink
chore: prepare release (#5118)
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 Jan 16, 2024
1 parent f675918 commit dde55e5
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-bears-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-eggs-jump.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/rotten-turkeys-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-crabs-join.md

This file was deleted.

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

## 8.11.1

### Patch Changes

- f0770b1: chore: add "section" as an option to the "as" list of possible values of the StackPrimitive component

## 8.11.0

### Minor 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": "8.11.0",
"version": "8.11.1",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 16.0.0

### Major Changes

- 7cc4321: TDOPS-5724 - Restyle faceted search to remove bootstrap and use more Design System elements

# BREAKING CHANGE

- Lot of styling and classes has changed so your overrides might not work anymore
- DOM has changed too so your tests might need to be upgraded
- `tags` type for badges does not exists enymore, use `checkbox` instead as it is the same kind of component but with more possibilities

## 15.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": "15.0.1",
"version": "16.0.0",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@talend/design-system": "^8.8.3",
"@talend/design-system": "^8.11.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.3.1",
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

## 12.6.0

### Minor Changes

- 2065869: chore(DFD-491): Update ArrayItem styles

### Patch Changes

- f675918: fix(DFD-536): Fix click on collapsible toggle
- Updated dependencies [f0770b1]
- @talend/design-system@8.11.1

## 12.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@talend/icons": "^7.3.1",
"@talend/json-schema-form-core": "^1.2.1",
"@talend/react-components": "^14.0.0",
"@talend/design-system": "^8.8.3",
"@talend/design-system": "^8.11.1",
"@talend/design-tokens": "^2.11.0",
"@talend/utils": "^3.0.0",
"ace-builds": "1.10.1",
Expand Down Expand Up @@ -93,5 +93,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.5.2"
"version": "12.6.0"
}
13 changes: 13 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/ui-playground

## 2.3.2

### Patch Changes

- f675918: fix(DFD-536): Fix click on collapsible toggle
- Updated dependencies [f0770b1]
- Updated dependencies [f675918]
- Updated dependencies [7cc4321]
- Updated dependencies [2065869]
- @talend/design-system@8.11.1
- @talend/react-forms@12.6.0
- @talend/react-faceted-search@16.0.0

## 2.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3.1",
"version": "2.3.2",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@talend/bootstrap-theme": "^8.3.1",
"@talend/assets-api": "^1.3.1",
"@talend/design-system": "^8.8.3",
"@talend/design-system": "^8.11.1",
"@talend/design-tokens": "^2.10.1",
"@talend/icons": "^7.3.1",
"@talend/locales-tui-components": "^11.4.5",
Expand All @@ -51,8 +51,8 @@
"@talend/react-components": "^14.0.0",
"@talend/react-containers": "^10.5.1",
"@talend/react-dataviz": "^5.0.0",
"@talend/react-faceted-search": "^15.0.0",
"@talend/react-forms": "^12.5.1",
"@talend/react-faceted-search": "^16.0.0",
"@talend/react-forms": "^12.6.0",
"history": "^5.3.0",
"i18next": "^23.7.7",
"prop-types": "^15.8.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/storybook-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/ui-storybook-one

## 2.3.2

### Patch Changes

- Updated dependencies [f0770b1]
- Updated dependencies [f675918]
- Updated dependencies [7cc4321]
- Updated dependencies [2065869]
- @talend/design-system@8.11.1
- @talend/react-forms@12.6.0
- @talend/react-faceted-search@16.0.0

## 2.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3.1",
"version": "2.3.2",
"description": "Package containing all stories from talend/ui repository",
"homepage": "https://github.com/Talend/ui#readme",
"main": "src/index.ts",
Expand All @@ -20,13 +20,13 @@
"url": "https://github.com/Talend/ui/issues"
},
"dependencies": {
"@talend/design-system": "^8.8.3",
"@talend/design-system": "^8.11.1",
"@talend/design-tokens": "^2.11.0",
"@talend/react-faceted-search": "^15.0.0",
"@talend/react-faceted-search": "^16.0.0",
"@talend/storybook-docs": "^2.3.0",
"@talend/icons": "^7.3.1",
"@talend/react-components": "^14.0.0",
"@talend/react-forms": "^12.5.1",
"@talend/react-forms": "^12.6.0",
"@talend/react-dataviz": "^5.0.0",
"lodash": "^4.17.21",
"pkg-dir": "^7.0.0",
Expand Down

0 comments on commit dde55e5

Please sign in to comment.