Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2023
1 parent 8520b05 commit b6ae7d4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-trains-beg.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cmf-cqrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/react-cmf-cqrs

## 9.0.2

### Patch Changes

- Updated dependencies [8520b05f9]
- @talend/utils@2.6.0

## 9.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
"dependencies": {
"@talend/react-cmf": "^7.3.0",
"@talend/utils": "2.5.2",
"@talend/utils": "2.6.0",
"immutable": "^3.8.2",
"redux-saga": "^1.2.3"
},
Expand All @@ -55,5 +55,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "9.0.2"
}
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/utils

## 2.6.0

### Minor Changes

- 8520b05f9: Types (Typescript) add util function to filter undefined or null values from array

## 2.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/utils",
"version": "2.5.2",
"version": "2.6.0",
"description": "Various utilities",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b6ae7d4

Please sign in to comment.