Skip to content

Commit af09f6d

Browse files
authored
Prep (#254)
1 parent 378790d commit af09f6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkgs/unified_analytics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 5.8.6-wip
1+
## 5.8.6
22

33
- Refactored session handler class to use the last modified timestamp as the last ping value
44
- Bumping intl package to 0.19.0 to fix version solving issue with flutter_tools

pkgs/unified_analytics/lib/src/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const int kLogFileLength = 2500;
8282
const String kLogFileName = 'dart-flutter-telemetry.log';
8383

8484
/// The current version of the package, should be in line with pubspec version.
85-
const String kPackageVersion = '5.8.6-wip';
85+
const String kPackageVersion = '5.8.6';
8686

8787
/// The minimum length for a session.
8888
const int kSessionDurationMinutes = 30;

pkgs/unified_analytics/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
to Google Analytics.
55
# When updating this, keep the version consistent with the changelog and the
66
# value in lib/src/constants.dart.
7-
version: 5.8.6-wip
7+
version: 5.8.6
88
repository: https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics
99

1010
environment:

0 commit comments

Comments
 (0)