Skip to content

Commit

Permalink
chore: Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Jan 9, 2025
1 parent 70c9cd0 commit 4b0949a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 2.4.0

- Fix Kaoto Datamapper editor on Windows (issue when attaching an xsd)
- Upgrade to Kaoto 2.4.0-RC2
- Upgrade to Kaoto 2.4.0
- Add the possibility to select how to show the Step toolbar (onHover or onSelection)
- Add the possibility to enable drag & drop experimental feature

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto"><img src="https://img.shields.io/visual-studio-marketplace/v/redhat.vscode-kaoto?style=for-the-badge" alt="Marketplace Version"/></a>
<a href="https://github.com/KaotoIO/kaoto/releases"><img alt="Kaoto UI version" src="https://img.shields.io/badge/Kaoto_UI-2.4.0--RC2-orange?style=for-the-badge"></a>
<a href="https://github.com/KaotoIO/kaoto/releases"><img alt="Kaoto UI version" src="https://img.shields.io/badge/Kaoto_UI-2.4.0-orange?style=for-the-badge"></a>
<img src="https://img.shields.io/badge/VS%20Code-1.74.0+-blue?style=for-the-badge" alt="Visual Studio Code Support"/>
<a href="https://github.com/KaotoIO/vscode-kaoto/blob/main/LICENSE"><img src="https://img.shields.io/github/license/KaotoIO/vscode-kaoto?color=blue&style=for-the-badge" alt="License"/></a>
<a href="https://camel.zulipchat.com/#narrow/stream/258729-camel-tooling"><img src="https://img.shields.io/badge/zulip-join_chat-brightgreen?color=yellow&style=for-the-badge" alt="Zulip"/></a></br>
Expand Down Expand Up @@ -45,7 +45,7 @@

### Embedded

- [Kaoto](https://github.com/KaotoIO/kaoto) in version [2.4.0-RC2](https://github.com/KaotoIO/kaoto/releases/tag/2.4.0-RC2).
- [Kaoto](https://github.com/KaotoIO/kaoto) in version [2.4.0](https://github.com/KaotoIO/kaoto/releases/tag/2.4.0).

### Issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test:it:clean": "rimraf ./test-resources && rimraf ./out && rimraf *.vsix"
},
"dependencies": {
"@kaoto/kaoto": "2.4.0-RC2",
"@kaoto/kaoto": "2.4.0",
"@kie-tools-core/backend": "0.32.0",
"@kie-tools-core/editor": "0.32.0",
"@kie-tools-core/i18n": "0.32.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@ __metadata:
languageName: node
linkType: hard

"@kaoto/kaoto@npm:2.4.0-RC2":
version: 2.4.0-RC2
resolution: "@kaoto/kaoto@npm:2.4.0-RC2"
"@kaoto/kaoto@npm:2.4.0":
version: 2.4.0
resolution: "@kaoto/kaoto@npm:2.4.0"
dependencies:
"@dnd-kit/core": "npm:^6.1.0"
"@kaoto-next/uniforms-patternfly": "npm:^0.7.14"
Expand Down Expand Up @@ -394,7 +394,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
react-monaco-editor: ^0.56.0
checksum: 10/6f8819a24b80fb97f75c27f32768bdfed1b3bbe7d43130232145fa11abcb497f11a93d76d0feb2e96580fc435d7869ed2aaec570c9e4585f901a718a0ea6947b
checksum: 10/3e4b8557099e77d14eb8066aed926de8d0504a2723b29697b43d07136aec236be152f81a8e9816db86d14c4c4f3ea4d96678232727f353a918ffd1f9ac1a26d0
languageName: node
linkType: hard

Expand Down Expand Up @@ -8915,7 +8915,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vscode-kaoto@workspace:."
dependencies:
"@kaoto/kaoto": "npm:2.4.0-RC2"
"@kaoto/kaoto": "npm:2.4.0"
"@kie-tools-core/backend": "npm:0.32.0"
"@kie-tools-core/editor": "npm:0.32.0"
"@kie-tools-core/i18n": "npm:0.32.0"
Expand Down

0 comments on commit 4b0949a

Please sign in to comment.