diff --git a/packages/instabug_dio_interceptor/example/pubspec.lock b/packages/instabug_dio_interceptor/example/pubspec.lock index efdc42ced..3a568f0a2 100644 --- a/packages/instabug_dio_interceptor/example/pubspec.lock +++ b/packages/instabug_dio_interceptor/example/pubspec.lock @@ -112,7 +112,7 @@ packages: path: "../../instabug_flutter" relative: true source: path - version: "16.0.0" + version: "16.0.2" leak_tracker: dependency: transitive description: diff --git a/packages/instabug_dio_interceptor/pubspec.lock b/packages/instabug_dio_interceptor/pubspec.lock index 50e33bd59..5afb833d0 100644 --- a/packages/instabug_dio_interceptor/pubspec.lock +++ b/packages/instabug_dio_interceptor/pubspec.lock @@ -318,7 +318,7 @@ packages: path: "../instabug_flutter" relative: true source: path - version: "16.0.0" + version: "16.0.2" io: dependency: transitive description: diff --git a/packages/instabug_flutter/CHANGELOG.md b/packages/instabug_flutter/CHANGELOG.md index 82edf102c..e227ce067 100644 --- a/packages/instabug_flutter/CHANGELOG.md +++ b/packages/instabug_flutter/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## [16.0.1](https://github.com/Instabug/Instabug-Flutter/compare/v15.0.3...dev) (Sep 3, 2025) +## [16.0.2](https://github.com/Instabug/Instabug-Flutter/compare/v16.0.2...dev) (Sep 8, 2025) + +### Changed + +- Bump Instabug iOS SDK to v16.0.3 ([#635](https://github.com/Instabug/Instabug-Flutter/pull/635)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/16.0.3). + + +## [16.0.1](https://github.com/Instabug/Instabug-Flutter/compare/v16.0.1...dev) (Sep 3, 2025) ### Fixed diff --git a/packages/instabug_flutter/android/build.gradle b/packages/instabug_flutter/android/build.gradle index 4d03688bb..c5e3b11c2 100644 --- a/packages/instabug_flutter/android/build.gradle +++ b/packages/instabug_flutter/android/build.gradle @@ -1,5 +1,5 @@ group 'com.instabug.flutter' -version '16.0.1' +version '16.0.2' buildscript { repositories { diff --git a/packages/instabug_flutter/example/ios/Podfile.lock b/packages/instabug_flutter/example/ios/Podfile.lock index f519b8534..22bc6f277 100644 --- a/packages/instabug_flutter/example/ios/Podfile.lock +++ b/packages/instabug_flutter/example/ios/Podfile.lock @@ -1,9 +1,9 @@ PODS: - Flutter (1.0.0) - - Instabug (16.0.2) - - instabug_flutter (16.0.1): + - Instabug (16.0.3) + - instabug_flutter (16.0.2): - Flutter - - Instabug (= 16.0.2) + - Instabug (= 16.0.3) - OCMock (3.6) - video_player_avfoundation (0.0.1): - Flutter @@ -30,8 +30,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - Instabug: 125f729dea4e4a43e815ae06f9db0332e2a5fd60 - instabug_flutter: e87492cda79a41198037cea0685c8a5dafc172f4 + Instabug: b6290ceceb5d98966aa6f10fbd7970026a916f65 + instabug_flutter: 967085aa6daf0cd13a20e469aad38847e8421eb3 OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 video_player_avfoundation: 2cef49524dd1f16c5300b9cd6efd9611ce03639b diff --git a/packages/instabug_flutter/example/pubspec.lock b/packages/instabug_flutter/example/pubspec.lock index 0a9b821ee..a58614755 100644 --- a/packages/instabug_flutter/example/pubspec.lock +++ b/packages/instabug_flutter/example/pubspec.lock @@ -128,14 +128,13 @@ packages: path: ".." relative: true source: path - version: "16.0.1" + version: "16.0.2" instabug_http_client: dependency: "direct main" description: - name: instabug_http_client - sha256: ff1d9f1f4a47dd4f80e532bf867ed5e1d8784ba3574cd5b412bab2b075ef3092 - url: "https://pub.dev" - source: hosted + path: "../../instabug_http_client" + relative: true + source: path version: "2.7.0" leak_tracker: dependency: transitive diff --git a/packages/instabug_flutter/ios/instabug_flutter.podspec b/packages/instabug_flutter/ios/instabug_flutter.podspec index 0ea66e6b2..b323f144f 100644 --- a/packages/instabug_flutter/ios/instabug_flutter.podspec +++ b/packages/instabug_flutter/ios/instabug_flutter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'instabug_flutter' - s.version = '16.0.1' + s.version = '16.0.2' s.summary = 'Flutter plugin for integrating the Instabug SDK.' s.author = 'Instabug' s.homepage = 'https://www.instabug.com/platforms/flutter' @@ -17,6 +17,6 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "InstabugSDK"'} s.dependency 'Flutter' - s.dependency 'Instabug', '16.0.2' + s.dependency 'Instabug', '16.0.3' end diff --git a/packages/instabug_flutter/pubspec.yaml b/packages/instabug_flutter/pubspec.yaml index f2a933535..534112437 100644 --- a/packages/instabug_flutter/pubspec.yaml +++ b/packages/instabug_flutter/pubspec.yaml @@ -1,5 +1,5 @@ name: instabug_flutter -version: 16.0.1 +version: 16.0.2 description: >- Instabug empowers mobile teams to monitor, prioritize, and debug performance and stability issues throughout the app development lifecycle. diff --git a/packages/instabug_flutter_modular/example/pubspec.lock b/packages/instabug_flutter_modular/example/pubspec.lock index d7b40e81b..4e32f55aa 100644 --- a/packages/instabug_flutter_modular/example/pubspec.lock +++ b/packages/instabug_flutter_modular/example/pubspec.lock @@ -97,7 +97,7 @@ packages: path: "../../instabug_flutter" relative: true source: path - version: "16.0.0" + version: "16.0.2" instabug_flutter_modular: dependency: "direct main" description: diff --git a/packages/instabug_flutter_modular/pubspec.lock b/packages/instabug_flutter_modular/pubspec.lock index 093917226..d36c556b2 100644 --- a/packages/instabug_flutter_modular/pubspec.lock +++ b/packages/instabug_flutter_modular/pubspec.lock @@ -318,7 +318,7 @@ packages: path: "../instabug_flutter" relative: true source: path - version: "16.0.0" + version: "16.0.2" io: dependency: transitive description: diff --git a/packages/instabug_http_client/example/pubspec.lock b/packages/instabug_http_client/example/pubspec.lock index 713bdd0e3..87350d0aa 100644 --- a/packages/instabug_http_client/example/pubspec.lock +++ b/packages/instabug_http_client/example/pubspec.lock @@ -97,7 +97,7 @@ packages: path: "../../instabug_flutter" relative: true source: path - version: "16.0.0" + version: "16.0.2" instabug_http_client: dependency: "direct main" description: diff --git a/packages/instabug_http_client/pubspec.lock b/packages/instabug_http_client/pubspec.lock index deb0402b8..2aab87e09 100644 --- a/packages/instabug_http_client/pubspec.lock +++ b/packages/instabug_http_client/pubspec.lock @@ -281,7 +281,7 @@ packages: path: "../instabug_flutter" relative: true source: path - version: "16.0.0" + version: "16.0.2" io: dependency: transitive description: