Skip to content

Commit b6ae7d4

Browse files
chore: prepare release
1 parent 8520b05 commit b6ae7d4

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/chatty-trains-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cmf-cqrs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @talend/react-cmf-cqrs
22

3+
## 9.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8520b05f9]
8+
- @talend/utils@2.6.0
9+
310
## 9.0.1
411

512
### Patch Changes

packages/cmf-cqrs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
3434
"dependencies": {
3535
"@talend/react-cmf": "^7.3.0",
36-
"@talend/utils": "2.5.2",
36+
"@talend/utils": "2.6.0",
3737
"immutable": "^3.8.2",
3838
"redux-saga": "^1.2.3"
3939
},
@@ -55,5 +55,5 @@
5555
"publishConfig": {
5656
"access": "public"
5757
},
58-
"version": "9.0.1"
58+
"version": "9.0.2"
5959
}

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/utils
22

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- 8520b05f9: Types (Typescript) add util function to filter undefined or null values from array
8+
39
## 2.5.2
410

511
### Patch Changes

packages/utils/package.json

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

0 commit comments

Comments
 (0)