Skip to content

Commit 3255d30

Browse files
chore: prepare release
1 parent 94aad7d commit 3255d30

File tree

9 files changed

+42
-18
lines changed

9 files changed

+42
-18
lines changed

.changeset/green-geckos-sip.md

-8
This file was deleted.

packages/components/CHANGELOG.md

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

3+
## 17.0.1
4+
5+
### Patch Changes
6+
7+
- 94aad7d: fix: Fix exports to allow deep imports
8+
- Updated dependencies [94aad7d]
9+
- @talend/utils@3.2.1
10+
311
## 17.0.0
412

513
### Major Changes

packages/components/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@talend/icons": "^7.10.0",
5353
"@talend/react-a11y": "^4.0.0",
5454
"@talend/react-bootstrap": "^3.0.0",
55-
"@talend/utils": "^3.2.0",
55+
"@talend/utils": "^3.2.1",
5656
"ally.js": "^1.4.1",
5757
"classnames": "^2.5.1",
5858
"d3": "^7.9.0",
@@ -84,7 +84,7 @@
8484
"devDependencies": {
8585
"@storybook/addon-actions": "^7.6.19",
8686
"@talend/bootstrap-theme": "^9.2.0",
87-
"@talend/design-system": "^11.0.0",
87+
"@talend/design-system": "^11.0.3",
8888
"@talend/eslint-config": "^13.2.0",
8989
"@talend/eslint-plugin": "^1.3.0",
9090
"@talend/locales-design-system": "^7.15.1",
@@ -131,5 +131,5 @@
131131
"publishConfig": {
132132
"access": "public"
133133
},
134-
"version": "17.0.0"
134+
"version": "17.0.1"
135135
}

packages/containers/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @talend/react-containers
22

3+
## 11.0.2
4+
5+
### Patch Changes
6+
7+
- 94aad7d: fix: Fix exports to allow deep imports
8+
- Updated dependencies [94aad7d]
9+
- @talend/design-system@11.0.3
10+
- @talend/react-components@17.0.1
11+
- @talend/utils@3.2.1
12+
313
## 11.0.1
414

515
### Patch Changes

packages/containers/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"url": "https://github.com/Talend/ui.git"
4646
},
4747
"dependencies": {
48-
"@talend/design-system": "^11.0.0",
48+
"@talend/design-system": "^11.0.3",
4949
"@talend/react-cmf": "^10.0.0",
50-
"@talend/react-components": "^17.0.0",
50+
"@talend/react-components": "^17.0.1",
5151
"@talend/react-forms": "^15.0.0",
52-
"@talend/utils": "^3.2.0",
52+
"@talend/utils": "^3.2.1",
5353
"classnames": "^2.5.1",
5454
"immutable": "^3.8.2",
5555
"invariant": "^2.2.4",
@@ -95,5 +95,5 @@
9595
"publishConfig": {
9696
"access": "public"
9797
},
98-
"version": "11.0.1"
98+
"version": "11.0.2"
9999
}

packages/design-system/CHANGELOG.md

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

3+
## 11.0.3
4+
5+
### Patch Changes
6+
7+
- 94aad7d: fix: Fix exports to allow deep imports
8+
- Updated dependencies [94aad7d]
9+
- @talend/utils@3.2.1
10+
311
## 11.0.2
412

513
### Patch Changes

packages/design-system/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/design-system",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Talend Design System",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -47,7 +47,7 @@
4747
"@floating-ui/react": "^0.24.8",
4848
"@talend/assets-api": "^1.5.0",
4949
"@talend/design-tokens": "^3.4.0",
50-
"@talend/utils": "^3.2.0",
50+
"@talend/utils": "^3.2.1",
5151
"classnames": "^2.5.1",
5252
"modern-css-reset": "^1.4.0",
5353
"react-transition-group": "^2.9.0",

packages/utils/CHANGELOG.md

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

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- 94aad7d: fix: Fix exports to allow deep imports
8+
39
## 3.2.0
410

511
### Minor Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/utils",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Various utilities",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)