Skip to content

Commit 22ba4f9

Browse files
Release: v16.0.2 (#635)
1 parent f0d5dbf commit 22ba4f9

File tree

12 files changed

+27
-21
lines changed

12 files changed

+27
-21
lines changed

packages/instabug_dio_interceptor/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ packages:
112112
path: "../../instabug_flutter"
113113
relative: true
114114
source: path
115-
version: "16.0.0"
115+
version: "16.0.2"
116116
leak_tracker:
117117
dependency: transitive
118118
description:

packages/instabug_dio_interceptor/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ packages:
318318
path: "../instabug_flutter"
319319
relative: true
320320
source: path
321-
version: "16.0.0"
321+
version: "16.0.2"
322322
io:
323323
dependency: transitive
324324
description:

packages/instabug_flutter/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## [16.0.1](https://github.com/Instabug/Instabug-Flutter/compare/v15.0.3...dev) (Sep 3, 2025)
3+
## [16.0.2](https://github.com/Instabug/Instabug-Flutter/compare/v16.0.2...dev) (Sep 8, 2025)
4+
5+
### Changed
6+
7+
- 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).
8+
9+
10+
## [16.0.1](https://github.com/Instabug/Instabug-Flutter/compare/v16.0.1...dev) (Sep 3, 2025)
411

512
### Fixed
613

packages/instabug_flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.instabug.flutter'
2-
version '16.0.1'
2+
version '16.0.2'
33

44
buildscript {
55
repositories {

packages/instabug_flutter/example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (16.0.2)
4-
- instabug_flutter (16.0.1):
3+
- Instabug (16.0.3)
4+
- instabug_flutter (16.0.2):
55
- Flutter
6-
- Instabug (= 16.0.2)
6+
- Instabug (= 16.0.3)
77
- OCMock (3.6)
88
- video_player_avfoundation (0.0.1):
99
- Flutter
@@ -30,8 +30,8 @@ EXTERNAL SOURCES:
3030

3131
SPEC CHECKSUMS:
3232
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
33-
Instabug: 125f729dea4e4a43e815ae06f9db0332e2a5fd60
34-
instabug_flutter: e87492cda79a41198037cea0685c8a5dafc172f4
33+
Instabug: b6290ceceb5d98966aa6f10fbd7970026a916f65
34+
instabug_flutter: 967085aa6daf0cd13a20e469aad38847e8421eb3
3535
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3636
video_player_avfoundation: 2cef49524dd1f16c5300b9cd6efd9611ce03639b
3737

packages/instabug_flutter/example/pubspec.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,13 @@ packages:
128128
path: ".."
129129
relative: true
130130
source: path
131-
version: "16.0.1"
131+
version: "16.0.2"
132132
instabug_http_client:
133133
dependency: "direct main"
134134
description:
135-
name: instabug_http_client
136-
sha256: ff1d9f1f4a47dd4f80e532bf867ed5e1d8784ba3574cd5b412bab2b075ef3092
137-
url: "https://pub.dev"
138-
source: hosted
135+
path: "../../instabug_http_client"
136+
relative: true
137+
source: path
139138
version: "2.7.0"
140139
leak_tracker:
141140
dependency: transitive

packages/instabug_flutter/ios/instabug_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'instabug_flutter'
3-
s.version = '16.0.1'
3+
s.version = '16.0.2'
44
s.summary = 'Flutter plugin for integrating the Instabug SDK.'
55
s.author = 'Instabug'
66
s.homepage = 'https://www.instabug.com/platforms/flutter'
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "InstabugSDK"'}
1818

1919
s.dependency 'Flutter'
20-
s.dependency 'Instabug', '16.0.2'
20+
s.dependency 'Instabug', '16.0.3'
2121
end
2222

packages/instabug_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 16.0.1
2+
version: 16.0.2
33
description: >-
44
Instabug empowers mobile teams to monitor, prioritize, and debug
55
performance and stability issues throughout the app development lifecycle.

packages/instabug_flutter_modular/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ packages:
9797
path: "../../instabug_flutter"
9898
relative: true
9999
source: path
100-
version: "16.0.0"
100+
version: "16.0.2"
101101
instabug_flutter_modular:
102102
dependency: "direct main"
103103
description:

packages/instabug_flutter_modular/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ packages:
318318
path: "../instabug_flutter"
319319
relative: true
320320
source: path
321-
version: "16.0.0"
321+
version: "16.0.2"
322322
io:
323323
dependency: transitive
324324
description:

0 commit comments

Comments
 (0)