Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moxious committed Sep 30, 2018
1 parent f9a7813 commit 3f78e9f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "halin",
"description": "Halin helps you monitor and improve your Neo4j graph",
"version": "0.2.0",
"version": "0.3.0",
"neo4jDesktop": {
"apiVersion": "^1.2.0"
},
},
"icons": [
{
"src": "./public/img/halin-icon.png",
"type": "png"
}
],
"repository": {
"type" : "git",
"url" : "https://github.com/moxious/halin.git"
"type": "git",
"url": "https://github.com/moxious/halin.git"
},
"homepage": "http://halin.s3-website-us-east-1.amazonaws.com/",
"private": false,
Expand All @@ -26,6 +26,7 @@
"pondjs": "^0.8.9",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-d3-components": "^0.9.1",
"react-dom": "^16.0.0",
"react-scripts": "1.0.16",
"react-sortable-tree": "^2.2.0",
Expand Down
6 changes: 6 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Halin Release Notes

## 0.3.0

- Fix issue #10; 127.0.0.1 backups are not recognized as local
- Improved timeseries moving window behavior
- Added an OS sub-window with operating system memory statistics

## 0.2.0

- New disk usage timeseries monitor
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,14 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

create-react-class@^15.6.2:
version "15.6.3"
resolved "https://neo.jfrog.io/neo/api/npm/npm/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
dependencies:
fbjs "^0.8.9"
loose-envify "^1.3.1"
object-assign "^4.1.1"

cross-spawn@5.1.0, cross-spawn@^5.0.1, cross-spawn@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
Expand Down Expand Up @@ -2179,6 +2187,10 @@ d3-voronoi@^1.1.2:
version "1.1.2"
resolved "https://neo.jfrog.io/neo/api/npm/npm/d3-voronoi/-/d3-voronoi-1.1.2.tgz#1687667e8f13a2d158c80c1480c5a29cb0d8973c"

d3@^3.5.3:
version "3.5.17"
resolved "https://neo.jfrog.io/neo/api/npm/npm/d3/-/d3-3.5.17.tgz#bc46748004378b21a360c9fc7cf5231790762fb8"

d@1:
version "1.0.0"
resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f"
Expand Down Expand Up @@ -5740,6 +5752,14 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.1.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-d3-components@^0.9.1:
version "0.9.1"
resolved "https://neo.jfrog.io/neo/api/npm/npm/react-d3-components/-/react-d3-components-0.9.1.tgz#a110495da37ff9157a60dc89842257bf2c8b4691"
dependencies:
create-react-class "^15.6.2"
d3 "^3.5.3"
prop-types "^15.6.0"

react-dev-utils@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-4.2.1.tgz#9f2763e7bafa1a1b9c52254d2a479deec280f111"
Expand Down

0 comments on commit 3f78e9f

Please sign in to comment.