From cb99647f3268d57eeadd3f2780de791ca0321f1b Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Wed, 29 Jul 2026 10:15:30 -0400 Subject: [PATCH] chore: prepare release core 1.1.12 and plugin_idfa 1.0.2 --- packages/core/CHANGELOG.md | 4 ++++ packages/core/pubspec.yaml | 2 +- packages/plugins/plugin_idfa/CHANGELOG.md | 5 +++++ packages/plugins/plugin_idfa/pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8590381..404071c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.12 + +- Added Swift Package Manager support for iOS and macOS + ## 1.1.11 - Introduces file size checks on analytics-flutter-queue_flushing_plugin.json file so that the SDK avoids queuing events that would push the on-disk queue file above 512 KB. diff --git a/packages/core/pubspec.yaml b/packages/core/pubspec.yaml index 95d500f..d88faa8 100644 --- a/packages/core/pubspec.yaml +++ b/packages/core/pubspec.yaml @@ -1,6 +1,6 @@ name: segment_analytics description: The hassle-free way to add Segment analytics to your Flutter app. -version: 1.1.11 +version: 1.1.12 homepage: https://github.com/segmentio/analytics_flutter#readme repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/core#readme issue_tracker: https://github.com/segmentio/analytics_flutter/issues diff --git a/packages/plugins/plugin_idfa/CHANGELOG.md b/packages/plugins/plugin_idfa/CHANGELOG.md index 8e3a067..2de6d4c 100644 --- a/packages/plugins/plugin_idfa/CHANGELOG.md +++ b/packages/plugins/plugin_idfa/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.2 + +- Added Swift Package Manager support for iOS +- Fixed IDFA plugin not populating advertisingId on initial events + ## 1.0.0 - Initial version, based off the React Native implementation (@segment/analytics-react-native-plugin-idfa) v0.5.0 diff --git a/packages/plugins/plugin_idfa/pubspec.yaml b/packages/plugins/plugin_idfa/pubspec.yaml index 6e7bcf3..4c66d4b 100644 --- a/packages/plugins/plugin_idfa/pubspec.yaml +++ b/packages/plugins/plugin_idfa/pubspec.yaml @@ -1,6 +1,6 @@ name: segment_analytics_plugin_idfa description: The hassle-free way to add Segment analytics to your Flutter app. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/segmentio/analytics_flutter#readme repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/plugins/plugin_idfa#readme issue_tracker: https://github.com/segmentio/analytics_flutter/issues