Skip to content

Commit

Permalink
Update Redis Data Source dependency to 1.5.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Jul 7, 2021
1 parent 3b94410 commit 3cafb6d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.1 (2021-07-07)

### Features / Enhancements

- Update Redis Data Source dependency to 1.5.0

## 2.0.0 (2021-06-25)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"upgrade": "yarn upgrade --latest",
"watch": "grafana-toolkit plugin:dev --watch"
},
"version": "2.0.0"
"version": "2.0.1"
}
10 changes: 5 additions & 5 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"id": "redis-datasource",
"name": "Redis Data Source",
"type": "datasource",
"version": "^1.4.0"
"version": "^1.5.0"
}
]
},
Expand All @@ -16,8 +16,8 @@
{
"addToNav": true,
"defaultNav": true,
"name": "Home",
"icon": "home-alt",
"name": "Home",
"path": "/a/redis-app/",
"role": "Admin",
"type": "page"
Expand Down Expand Up @@ -45,24 +45,24 @@
},
{
"addToNav": true,
"name": "Redis Overview",
"icon": "monitor",
"name": "Redis Overview",
"path": "/d/RpSjVqWMz",
"role": "Admin",
"type": "page"
},
{
"addToNav": true,
"name": "Redis CLI",
"icon": "calculator-alt",
"name": "Redis CLI",
"path": "/d/_SGxCBNGk",
"role": "Admin",
"type": "page"
},
{
"addToNav": true,
"name": "RedisGears",
"icon": "cog",
"name": "RedisGears",
"path": "/d/xFPiNzLMz",
"role": "Admin",
"type": "page"
Expand Down

0 comments on commit 3cafb6d

Please sign in to comment.