Skip to content

Commit

Permalink
(release): 20.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marjan-georgiev committed Nov 9, 2023
1 parent d9bf977 commit ff89cfe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ For more info, check out the [documentation](https://swimlane.gitbook.io/ngx-cha
- Heatmap
- Treemap
- Number Cards
- Sankey Diagram

### Customization

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 20.5.0

- Feature: Add Sankey diagram chart type

## 20.4.1

- Bump: d3-array from 2.9.1 to 3.1.1
Expand Down Expand Up @@ -29,6 +33,7 @@
## 20.1.1

- Bump: d3-color from 2.0.0 to 3.1.0 in demo page

## 20.1.0

- Fix: Cyclic import error caused by interface export in `PieGridComponent`.
Expand Down
7 changes: 1 addition & 6 deletions projects/swimlane/ngx-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-charts",
"version": "20.4.1",
"version": "20.5.0",
"description": "Declarative Charting Framework for Angular",
"repository": {
"type": "git",
Expand All @@ -24,11 +24,6 @@
"graph"
],
"author": "Swimlane",
"maintainers": [
"Marjan Georgiev",
"Jayson Harshbarger",
"Haemin Park"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/swimlane/ngx-charts/issues"
Expand Down

0 comments on commit ff89cfe

Please sign in to comment.