diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e2202..66bafd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.6.1 +* UPD: moment library has been updated to 2.22.0 + ## 1.6.0 * UPD: powerbi-visuals-tools has been updated to 1.11.0 to support Bookmarks * UPD: API has been updated to 1.11.0 to support Bookmarks diff --git a/package.json b/package.json index 2a68c69..fe51231 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powerbi-visuals-bulletchart", "description": "Bullet chart", - "version": "1.6.0", + "version": "1.6.1", "author": { "name": "Microsoft", "email": "pbicvsupport@microsoft.com" @@ -25,8 +25,8 @@ "@types/d3": "3.5.36", "@types/jasmine": "^2.5.37", "@types/jasmine-jquery": "^1.5.28", - "@types/lodash": "4.14.52", "@types/jquery": "^2.0.46", + "@types/lodash": "4.14.52", "coveralls": "2.11.15", "d3": "3.5.5", "globalize": "0.1.0-a2", @@ -41,15 +41,15 @@ "karma-sourcemap-loader": "0.3.7", "karma-typescript-preprocessor": "0.3.0", "lodash": "4.16.2", - "moment": "2.15.1", + "moment": "2.22.0", "powerbi-models": "^1.0.2", + "powerbi-visuals-tools": "1.11.0", "powerbi-visuals-utils-chartutils": "^1.2.0", "powerbi-visuals-utils-dataviewutils": "^1.2.0", - "powerbi-visuals-tools": "1.11.0", - "powerbi-visuals-utils-testutils": "1.2.0", - "powerbi-visuals-utils-tooltiputils": "^1.0.0", "powerbi-visuals-utils-formattingutils": "^2.1.0", "powerbi-visuals-utils-interactivityutils": "3.1.0", + "powerbi-visuals-utils-testutils": "1.2.0", + "powerbi-visuals-utils-tooltiputils": "^1.0.0", "tslint": "^5.1.2", "tslint-microsoft-contrib": "^5.0.0", "typescript": "2.1.4" diff --git a/pbiviz.json b/pbiviz.json index 47b3a4c..cd8138f 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -4,7 +4,7 @@ "displayName": "Bullet Chart", "guid": "BulletChart1443347686880", "visualClassName": "BulletChart", - "version": "1.6.0", + "version": "1.6.1", "description": "A bullet chart that includes four orientations and a few customization options. Use to feature a single measure against a qualitative range.", "supportUrl": "http://community.powerbi.com", "gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-bulletchart"