Skip to content

Commit 3e1d1c4

Browse files
authored
[ unified_analytics ] Prepare for 8.0.11 release (#2322)
Squashes entries in the CHANGELOG that were never published into the 8.0.11 release.
1 parent 6f4de57 commit 3e1d1c4

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

pkgs/unified_analytics/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
## 8.0.14
1+
## 8.0.11
22
- Added `Event.flutterTrackAndroidDependencies` to track android dependencies.
3-
4-
## 8.0.13
53
- Deprecated `Event.flutterWasmDryRun` in favor of `Event.flutterWasmDryRunPackage`.
6-
7-
## 8.0.12
84
- Added `Event.plugins` to track new analyzer plugins
9-
10-
## 8.0.11
115
- Added `DashEvent.ideEvent` to track IDE reported events.
126

137
## 8.0.10

pkgs/unified_analytics/lib/src/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const int kMaxLogFileSize = 25 * (1 << 20);
8787
const String kLogFileName = 'dart-flutter-telemetry.log';
8888

8989
/// The current version of the package, should be in line with pubspec version.
90-
const String kPackageVersion = '8.0.14';
90+
const String kPackageVersion = '8.0.11';
9191

9292
/// The minimum length for a session.
9393
const int kSessionDurationMinutes = 30;

pkgs/unified_analytics/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
# LINT.IfChange
66
# When updating this, keep the version consistent with the changelog and the
77
# value in lib/src/constants.dart.
8-
version: 8.0.14
8+
version: 8.0.11
99
# LINT.ThenChange(lib/src/constants.dart)
1010
repository: https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics
1111
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aunified_analytics

0 commit comments

Comments
 (0)