Skip to content

Commit

Permalink
chore: Update embedded Kaoto to 2.3.0 (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek authored Dec 10, 2024
1 parent 06ca7ab commit d29b691
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.3.0

- Introduced a `Kaoto` output channel. It is initially used to log message of exceptions.
- Upgrade to Kaoto 2.3.0-RC4
- Upgrade to Kaoto 2.3.0
- Start attempt to have VS Code Kaoto version number aligned with version of Kaoto that is embedded

# 1.3.0
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.3.0--RC4-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.3.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 2 release](https://github.com/KaotoIO/kaoto) in version [2.3.0-RC4](https://github.com/KaotoIO/kaoto/releases/tag/2.3.0-RC4).
- [Kaoto](https://github.com/KaotoIO/kaoto) in version [2.3.0](https://github.com/KaotoIO/kaoto/releases/tag/2.3.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.3.0-RC4",
"@kaoto/kaoto": "2.3.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 @@ -348,9 +348,9 @@ __metadata:
languageName: node
linkType: hard

"@kaoto/kaoto@npm:2.3.0-RC4":
version: 2.3.0-RC4
resolution: "@kaoto/kaoto@npm:2.3.0-RC4"
"@kaoto/kaoto@npm:2.3.0":
version: 2.3.0
resolution: "@kaoto/kaoto@npm:2.3.0"
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/74309bc94ffdb2ce259a5819962b7b29b027002bc6020b6f735738da491276adbdc6d614f30c4baf8f319668f5a180472bae00282ad19e9cb6307b55f8b62d32
checksum: 10/7946c23daf37d19c32d179df4c9a2dc90c614e50ee349d04f971d621f7e9a3c95d8acb0c4524e4468d14121f5f963f06e8bc3cb431fae25a528fd294372e7b8e
languageName: node
linkType: hard

Expand Down Expand Up @@ -8875,7 +8875,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vscode-kaoto@workspace:."
dependencies:
"@kaoto/kaoto": "npm:2.3.0-RC4"
"@kaoto/kaoto": "npm:2.3.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 d29b691

Please sign in to comment.