Skip to content

Commit 1a0d7da

Browse files
authored
Export testing.dart with all enums (#237)
* Export `testing.dart` with all enums * Prep for publishing
1 parent c7fbf26 commit 1a0d7da

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

pkgs/unified_analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.8.4
2+
3+
- Exporting all enums from [`enums.dart`](https://github.com/dart-lang/tools/blob/main/pkgs/unified_analytics/lib/src/enums.dart) through `lib/testing.dart`
4+
15
## 5.8.3
26

37
- [Fix bug](https://github.com/flutter/flutter/issues/143792) when parsing session json file

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.3';
85+
const String kPackageVersion = '5.8.4';
8686

8787
/// The minimum length for a session.
8888
const int kSessionDurationMinutes = 30;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export 'src/enums.dart';

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.3
7+
version: 5.8.4
88
repository: https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics
99

1010
environment:

0 commit comments

Comments
 (0)