Skip to content

Commit

Permalink
v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Jones committed May 13, 2017
1 parent ac370fe commit 5709075
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "7.4.2"
"version": "7.5.0"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "vudash",
"version": "7.3.0",
"version": "7.5.0",
"keywords": [
"vudash",
"dashboard",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-ci/package.json
@@ -1,6 +1,6 @@
{
"name": "vudash-widget-ci",
"version": "7.4.2",
"version": "7.5.0",
"description": "A CI Widget for Vudash",
"main": "widget.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-progress/package.json
@@ -1,7 +1,7 @@
{
"name": "vudash-widget-progress",
"main": "index.js",
"version": "7.4.1",
"version": "7.5.0",
"description": "Vudash Progress Widget",
"scripts": {
"test": "../../node_modules/.bin/lab -I describe,context,it,sinon,fromSrc,fromTest,fromRoot,expect,beforeEach,afterEach,before,after,resource ../../test/unit.lab.js"
Expand Down

0 comments on commit 5709075

Please sign in to comment.