From 9375bf59de2d7235cb10ca67b79e43a2ba87d072 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Mon, 20 Jan 2025 21:28:27 +0000 Subject: [PATCH] chore(release): 4.0.0-beta.8 # [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)) --- CHANGELOG.md | 7 +++++++ example/pubspec.lock | 2 +- lib/constants.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2bfad6..c071c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/example/pubspec.lock b/example/pubspec.lock index be5fb1b..6e947ee 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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: diff --git a/lib/constants.dart b/lib/constants.dart index 0537d0e..af2e201 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -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'; diff --git a/pubspec.yaml b/pubspec.yaml index f1b6dc5..936e86f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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