Skip to content

Commit

Permalink
Bump major version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasyishak committed Oct 20, 2023
1 parent fa69568 commit 42f3462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pkgs/unified_analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 4.0.2-wip
## 5.0.0

- Update to the latest version of `package:dart_flutter_team_lints`.
- Update to the latest version of `package:dart_flutter_team_lints`
- Using internal futures list to store send events

## 4.0.1

Expand Down
2 changes: 1 addition & 1 deletion pkgs/unified_analytics/lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const int kLogFileLength = 2500;
const String kLogFileName = 'dart-flutter-telemetry.log';

/// The current version of the package, should be in line with pubspec version.
const String kPackageVersion = '4.0.2-wip';
const String kPackageVersion = '5.0.0';

/// The minimum length for a session.
const int kSessionDurationMinutes = 30;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/unified_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
to Google Analytics.
# When updating this, keep the version consistent with the changelog and the
# value in lib/src/constants.dart.
version: 4.0.2-wip
version: 5.0.0
repository: https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics

environment:
Expand Down

0 comments on commit 42f3462

Please sign in to comment.