Skip to content

Commit

Permalink
Bump version to 0.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Jun 10, 2023
1 parent 0205ba7 commit c6eca89
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## newVersion
## nextVersion

## 0.63.0
* **BUGFIX** (by @imaNNeo) Fix PieChart crash on web-renderer html by ignoring `sectionsSpace` when `Path.combine()` does not work (it's flutter engine [issue](https://github.com/flutter/flutter/issues/44572)), #955
* **BUGFIX** (by @imaNNeo) Fix ScatterChart long-press interaction bug (disappears when long-pressing on the chart), #1318
* **FEATURE** (by @imaNNeo) Upgrade dart version to [3.0](https://dart.dev/resources/dart-3-migration)
Expand Down
15 changes: 13 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: fl_chart
description: A highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
version: 0.62.0
homepage: https://github.com/imaNNeo/fl_chart
version: 0.63.0
homepage: https://flchart.dev/
repository: https://github.com/imaNNeo/fl_chart
issue_tracker: https://github.com/imaNNeo/fl_chart/issues
documentation: https://github.com/imaNNeo/fl_chart

environment:
sdk: ^3.0.0
Expand Down Expand Up @@ -37,3 +40,11 @@ screenshots:
path: pub_screenshots/scatter_chart_sample_2.gif
- description: 'RadarChartSample1'
path: pub_screenshots/radar_chart_sample_1.jpg

topics:
- chart
- charts
- visualization
- graph
- diagram

0 comments on commit c6eca89

Please sign in to comment.