Skip to content

Commit b67c58d

Browse files
Release:v15.0.3 (#1440)
* release:v15.0.3 * Release:v15.0.3 * Release:v15.0.3 * Release:v15.0.3 * Release:v15.0.3
1 parent d95ae75 commit b67c58d

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [15.0.3](https://github.com/Instabug/Instabug-React-Native/compare/v15.0.3...dev) (August 22, 2025)
4+
5+
### Changed
6+
7+
- Bump Instabug iOS SDK to v15.1.2 ([#1440](https://github.com/Instabug/Instabug-React-Native/pull/1440)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/15.1.2).
8+
39
## [15.0.2](https://github.com/Instabug/Instabug-React-Native/compare/v15.2.0...dev)
410

511
### Added

examples/default/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PODS:
3131
- hermes-engine (0.75.4):
3232
- hermes-engine/Pre-built (= 0.75.4)
3333
- hermes-engine/Pre-built (0.75.4)
34-
- Instabug (15.1.1)
34+
- Instabug (15.1.2)
3535
- instabug-reactnative-ndk (0.1.0):
3636
- DoubleConversion
3737
- glog
@@ -1625,8 +1625,8 @@ PODS:
16251625
- ReactCommon/turbomodule/bridging
16261626
- ReactCommon/turbomodule/core
16271627
- Yoga
1628-
- RNInstabug (15.0.2):
1629-
- Instabug (= 15.1.1)
1628+
- RNInstabug (15.0.3):
1629+
- Instabug (= 15.1.2)
16301630
- React-Core
16311631
- RNReanimated (3.16.1):
16321632
- DoubleConversion
@@ -2022,7 +2022,7 @@ SPEC CHECKSUMS:
20222022
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
20232023
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
20242024
hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0
2025-
Instabug: 3e7af445c14d7823fcdecba223f09b5f7c0c6ce1
2025+
Instabug: af6e48d92b0552606c222d7e1dfcbec5deb01d38
20262026
instabug-reactnative-ndk: d765ac289d56e8896398d02760d9abf2562fc641
20272027
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
20282028
RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740
@@ -2090,7 +2090,7 @@ SPEC CHECKSUMS:
20902090
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
20912091
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
20922092
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
2093-
RNInstabug: c4d26c830b40c474422012d1a216d8ea37c88151
2093+
RNInstabug: f798428f1d623cc0095efda8638c4911148db547
20942094
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
20952095
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
20962096
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d

ios/native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$instabug = { :version => '15.1.1' }
1+
$instabug = { :version => '15.1.2' }
22

33
def use_instabug! (spec = nil)
44
version = $instabug[:version]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "instabug-reactnative",
33
"description": "React Native plugin for integrating the Instabug SDK",
4-
"version": "15.0.2",
4+
"version": "15.0.3",
55
"author": "Instabug (https://instabug.com)",
66
"repository": "github:Instabug/Instabug-React-Native",
77
"homepage": "https://www.instabug.com/platforms/react-native",

0 commit comments

Comments
 (0)