Skip to content

Commit eda8827

Browse files
chore: prepare release (#4635)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8c09dac commit eda8827

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

.changeset/breezy-horses-report.md

-5
This file was deleted.

.changeset/strong-adults-divide.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+
## 10.1.1
4+
5+
### Patch Changes
6+
7+
- 20f8526e9: test: rewrite using RTL
8+
39
## 10.1.0
410

511
### Minor Changes

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@
113113
"publishConfig": {
114114
"access": "public"
115115
},
116-
"version": "10.1.0"
116+
"version": "10.1.1"
117117
}

packages/containers/CHANGELOG.md

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

3+
## 9.0.1
4+
5+
### Patch Changes
6+
7+
- 8c09dacd8: fix(HeaderBar): TypeError: Assignment to constant variable.
8+
- Updated dependencies [20f8526e9]
9+
- @talend/react-components@10.1.1
10+
311
## 9.0.0
412

513
### Major Changes

packages/containers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@talend/react-cmf": "^7.1.4",
37-
"@talend/react-components": "^10.0.0",
37+
"@talend/react-components": "^10.1.1",
3838
"@talend/react-forms": "^9.0.2",
3939
"@talend/utils": "^2.5.0",
4040
"classnames": "^2.3.2",
@@ -74,5 +74,5 @@
7474
"publishConfig": {
7575
"access": "public"
7676
},
77-
"version": "9.0.0"
77+
"version": "9.0.1"
7878
}

0 commit comments

Comments
 (0)