Skip to content

Commit

Permalink
chore: prepare release (#5028)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
build-travis-ci and github-actions[bot] authored Dec 4, 2023
1 parent 19c3c59 commit c0cd9db
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-laws-shave.md

This file was deleted.

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

## 8.3.2

### Patch Changes

- 19c3c59: Add missing dependency: commander
- Updated dependencies [19c3c59]
- @talend/scripts-cmf@1.2.3

## 8.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/scripts-cmf": "^1.2.2",
"@talend/scripts-cmf": "^1.2.3",
"@talend/utils": "^2.8.0",
"commander": "^6.2.1",
"hoist-non-react-statics": "^3.3.2",
Expand Down Expand Up @@ -78,5 +78,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.3.1"
"version": "8.3.2"
}
6 changes: 6 additions & 0 deletions tools/scripts-cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-cmf

## 1.2.3

### Patch Changes

- 19c3c59: Add missing dependency: commander

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-cmf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-cmf",
"description": "@talend/react-cmf scripts to manage CMF settings",
"version": "1.2.2",
"version": "1.2.3",
"main": "cmf-settings.js",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c0cd9db

Please sign in to comment.