Skip to content

Commit

Permalink
moment lib update (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneElkin authored and ignatvilesov committed Apr 2, 2018
1 parent 8465e7a commit e4bb256
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powerbi-visuals-bulletchart",
"description": "Bullet chart",
"version": "1.6.0",
"version": "1.6.1",
"author": {
"name": "Microsoft",
"email": "[email protected]"
Expand All @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pbiviz.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4bb256

Please sign in to comment.