Skip to content

Commit 90343ea

Browse files
committed
chore: Update version to 1.1.0
1 parent c888b4d commit 90343ea

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.1.0 (2025-06-26)
2+
3+
* feat: Add support for Rokt
4+
* feat: Add support for Rokt embedded layout in the Flutter SDK (#50)
5+
* feat: Passthrough SDK wrapper type to native SDKs (#51)
6+
* feat: Add RoktConfig support for selectPlacements in Flutter SDK (#52)
7+
* feat: Add support for Rokt event channel subscription (#53)
8+
* feat: Add Rokt purchaseFinalized method (#54)
9+
* refactor: Update selectPlacements parameter from placementId to identifier (#55)
10+
111
## 1.0.6 (2025-01-07)
212

313
* fix: Resolve linting issues (#48)

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ packages:
149149
path: ".."
150150
relative: true
151151
source: path
152-
version: "1.0.6"
152+
version: "1.1.0"
153153
path:
154154
dependency: transitive
155155
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mparticle_flutter_sdk
22
description: mParticle Flutter Plugin - SDK wrapper for iOS, Android, and Web platforms
3-
version: 1.0.6
3+
version: 1.1.0
44
homepage: https://github.com/mParticle/mparticle-flutter-sdk
55
repository: https://github.com/mParticle/mparticle-flutter-sdk
66

0 commit comments

Comments
 (0)