Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.3
Browse files Browse the repository at this point in the history
# [4.0.0-beta.3](v4.0.0-beta.2...v4.0.0-beta.3) (2024-04-08)

### Bug Fixes

* eventType should be required positional param ([#186](#186)) ([1cb1f9b](1cb1f9b))
  • Loading branch information
amplitude-sdk-bot committed Apr 8, 2024
1 parent 1cb1f9b commit 963f48d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.0.0-beta.3](https://github.com/amplitude/Amplitude-Flutter/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2024-04-08)


### Bug Fixes

* eventType should be required positional param ([#186](https://github.com/amplitude/Amplitude-Flutter/issues/186)) ([1cb1f9b](https://github.com/amplitude/Amplitude-Flutter/commit/1cb1f9bfaf41c0f2d527b6ac02f6f17b69efbcec))

# [4.0.0-beta.2](https://github.com/amplitude/Amplitude-Flutter/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2024-04-03)


Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0-beta.2"
version: "4.0.0-beta.3"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Constants {
static const packageName = 'amplitude-flutter';
static const packageVersion = '4.0.0-beta.2';
static const packageVersion = '4.0.0-beta.3';
static const identifyEvent = '\$identify';
static const groupIdentifyEvent = '\$groupidentify';
static const revenueEvent = 'revenue_amount';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplitude_flutter
description: Amplitude Flutter plugin
version: 4.0.0-beta.2
version: 4.0.0-beta.3
homepage: https://www.amplitude.com
repository: https://github.com/amplitude/Amplitude-Flutter

Expand Down

0 comments on commit 963f48d

Please sign in to comment.