Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.5
Browse files Browse the repository at this point in the history
# [4.0.0-beta.5](v4.0.0-beta.4...v4.0.0-beta.5) (2024-06-28)

### Bug Fixes

* Adding underlying library version to library field ([#195](#195)) ([bd72e9d](bd72e9d))
  • Loading branch information
amplitude-sdk-bot committed Jun 28, 2024
1 parent bd72e9d commit 6bcf2aa
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.5](https://github.com/amplitude/Amplitude-Flutter/compare/v4.0.0-beta.4...v4.0.0-beta.5) (2024-06-28)


### Bug Fixes

* Adding underlying library version to library field ([#195](https://github.com/amplitude/Amplitude-Flutter/issues/195)) ([bd72e9d](https://github.com/amplitude/Amplitude-Flutter/commit/bd72e9d97dffbd9f4128f59578d02dd6f595b628))

# [4.0.0-beta.4](https://github.com/amplitude/Amplitude-Flutter/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2024-06-24)


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.4"
version: "4.0.0-beta.5"
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.4';
static const packageVersion = '4.0.0-beta.5';
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.4
version: 4.0.0-beta.5
homepage: https://www.amplitude.com
repository: https://github.com/amplitude/Amplitude-Flutter

Expand Down

0 comments on commit 6bcf2aa

Please sign in to comment.