Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.8
Browse files Browse the repository at this point in the history
# [4.0.0-beta.8](v4.0.0-beta.7...v4.0.0-beta.8) (2025-01-20)

### Bug Fixes

* capitalize serverZone before passing to browser SDK ([#219](#219)) ([3e46e78](3e46e78))
  • Loading branch information
amplitude-sdk-bot committed Jan 20, 2025
1 parent 3e46e78 commit 9375bf5
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.8](https://github.com/amplitude/Amplitude-Flutter/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2025-01-20)


### Bug Fixes

* capitalize serverZone before passing to browser SDK ([#219](https://github.com/amplitude/Amplitude-Flutter/issues/219)) ([3e46e78](https://github.com/amplitude/Amplitude-Flutter/commit/3e46e78cc89b1642619b8668d813b880ab0f7ec4))

# [4.0.0-beta.7](https://github.com/amplitude/Amplitude-Flutter/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2025-01-15)


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

Expand Down

0 comments on commit 9375bf5

Please sign in to comment.