This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a18114  Preview release 0.0.4 (#67)
8a18114 is described below

commit 8a181149abd92264abc1eba2e93b70e31eff7626
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Tue Nov 2 18:54:01 2021 -0400

    Preview release 0.0.4 (#67)
---
 karavan-app/pom.xml           | 2 +-
 karavan-designer/package.json | 2 +-
 karavan-generator/pom.xml     | 2 +-
 karavan-vscode/CHANGELOG.md   | 8 ++++++++
 karavan-vscode/package.json   | 6 +++---
 5 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/karavan-app/pom.xml b/karavan-app/pom.xml
index 6921db6..3837117 100644
--- a/karavan-app/pom.xml
+++ b/karavan-app/pom.xml
@@ -18,7 +18,7 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <modelVersion>4.0.0</modelVersion>
         <groupId>org.apache.camel.karavan</groupId>
-        <version>0.0.3</version>
+        <version>0.0.4</version>
     <artifactId>karavan</artifactId>
     <properties>
         <compiler-plugin.version>3.8.1</compiler-plugin.version>
diff --git a/karavan-designer/package.json b/karavan-designer/package.json
index 6bd3d58..a79ec0e 100644
--- a/karavan-designer/package.json
+++ b/karavan-designer/package.json
@@ -1,6 +1,6 @@
 {
   "name": "karavan-designer",
-  "version": "0.0.3",
+  "version": "0.0.4",
   "private": true,
   "dependencies": {
     "@patternfly/patternfly": "^4.132.2",
diff --git a/karavan-generator/pom.xml b/karavan-generator/pom.xml
index 7e7a7fd..75367ae 100644
--- a/karavan-generator/pom.xml
+++ b/karavan-generator/pom.xml
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.karavan</groupId>
     <artifactId>karavan-generator</artifactId>
-    <version>0.0.3</version>
+    <version>0.0.4</version>
     <properties>
         <compiler-plugin.version>3.8.1</compiler-plugin.version>
         <maven.compiler.parameters>true</maven.compiler.parameters>
diff --git a/karavan-vscode/CHANGELOG.md b/karavan-vscode/CHANGELOG.md
new file mode 100644
index 0000000..bb0fc2f
--- /dev/null
+++ b/karavan-vscode/CHANGELOG.md
@@ -0,0 +1,8 @@
+# Changelog
+
+## 0.0.4
+1. Support plain YAML routes file 
+1. Kamelet YAML DSL for sink and action
+1. Run locally with CamelJBang (experimental)
+1. Light theme improvements
+1. UI improvements: filename in title, default parameter value in Field tooltip
diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index fe1495f..df9d9ac 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -4,7 +4,7 @@
   "displayName": "Camel Karavan Designer",
   "icon": "icons/icon.png",
   "description": "Integration Designer for Apache Camel",
-  "version": "0.0.3",
+  "version": "0.0.4",
   "license": "Apache-2.0",
   "preview": true,
   "bugs": {
@@ -22,7 +22,7 @@
        ],
   "repository": {
     "type": "git",
-    "url": "https://github.com/apache/camel-karavan/karavan-vscode";
+    "url": "https://github.com/apache/camel-karavan/tree/main/karavan-vscode";
   },
   "engines": {
     "vscode": "^1.56.0"
@@ -30,7 +30,7 @@
   "categories": [
     "Other"
   ],
-  "homepage": 
"https://github.com/apache/camel-karavan/karavan-vscode/README.md";,
+  "homepage": 
"https://github.com/apache/camel-karavan/tree/main/karavan-vscode";,
   "keywords": [
     "Camel",
                "Camel K",

Reply via email to