diff --git a/CHANGELOG.md b/CHANGELOG.md index 1875ac3..a2a8dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Flutter Expandable Table +## [1.0.0] - 2021-07-23 +#### [@rickypid](https://github.com/rickypid) +- Stable release. + ## [0.0.2-alpha] - 2021-07-20 +#### [@rickypid](https://github.com/rickypid) - Change README.md. ## [0.0.1-alpha] - 2021-07-20 +#### [@rickypid](https://github.com/rickypid) - Initial release. diff --git a/example/README.md b/example/README.md index 667d68f..a67208f 100644 --- a/example/README.md +++ b/example/README.md @@ -24,7 +24,7 @@ Make sure to check out the [examples on GitHub](https://github.com/rickypid/flut Add the following line to `pubspec.yaml`: ```yaml dependencies: - flutter_expandable_table: ^0.0.1-alpha + flutter_expandable_table: ``` ### Basic setup diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 81f5851..725c67e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_expandable_table_example description: A Flutter widget for create an expandable table with header and first column fixed. -version: 0.0.2-alpha +version: 1.0.0 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index d96bf10..601ac46 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_expandable_table description: A Flutter widget for create an expandable table with header and first column fixed. -version: 0.0.2-alpha +version: 1.0.0 repository: https://github.com/rickypid/flutter_expandable_table issue_tracker: https://github.com/rickypid/flutter_expandable_table/issues