Skip to content

Commit

Permalink
chore: Update to Kaoto 2.5.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip authored and apupier committed Jan 22, 2025
1 parent a52dffc commit 3ecb0cb
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,5 +1,5 @@
# 2.5.0
- Upgrade to Kaoto 2.5.0-M1
- Upgrade to Kaoto 2.5.0-M2

# 2.4.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.5.0--M1-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.5.0--M2-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.5.0-M1](https://github.com/KaotoIO/kaoto/releases/tag/2.5.0-M1).
- [Kaoto](https://github.com/KaotoIO/kaoto) in version [2.5.0-M2](https://github.com/KaotoIO/kaoto/releases/tag/2.5.0-M2).

### 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.5.0-M1",
"@kaoto/kaoto": "2.5.0-M2",
"@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.5.0-M1":
version: 2.5.0-M1
resolution: "@kaoto/kaoto@npm:2.5.0-M1"
"@kaoto/kaoto@npm:2.5.0-M2":
version: 2.5.0-M2
resolution: "@kaoto/kaoto@npm:2.5.0-M2"
dependencies:
"@dnd-kit/core": "npm:^6.1.0"
"@kaoto-next/uniforms-patternfly": "npm:^0.7.20"
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/74b045ffcaaf6a03f3f660535ce6e4042d11a6832de8b331a8b0140e5a584f1e9cfd2dfe50757b60043538caf344f4e8ed293d7da645f4ae440c07d602855ad6
checksum: 10/bffb22622dd9428c9d206ae3d96906e0b90883131eba4293bae32810b66703aa8083ac3c83f2a2afafadd4312220e4c634705c919f11a31ab0b95dba77364aaa
languageName: node
linkType: hard

Expand Down Expand Up @@ -9026,7 +9026,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vscode-kaoto@workspace:."
dependencies:
"@kaoto/kaoto": "npm:2.5.0-M1"
"@kaoto/kaoto": "npm:2.5.0-M2"
"@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 3ecb0cb

Please sign in to comment.