Skip to content

Commit

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

### Features

* add support for macOS ([#217](#217)) ([eb66de8](eb66de8)), closes [#156](#156) [#211](#211) [#46](#46)
  • Loading branch information
amplitude-sdk-bot committed Jan 15, 2025
1 parent 71f8acb commit 4981ded
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.7](https://github.com/amplitude/Amplitude-Flutter/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2025-01-15)


### Features

* add support for macOS ([#217](https://github.com/amplitude/Amplitude-Flutter/issues/217)) ([eb66de8](https://github.com/amplitude/Amplitude-Flutter/commit/eb66de8e93e1d015808fb266b20961bc897df9d8)), closes [#156](https://github.com/amplitude/Amplitude-Flutter/issues/156) [#211](https://github.com/amplitude/Amplitude-Flutter/issues/211) [#46](https://github.com/amplitude/Amplitude-Flutter/issues/46)

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


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

Expand Down

0 comments on commit 4981ded

Please sign in to comment.