From 96d9884e657603cda534dd5842ba5a4fb0090424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Richter?= Date: Mon, 26 Aug 2019 22:30:05 +0200 Subject: [PATCH] 5.0-beta-5 (Re)Release --- README.md | 2 +- .../src/main/js/components/dm5-about-box.vue | 2 +- modules/dmx-webclient/src/main/js/main.js | 2 +- package.json | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c1d802b13..2027a639d 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,4 @@ DeepaMehta is under heavy development. While you can do productive work with it, ------------ -Aug 13, 2019 +Aug 26, 2019 diff --git a/modules/dmx-help-menu/src/main/js/components/dm5-about-box.vue b/modules/dmx-help-menu/src/main/js/components/dm5-about-box.vue index 2fc7be32b..c1bb0f611 100644 --- a/modules/dmx-help-menu/src/main/js/components/dm5-about-box.vue +++ b/modules/dmx-help-menu/src/main/js/components/dm5-about-box.vue @@ -8,7 +8,7 @@
Released
- Aug 22, 2019 + Aug 26, 2019
License
diff --git a/modules/dmx-webclient/src/main/js/main.js b/modules/dmx-webclient/src/main/js/main.js index 388a8e1f8..864df3d6e 100644 --- a/modules/dmx-webclient/src/main/js/main.js +++ b/modules/dmx-webclient/src/main/js/main.js @@ -9,7 +9,7 @@ import 'font-awesome/css/font-awesome.css' import './element-ui' import './websocket' -console.log('[DMX] 2019/08/22') +console.log('[DMX] 2019/08/26') // 1) Init dm5 library // The dm5 library must be inited *before* the dm5-webclient component is instantiated. diff --git a/package.json b/package.json index 1cc949d50..f5c178fae 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "stats": "webpack -p --json > stats.json && webpack-bundle-analyzer stats.json modules/dmx-webclient/src/main/resources/web" }, "dependencies": { - "dm5": "https://github.com/jri/dm5.git", - "dm5-cytoscape-renderer": "https://github.com/jri/dm5-cytoscape-renderer.git", - "dm5-detail-panel": "0.27.0", - "dm5-object-renderer": "https://github.com/jri/dm5-object-renderer.git", + "dm5": "0.35.0", + "dm5-cytoscape-renderer": "0.24.0", + "dm5-detail-panel": "0.28.0", + "dm5-object-renderer": "0.19.0", "dm5-search-widget": "0.26.0", "dm5-topic-list": "0.13.0", "dm5-topicmap-panel": "0.24.0",