Skip to content

Commit ff89cfe

Browse files
(release): 20.5.0
1 parent d9bf977 commit ff89cfe

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ For more info, check out the [documentation](https://swimlane.gitbook.io/ngx-cha
2929
- Heatmap
3030
- Treemap
3131
- Number Cards
32+
- Sankey Diagram
3233

3334
### Customization
3435

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 20.5.0
4+
5+
- Feature: Add Sankey diagram chart type
6+
37
## 20.4.1
48

59
- Bump: d3-array from 2.9.1 to 3.1.1
@@ -29,6 +33,7 @@
2933
## 20.1.1
3034

3135
- Bump: d3-color from 2.0.0 to 3.1.0 in demo page
36+
3237
## 20.1.0
3338

3439
- Fix: Cyclic import error caused by interface export in `PieGridComponent`.

projects/swimlane/ngx-charts/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swimlane/ngx-charts",
3-
"version": "20.4.1",
3+
"version": "20.5.0",
44
"description": "Declarative Charting Framework for Angular",
55
"repository": {
66
"type": "git",
@@ -24,11 +24,6 @@
2424
"graph"
2525
],
2626
"author": "Swimlane",
27-
"maintainers": [
28-
"Marjan Georgiev",
29-
"Jayson Harshbarger",
30-
"Haemin Park"
31-
],
3227
"license": "MIT",
3328
"bugs": {
3429
"url": "https://github.com/swimlane/ngx-charts/issues"

0 commit comments

Comments
 (0)