Skip to content

Commit edcbb1b

Browse files
chore: prepare release (#4893)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 076d962 commit edcbb1b

File tree

10 files changed

+37
-20
lines changed

10 files changed

+37
-20
lines changed

.changeset/small-sheep-wink.md

-7
This file was deleted.

.changeset/wicked-points-cough.md

-5
This file was deleted.

packages/components/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/react-components
22

3+
## 11.4.0
4+
5+
### Minor Changes
6+
7+
- f0c98a7e6: Components - Layout can now be given a theme directly from props by parent app
8+
39
## 11.3.3
410

511
### Patch Changes

packages/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@storybook/addon-actions": "^6.5.16",
7373
"@talend/bootstrap-theme": "^8.1.2",
74-
"@talend/design-system": "^7.14.2",
74+
"@talend/design-system": "^7.15.0",
7575
"@talend/icons": "^6.58.1",
7676
"@talend/locales-design-system": "^7.3.0",
7777
"@talend/locales-tui-components": "^9.5.0",
@@ -114,5 +114,5 @@
114114
"publishConfig": {
115115
"access": "public"
116116
},
117-
"version": "11.3.3"
117+
"version": "11.4.0"
118118
}

packages/design-system/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/design-system
22

3+
## 7.15.0
4+
5+
### Minor Changes
6+
7+
- 076d96234: Add BadgeMenu to faceted search for single selection
8+
39
## 7.14.2
410

511
### Patch Changes

packages/design-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/design-system",
3-
"version": "7.14.2",
3+
"version": "7.15.0",
44
"description": "Talend Design System",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/faceted-search/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 11.1.0
4+
5+
### Minor Changes
6+
7+
- 076d96234: Add BadgeMenu to faceted search for single selection
8+
39
## 11.0.2
410

511
### Patch Changes

packages/faceted-search/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/react-faceted-search",
3-
"version": "11.0.2",
3+
"version": "11.1.0",
44
"description": "Faceted search",
55
"main": "lib/index.js",
66
"mainSrc": "src/index.js",
@@ -47,11 +47,11 @@
4747
"@storybook/addon-actions": "^6.5.16",
4848
"@storybook/testing-library": "^0.0.13",
4949
"@talend/bootstrap-theme": "^8.0.0",
50-
"@talend/design-system": "^7.14.1",
50+
"@talend/design-system": "^7.15.0",
5151
"@talend/icons": "^6.58.1",
5252
"@talend/locales-tui-components": "^9.5.0",
5353
"@talend/locales-tui-faceted-search": "^8.1.0",
54-
"@talend/react-components": "^11.1.3",
54+
"@talend/react-components": "^11.4.0",
5555
"@talend/scripts-core": "^14.0.0",
5656
"@talend/scripts-config-react-webpack": "^15.4.1",
5757
"babel-plugin-angularjs-annotate": "^0.10.0",

packages/storybook/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @talend/ui-storybook
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 076d96234: Add BadgeMenu to faceted search for single selection
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [076d96234]
12+
- @talend/design-system@7.15.0
13+
314
## 1.2.0
415

516
### Minor Changes

packages/storybook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/ui-storybook",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Package containing all stories from talend/ui repository",
55
"homepage": "https://github.com/Talend/ui#readme",
66
"main": "src/index.ts",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/Talend/ui/issues"
2121
},
2222
"dependencies": {
23-
"@talend/design-system": "^7.11.0",
23+
"@talend/design-system": "^7.15.0",
2424
"@talend/design-tokens": "^2.7.3",
2525
"react-hook-form": "^6.15.8"
2626
},

0 commit comments

Comments
 (0)