Skip to content

Commit

Permalink
Upgrade Kaoto to 2.4.0-RC2
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Jan 8, 2025
1 parent 4a8228f commit ecd2fe3
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-RC1
- Upgrade to Kaoto 2.4.0-RC2
- 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--RC1-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--RC2-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-RC1](https://github.com/KaotoIO/kaoto/releases/tag/2.4.0-RC1).
- [Kaoto](https://github.com/KaotoIO/kaoto) in version [2.4.0-RC2](https://github.com/KaotoIO/kaoto/releases/tag/2.4.0-RC2).

### 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-RC1",
"@kaoto/kaoto": "2.4.0-RC2",
"@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 @@ -348,9 +348,9 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -8901,7 +8901,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vscode-kaoto@workspace:."
dependencies:
"@kaoto/kaoto": "npm:2.4.0-RC1"
"@kaoto/kaoto": "npm:2.4.0-RC2"
"@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 ecd2fe3

Please sign in to comment.