Skip to content

Commit ce6a1b9

Browse files
mvgalievignatvilesov
authored andcommitted
added localization (#51)
1 parent e36c5d4 commit ce6a1b9

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.9.0
2+
3+
* Added localization for all supported languages
4+
15
## 1.8.0
26

37
* Added Power BI bookmarks support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powerbi-visuals-sankey",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Sankey is a type of flow diagram in which the width of the series is in proportion to the quantity of the flow. Use it to find major contributions to an overall flow.",
55
"repository": {
66
"type": "git",

pbiviz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"visual": {
33
"name": "SankeyDiagram",
4-
"displayName": "Sankey 1.8.0",
4+
"displayName": "Sankey 1.9.0",
55
"guid": "SankeyDiagram1446463184954",
66
"visualClassName": "SankeyDiagram",
77
"version": "1.8.0",

0 commit comments

Comments
 (0)