Skip to content

Commit

Permalink
release of v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Feb 13, 2023
1 parent bed87fc commit c1d487b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions community_charts_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.1
* Removed unused dependencies
* Updated documentation urls

# 1.0.0
Initial fork from google/charts.

Expand Down
7 changes: 4 additions & 3 deletions community_charts_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: community_charts_flutter
version: 1.0.0
version: 1.0.1
description: Material Design charting library for flutter. Forked from google/charts.
repository: https://github.com/juliansteenbakker/community_charts

Expand All @@ -8,15 +8,16 @@ environment:
flutter: '>=2.5.0'

dependencies:
collection: ">=0.14.5 <2.0.0"
meta: ">=1.1.1 <2.0.0"
# Pointing this to a local path allows for pointing to the latest code
# in Github for open source development.
#
# The pub version of community_charts_flutter will point to the pub version of community_charts_common.
# The latest pub version is commented out and shown below as an example.
community_charts_common: ^1.0.0
community_charts_common: ^1.0.1
# community_charts_common:
# path: ../community_charts_common/
collection: ^1.14.5
flutter:
sdk: flutter

Expand Down

0 comments on commit c1d487b

Please sign in to comment.