Skip to content

Commit 909b3c5

Browse files
chore(release): 4.0.0-beta.9
# [4.0.0-beta.9](v4.0.0-beta.8...v4.0.0-beta.9) (2025-02-06) ### Bug Fixes * don't set namespace via package attribute in AndroidManifest.xml ([#225](#225)) ([a56915a](a56915a)) ### Features * add subset of Browser SDK autocapture configuration to flutter web ([#221](#221)) ([ff53638](ff53638))
1 parent ef7561c commit 909b3c5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0-beta.9](https://github.com/amplitude/Amplitude-Flutter/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2025-02-06)
2+
3+
4+
### Bug Fixes
5+
6+
* don't set namespace via package attribute in AndroidManifest.xml ([#225](https://github.com/amplitude/Amplitude-Flutter/issues/225)) ([a56915a](https://github.com/amplitude/Amplitude-Flutter/commit/a56915a8d4f70b7b3eb78f35b1f9be6bea38aa0c))
7+
8+
9+
### Features
10+
11+
* add subset of Browser SDK autocapture configuration to flutter web ([#221](https://github.com/amplitude/Amplitude-Flutter/issues/221)) ([ff53638](https://github.com/amplitude/Amplitude-Flutter/commit/ff53638f8b3445ba286480b52190ed0562754a7b))
12+
113
# [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)
214

315

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "4.0.0-beta.8"
10+
version: "4.0.0-beta.9"
1111
async:
1212
dependency: transitive
1313
description:

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Constants {
22
static const packageName = 'amplitude-flutter';
3-
static const packageVersion = '4.0.0-beta.8';
3+
static const packageVersion = '4.0.0-beta.9';
44
static const identifyEvent = '\$identify';
55
static const groupIdentifyEvent = '\$groupidentify';
66
static const revenueEvent = 'revenue_amount';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplitude_flutter
22
description: Amplitude Flutter plugin
3-
version: 4.0.0-beta.8
3+
version: 4.0.0-beta.9
44
homepage: https://www.amplitude.com
55
repository: https://github.com/amplitude/Amplitude-Flutter
66

0 commit comments

Comments
 (0)