Skip to content

Commit

Permalink
Bump versions to publish (#116)
Browse files Browse the repository at this point in the history
* Bump versions to publish

* Update labels for camelcase events
  • Loading branch information
eliasyishak authored Jun 23, 2023
1 parent 02b5cc5 commit 8db0aa1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkgs/unified_analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-wip
## 3.0.0

- Allow latest package versions for `file` and `http`
- Introducing new `Event` class that will standardize what event data can be sent with each event
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 @@ -70,7 +70,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 = '3.0.0-wip';
const String kPackageVersion = '3.0.0';

/// The minimum length for a session
const int kSessionDurationMinutes = 30;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/unified_analytics/lib/src/enums.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum DashEvent {
description: 'Requests sent from the client',
),
commandExecuted(
label: 'commandExecuted',
label: 'command_executed',
description: 'Number of times a command is executed',
),
contextStructure(
Expand All @@ -52,7 +52,7 @@ enum DashEvent {
description: 'Request responses from plugins',
),
pluginUse(
label: 'pluginUse',
label: 'plugin_use',
description: 'Information about how often a plugin was used',
),
serverSession(
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: 3.0.0-wip
version: 3.0.0
repository: https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics

environment:
Expand Down

0 comments on commit 8db0aa1

Please sign in to comment.