Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/instabug_dio_interceptor/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/instabug_dio_interceptor/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ packages:
path: "../instabug_flutter"
relative: true
source: path
version: "16.0.0"
version: "16.0.2"
io:
dependency: transitive
description:
Expand Down
9 changes: 8 additions & 1 deletion packages/instabug_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/instabug_flutter/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.instabug.flutter'
version '16.0.1'
version '16.0.2'

buildscript {
repositories {
Expand Down
10 changes: 5 additions & 5 deletions packages/instabug_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
9 changes: 4 additions & 5 deletions packages/instabug_flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/instabug_flutter/ios/instabug_flutter.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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

2 changes: 1 addition & 1 deletion packages/instabug_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/instabug_flutter_modular/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/instabug_flutter_modular/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ packages:
path: "../instabug_flutter"
relative: true
source: path
version: "16.0.0"
version: "16.0.2"
io:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/instabug_http_client/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/instabug_http_client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ packages:
path: "../instabug_flutter"
relative: true
source: path
version: "16.0.0"
version: "16.0.2"
io:
dependency: transitive
description:
Expand Down